52 MSCORE_EXPORT MSDocumentOpenDialogParams();
112 virtual void MakeClassAbstract() = 0;
143 virtual void MakeClassAbstract() = 0;
215 MSCORE_EXPORT
static MSDocumentManagerR
GetManager();
219 typedef bvector<DgnDocumentPtr> T_DocumentPtrVec;
227 virtual void MakeClassAbstract() = 0;
RscId defSeedFileId
see defSeedFileNameP
Definition: filelist.h:319
struct DgnPlatform::DgnDocumentMoniker const & DgnDocumentMonikerCR
Definition: DgnPlatform.h:197
struct MstnPlatform::DgnDocumentList const & DgnDocumentListCR
Definition: DgnPlatform.h:160
UInt32 preIncludeCADFileOpenFilters
Definition: filelist.h:347
wchar_t * WCharP
Definition: Bentley.h:225
bvector< DgnFilePtr > const & T_DgnFilePtrVectorCR
Definition: DocumentManager.h:32
struct FileOpenParams::@221 filterFlags
unused; should be set to zero
wchar_t const * WCharCP
Definition: Bentley.h:224
WCharCP workSetNameP
WorkSet for which file and Directory history should be shown.
Definition: filelist.h:358
WCharP defSeedFileNameP
defSeedFileNameP, defSeedDirP, defSeedFilterP and defSeedFileId are identical to suggestedFileNameP, defaultDirP, defaultFilterP and defFileId except that these are used for the seed file Dialog Box.
Definition: filelist.h:310
WCharCP defaultDirP
The directory where the selection process starts.
Definition: filelist.h:276
uint32_t UInt32
Definition: Bentley.r.h:128
WCharCP suggestedFileNameP
File name that will be suggested to the user when the Dialog Box is first opened. ...
Definition: filelist.h:257
#define NULL
Definition: Bentley.h:157
RscFileHandle defFileRscH
User preference resource file opened by the calling application.
Definition: filelist.h:299
#define BEGIN_BENTLEY_NAMESPACE
Definition: Bentley.r.h:24
UInt32 postIncludeCADFileOpenFilters
Definition: filelist.h:348
RscId filterStringListId
Id of String list containing file filters and descriptions.
Definition: filelist.h:341
bvector< DgnFilePtr > const * T_DgnFilePtrVectorCP
Definition: DocumentManager.h:31
WCharCP defaultFilterP
The filter to use for determining which files to include in the file list.
Definition: filelist.h:263
IManager * GetManager()
Return a pointer to the one and only relationship manager.
bvector< DgnFilePtr > & T_DgnFilePtrVectorR
Definition: DocumentManager.h:33
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
RscId defFileId
Identifies a resource in the user preference file specified by defFileRscH.
Definition: filelist.h:293
Structure used by mdlDialog_fileOpenExt.
Definition: filelist.h:230
UInt32 requiredRights
Specifies the rights that the user must have to allow the application to process the file...
Definition: filelist.h:332
WCharCP filterInfoStrP
String which describes defaultFilterP, specify NULL for the default description.
Definition: filelist.h:269
int StatusInt
Definition: Bentley.h:222
Concrete class that can be used to implement the reference-counting pattern.
Definition: RefCounted.h:109
WCharCP titleP
The title of the Dialog Box.
Definition: filelist.h:283
RscId dialogId
ID of a Dialog Box in the resource file specified by dialogRscH.
Definition: filelist.h:239
RscFileHandle dialogRscH
Resource file from which to load a user-specified Dialog Box.
Definition: filelist.h:234
#define END_BENTLEY_NAMESPACE
Definition: Bentley.r.h:25
WCharCP dirCfgVarP
The name of a MicroStation configuration variable which is used to populate the contents of the "Dire...
Definition: filelist.h:280
bvector< DgnFilePtr > T_DgnFilePtrVector
Definition: DocumentManager.h:30
WCharCP workSpaceNameP
WorkSpace for which file and Directory history should be shown.
Definition: filelist.h:361
RscFileHandle filterStringHandle
Definition: filelist.h:342
WCharCP defSeedFilterP
see defSeedFileNameP
Definition: filelist.h:316
int openCreate
Controls the attributes of the Dialog Box.
Definition: filelist.h:252
int32_t RscId
Definition: ecimagekey.h:16
Definition: filelist.h:204
MdlDesc * dialogOwnerMD
Unused, pass NULL.
Definition: filelist.h:302
WCharCP defSeedDirP
see defSeedFileNameP
Definition: filelist.h:313
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51