Go to the documentation of this file.
7 #ifndef __MYGUI_RENDER_FORMAT_H__
8 #define __MYGUI_RENDER_FORMAT_H__
32 return a.mValue == b.mValue;
37 return a.mValue != b.mValue;
67 return a.mValue == b.mValue;
72 return a.mValue != b.mValue;
104 return a.mValue == b.mValue;
109 return a.mValue != b.mValue;
114 mValue =
Enum(
int(mValue) |
int(_other.mValue));
128 bool isValue(
Enum _value)
const
130 return 0 != (mValue & _value);
145 #endif // __MYGUI_RENDER_FORMAT_H__