Namespaces | |
maxon | |
Enumerations | |
enum class | SELECTION_MODE : UChar { NEW , ADD , SUBTRACT , TOGGLE } |
enum class | SELECTION_STATUS : UChar { NONE , SELECTED , IMPLICIT } |
Functions | |
enum maxon::SELECTION_MODE UChar | MAXON_ENUM_LIST (SELECTION_MODE) |
enum maxon::SELECTION_STATUS UChar | MAXON_ENUM_FLAGS (SELECTION_STATUS) |
Variables | |
NEW | |
ADD | |
SUBTRACT | |
TOGGLE | |
NONE | |
SELECTED | |
IMPLICIT | |
NEW |
new selection - needs reset of all previously existing selections
ADD |
add to selection
SUBTRACT |
subtract selection
TOGGLE |
toggle selection
NONE |
no selection at all
SELECTED |
item (e.g. widget/presenter) is selected
IMPLICIT |
item (e.g. widget/presenter) is implicitly selected