|
ImagingTools Core SDK
|
#include <ISelection.h>
Public Types | |
| enum | ChangeFlags |
Public Member Functions | |
| virtual const ICollectionInfo * | GetSelectionConstraints () const =0 |
| virtual SelectionMode | GetSelectionMode () const =0 |
| virtual bool | SetSelectionMode (SelectionMode mode)=0 |
| virtual Ids | GetSelectedIds () const =0 |
| virtual bool | SetSelectedIds (const Ids &selectedIds)=0 |
Selection of the elements identified by an unique ID.
Definition at line 22 of file ISelection.h.
Change notification flags.
Definition at line 35 of file ISelection.h.
|
pure virtual |
Get selected IDs.
|
pure virtual |
Get the list of options defining possible selection range.
|
pure virtual |
Get selection mode.
|
pure virtual |
Set selected IDs.
|
pure virtual |
Set selection mode.