00001
00027 #ifndef INC_MGUI_DLGGETOBJECTSTYLE_H
00028 #define INC_MGUI_DLGGETOBJECTSTYLE_H
00029
00030 #ifndef INC_MI32_STDDEFNS_H
00031 #include <mi32/stddefns.h>
00032 #endif
00033
00034 namespace MGUI {
00035
00036
00037
00039 enum DLG_GETOBJECT_STYLE {
00040 DLG_GETOBJECT_STYLE_OnlyExisting = 0x00000000,
00041 DLG_GETOBJECT_STYLE_OnlyNew = 0x00000001,
00042 DLG_GETOBJECT_STYLE_AllowDuplicate = 0x00000010,
00043 DLG_GETOBJECT_STYLE_AllowFewer = 0x00000020,
00044 DLG_GETOBJECT_STYLE_AllowLinkForNew = 0x00000040,
00045 DLG_GETOBJECT_STYLE_AllowNewAndExisting = 0x00000080,
00046 DLG_GETOBJECT_STYLE_AllowNone = 0x00000100,
00047 DLG_GETOBJECT_STYLE_AllowSkip = 0x00000200,
00048 DLG_GETOBJECT_STYLE_AllowBrowseIfSelectableChild = 0x00000400,
00049 DLG_GETOBJECT_STYLE_AllowFolder = 0x00000800,
00050 DLG_GETOBJECT_STYLE_NoAutoName = 0x00001000,
00051 DLG_GETOBJECT_STYLE_NoMetaData = 0x00002000,
00052 DLG_GETOBJECT_STYLE_NoNavigate = 0x00004000,
00053 DLG_GETOBJECT_STYLE_NoWarnOverwrite = 0x00008000,
00054 DLG_GETOBJECT_STYLE_AllowChooseTextEncoding = 0x00010000,
00055 DLG_GETOBJECT_STYLE_NoShowObjTypes = 0x00020000,
00056 DLG_GETOBJECT_STYLE_NoShowFileTypes = 0x00040000,
00057 DLG_GETOBJECT_STYLE_WebLayers = 0x00080000,
00058 DLG_GETOBJECT_STYLE_DefaultToWebLayers = 0x00100000,
00059 DLG_GETOBJECT_STYLE_ShowProprietaryWebLayers = 0x00200000,
00060 #ifndef GENERATING_DOXYGEN_OUTPUT
00061 DLG_GETOBJECT_STYLE_AllowMultiSelect = 0x80000000
00062 #endif
00063 };
00064 #ifndef GENERATING_DOXYGEN_OUTPUT
00065 DEFINE_ENUM_OP_BITWISE(DLG_GETOBJECT_STYLE)
00066 #endif
00067
00068
00069
00070 }
00071
00072 #endif // INC_MGUI_DLGGETOBJECTSTYLE_H