#include "GR_API.h"#include <UT/UT_Color.h>#include <UT/UT_String.h>#include "GR_HandleParts.h"#include "GR_Defines.h"Go to the source code of this file.
Classes | |
| class | GR_CommonDispOption |
| struct | GR_CommonDispOption::grSaveFlags |
| struct | GR_CommonDispOption::grNoSaveFlags |
Defines | |
| #define | FLAG_ACCESSORS(FLAGS, METHOD, FLAG) |
| #define FLAG_ACCESSORS | ( | FLAGS, | |||
| METHOD, | |||||
| FLAG | ) |
Value:
bool METHOD() const { return FLAGS.FLAG; } \ void METHOD(bool onoff) { FLAGS.FLAG = onoff; }
Definition at line 32 of file GR_CommonDispOption.h.
1.5.9