GETOBJFLAGS enum definition. More...
#include <mi32/stddefns.h>

Go to the source code of this file.
Enumerations | |
| enum | GETOBJFLAGS { GETOBJFLAG_None = 0x00000000, GETOBJFLAG_NewOK = 0x00000001, GETOBJFLAG_SkipOK = 0x00000004, GETOBJFLAG_OnlyNew = 0x00000040, GETOBJFLAG_Overwrite = 0x00000080, GETOBJFLAG_AllowLinkForNew = 0x00000100, GETOBJFLAG_AllowAll = 0x00000200, GETOBJFLAG_AllowFewer = 0x00008000, GETOBJFLAG_SkipNone = 0x00010000, GETOBJFLAG_AllowAutoName = 0x00040000, GETOBJFLAG_AllowDupObjs = 0x00200000, GETOBJFLAG_NoMetaData = 0x00400000, GETOBJFLAG_NoChangeLevel = 0x02000000 } |
GETOBJFLAGS enum definition.
| enum GETOBJFLAGS |
Enumeration for flags used in object selection dialogs.
| GETOBJFLAG_None |
No flags set. |
| GETOBJFLAG_NewOK |
Let user create new objects. |
| GETOBJFLAG_SkipOK |
Allow user to skip this selection. |
| GETOBJFLAG_OnlyNew |
Don't let user select existing objects. |
| GETOBJFLAG_Overwrite |
Data in existing object will be overwritten. |
| GETOBJFLAG_AllowLinkForNew |
Allow "linkable" file types even if only creating new object. |
| GETOBJFLAG_AllowAll |
Allow all object types in getrvcobjs(). |
| GETOBJFLAG_AllowFewer |
Allow fewer than requested number of objects in RVC::DlgGetObjectSet(). |
| GETOBJFLAG_SkipNone |
Change "Skip" button to "None", behavior same. |
| GETOBJFLAG_AllowAutoName |
Allow "auto-name" for RVC::DlgGetObjectSet. |
| GETOBJFLAG_AllowDupObjs |
Allow duplicate objects in DlgGetObjects(). |
| GETOBJFLAG_NoMetaData |
Don't allow meta-data viewing/selection (used by meta-data editor). |
| GETOBJFLAG_NoChangeLevel |
User can't navigate out from under initial object. |
1.6.1