selection.h File Reference

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
 

Variable Documentation

◆ NEW

NEW

new selection - needs reset of all previously existing selections

◆ ADD

ADD

add to selection

◆ SUBTRACT

SUBTRACT

subtract selection

◆ TOGGLE

TOGGLE

toggle selection

◆ NONE

NONE

no selection at all

◆ SELECTED

SELECTED

item (e.g. widget/presenter) is selected

◆ IMPLICIT

IMPLICIT

item (e.g. widget/presenter) is implicitly selected