VivoQuant
|
This widget is used to select data from the DataManager. More...
Public Member Functions | |
bool | selectAll () |
Selects all loaded data sets. More... | |
bool | setSelectedList (Array< Index > indices, bool selected=true) |
Selects or unselects a list of data indices. More... | |
bool | setSelectedIndex (Index idx, bool selected=true) |
Selects or unselects a single data index. More... | |
bool | setSelectionString (string selection) |
Sets selected indices based on a given string. More... | |
This widget is used to select data from the DataManager.
Different methods are provided to select data using this widget: single index, list of index or a string.
See also ScriptMaster getWidget() to obtain this object.
bool selectAll | ( | ) |
Selects all loaded data sets.
bool setSelectedIndex | ( | Index | idx, |
bool | selected = true |
||
) |
Selects or unselects a single data index.
idx | The index (see ScriptMaster::index()) |
selected | Use true to select and false to unslect |
bool setSelectedList | ( | Array< Index > | indices, |
bool | selected = true |
||
) |
Selects or unselects a list of data indices.
indices | The list of indices (see ScriptMaster::index()) |
selected | Use true to select and false to unslect |
bool setSelectionString | ( | string | selection | ) |
Sets selected indices based on a given string.
selection | The text selection separated by commas. Use '.' for a dynamic data child index. (ie. '0,1.1,1.2,2') |