00001 00015 #ifndef INC_GRE_LEGENDPARMS_H 00016 #define INC_GRE_LEGENDPARMS_H 00017 00018 #ifndef INC_RVC_OBJECTNAME_H 00019 #include <rvc/objectname.h> 00020 #endif 00021 00022 #ifndef INC_MI32_MG2ENUMS_H 00023 #include <mi32/mg2enums.h> 00024 #endif 00025 00026 namespace GRE { 00027 00029 struct LEGENDPARMS { 00030 public: 00031 00032 RVC::OBJECTNAME TableName; 00033 RVC::OBJECTNAME FieldName; 00034 MGD::STYLESAMPLEFLAGS SampleFlags; 00035 00036 LEGENDPARMS ( 00037 ): SampleFlags(MGD::STYLESAMPLE_Default) { } 00038 // No allocated members so can use compiler generated dtor, copy ctor, assignment 00039 }; 00040 00041 } // End namespace GRE 00042 00043 #endif // INC_GRE_LEGENDPARMS_H
1.6.1