GR/GR_DisplayOption.h File Reference

#include "GR_API.h"
#include <string.h>
#include <UT/UT_Defines.h>
#include <UT/UT_SymbolTable.h>
#include <UT/UT_Color.h>
#include <UT/UT_RefArray.h>
#include <GEO/GEO_Point.h>
#include <GEO/GEO_Primitive.h>
#include <GB/GB_Group.h>
#include "GR_Defines.h"
#include "GR_CommonDispOption.h"

Go to the source code of this file.

Classes

class  GR_DisplayOption
class  GR_DisplayOption::gr_UserOptionRef
struct  GR_DisplayOption::grDrawFlags

Defines

#define COMMON_FLAG_ACCESSORS(METHOD)
#define COMMON_OPTION_ACCESSORS(METHOD, TYPE)
#define COMMON_OPTION_PREFIXED_ACCESSORS(METHOD, TYPE)


Define Documentation

#define COMMON_FLAG_ACCESSORS ( METHOD   ) 

Value:

bool        METHOD() const { return myCommonOptions->METHOD(); } \
    void        METHOD(bool onoff) { myCommonOptions->METHOD(onoff); }

Definition at line 38 of file GR_DisplayOption.h.

#define COMMON_OPTION_ACCESSORS ( METHOD,
TYPE   ) 

Value:

TYPE        METHOD() const { return myCommonOptions->METHOD(); } \
    void        METHOD(TYPE val) { myCommonOptions->METHOD(val); }

Definition at line 41 of file GR_DisplayOption.h.

#define COMMON_OPTION_PREFIXED_ACCESSORS ( METHOD,
TYPE   ) 

Value:

TYPE        get##METHOD() const { return myCommonOptions->get##METHOD(); } \
    void        set##METHOD(TYPE val) { myCommonOptions->set##METHOD(val); }

Definition at line 44 of file GR_DisplayOption.h.


Generated on Tue May 22 00:09:59 2012 for HDK by  doxygen 1.5.9