00001
00020 #ifndef INC_RVC_GETOBJFLAGS_H
00021 #define INC_RVC_GETOBJFLAGS_H
00022
00023 #ifndef INC_MI32_STDDEFNS_H
00024 #include <mi32/stddefns.h>
00025 #endif
00026
00028 enum GETOBJFLAGS {
00029 GETOBJFLAG_None = 0x00000000,
00030 GETOBJFLAG_NewOK = 0x00000001,
00031 GETOBJFLAG_SkipOK = 0x00000004,
00032 GETOBJFLAG_OnlyNew = 0x00000040,
00033 GETOBJFLAG_Overwrite = 0x00000080,
00034 GETOBJFLAG_AllowLinkForNew = 0x00000100,
00035 GETOBJFLAG_AllowAll = 0x00000200,
00036 GETOBJFLAG_AllowFewer = 0x00008000,
00037 GETOBJFLAG_SkipNone = 0x00010000,
00038 GETOBJFLAG_AllowAutoName = 0x00040000,
00039 GETOBJFLAG_AllowDupObjs = 0x00200000,
00040 GETOBJFLAG_NoMetaData = 0x00400000,
00041 GETOBJFLAG_NoChangeLevel = 0x02000000,
00042 };
00043
00044 #ifndef GENERATING_DOXYGEN_OUTPUT
00045 DEFINE_ENUM_OP_BITWISE(GETOBJFLAGS)
00046 #define GETOBJFLAG_NewOnly GETOBJFLAG_OnlyNew
00047 #endif
00048
00049 #endif // INC_RVC_GETOBJFLAGS_H