Developer Documentation
|
Update type class. More...
#include <OpenFlipper/common/UpdateType.hh>
Public Member Functions | |
UpdateType (const UpdateType &_type)=default | |
UpdateType (const UpdateTypeSet &_set) | |
bool | operator== (const UpdateType &_type) const |
Exact compare operator. | |
UpdateType | operator| (const UpdateType &_type) const |
UpdateType & | operator|= (const UpdateType &_type) |
UpdateType & | operator++ () |
bool | operator< (const UpdateType &_i) const |
bool | contains (const UpdateType &_type) const |
Check if this update contains the given UpdateType. | |
Private Attributes | |
UpdateTypeSet | type_ |
Update type class.
This class is used to specify the scope of updates. There are update types for selection,geometry,topology,colors,... specified here: Default update types
You can also find functions to add custom update types at runtime at Runtime Update Types
Definition at line 59 of file UpdateType.hh.