VPTissue Reference Manual
|
Dialog for selecting explorations. More...
#include <ExplorationSelection.h>
Public Slots | |
void | UpdateExplorations (std::vector< std::string > explorations) |
updates the current displayed explorations | |
Public Member Functions | |
ExplorationSelection (QWidget *parent=0) | |
Constructor. | |
ExplorationSelection (bool single, QWidget *parent=0) | |
Constructor. | |
virtual | ~ExplorationSelection () |
Destructor. | |
void | DrawGui () |
std::vector< std::string > | GetSelection () |
Get the name of the selected exploration. | |
bool | Selected () |
Return true if an exploration is selected. | |
Dialog for selecting explorations.
Definition at line 34 of file ExplorationSelection.h.