Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
UpdateType Class Reference

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
 
UpdateTypeoperator|= (const UpdateType &_type)
 
UpdateTypeoperator++ ()
 
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)
 

Detailed Description

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.


The documentation for this class was generated from the following files: