Developer Documentation
|
Update type class. More...
#include <OpenFlipper/common/UpdateType.hh>
Public Member Functions | |
UpdateType (const UpdateType &_type) | |
UpdateType (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. | |
Protected Attributes | |
UpdateTypeSet | type_ |
Friends | |
std::ostream & | operator<< (std::ostream &os, const UpdateType &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 70 of file UpdateType.hh.