111 friend struct DgnDbG05FileIO;
112 friend struct DgnDbG06FileIO;
113 friend struct IModel02FileIO;
116 virtual void MakeClassAbstract() = 0;
251 virtual void MakeClassAbstract() = 0;
297 virtual void MakeClassAbstract() = 0;
379 DGNPLATFORM_EXPORT void SynchViewDisplay (
UInt32 viewNumber,
bool levelsChanged,
bool undoable,
bool synchViewTitle)
const;
An error occurred when trying to create the data structure that persists the ViewGroup.
Definition: DgnPlatform/ViewGroup.h:64
The ViewGroup is not yet associated with a DgnFile.
Definition: DgnPlatform/ViewGroup.h:62
The ViewGroup's persistent representation cannot be deleted from the DgnFile. Perhaps the file is rea...
Definition: DgnPlatform/ViewGroup.h:67
The viewport is resized to match the exact size specifed in viewPortInfo.
The name specified is too short.
Definition: DgnPlatform/ViewGroup.h:58
struct Bentley::WString const & WStringCR
Definition: Bentley.h:239
iterator begin()
Definition: stdcxx/bstdmap.h:178
Attempt to add a ViewGroup to a ViewGroupCollection from a different DgnFile failed.
Definition: DgnPlatform/ViewGroup.h:63
struct DgnPlatform::ViewGroup const * ViewGroupCP
Definition: DgnPlatform.h:473
iterator end()
Definition: stdcxx/bstdmap.h:186
struct DgnPlatform::ViewGroup const & ViewGroupCR
Definition: DgnPlatform.h:473
wchar_t const * WCharCP
Definition: Bentley.h:224
The name specified is not unique with the DgnFile.
Definition: DgnPlatform/ViewGroup.h:60
uint32_t UInt32
Definition: Bentley.r.h:128
The name specified is too long.
Definition: DgnPlatform/ViewGroup.h:59
BC__RW::__rw_debug_iter< bvector, const_pointer, pointer > const_iterator
Definition: stdcxx/bvector.h:115
The copied ViewGroup should be marked as permanent.
struct DgnPlatform::ViewPortInfo const * ViewPortInfoCP
Definition: DgnPlatform.h:479
struct DgnPlatform::ViewInfo const & ViewInfoCR
Definition: DgnPlatform.h:478
The name contains an illegal character.
Definition: DgnPlatform/ViewGroup.h:61
ViewGroupStatus
Possible status values returned from ViewGroup and ViewGroupCollection methods.
Definition: DgnPlatform/ViewGroup.h:55
Cannot delete the active ViewGroup because there is no other ViewGroup eligible to be activated...
Definition: DgnPlatform/ViewGroup.h:70
An error occurred when trying to write the persistent data to the DgnFile. Perhaps the file is readon...
Definition: DgnPlatform/ViewGroup.h:65
The viewgroup does not contain an open view.
Definition: DgnPlatform/ViewGroup.h:74
int32_t Int32
Definition: Bentley.r.h:119
An argument to the method was invalid.
Definition: DgnPlatform/ViewGroup.h:72
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
The method succeeded.
Definition: DgnPlatform/ViewGroup.h:57
Base class to make a class non-copyable.
Definition: NonCopyableClass.h:23
The host rejected the request to activate the ViewGroup.
Definition: DgnPlatform/ViewGroup.h:69
struct DgnPlatform::ViewPortInfo const & ViewPortInfoCR
Definition: DgnPlatform.h:479
unsigned char byte
Definition: Bentley.r.h:144
Cannot set the ElementId because the view group is already persistent.
Definition: DgnPlatform/ViewGroup.h:71
The file does not contain a viewgroup.
Definition: DgnPlatform/ViewGroup.h:73
The copied ViewGroup should be marked transient.
Concrete class that can be used to implement the reference-counting pattern.
Definition: RefCounted.h:109
ViewGroups marked as transient cannot be saved to the DgnFile.
Definition: DgnPlatform/ViewGroup.h:66
struct DgnPlatform::ViewGroupCopyOptions const & ViewGroupCopyOptionsCR
Definition: DgnPlatform.h:475
RefCountedPtr< ViewGroupCopyOptions > ViewGroupCopyOptionsPtr
A reference counted pointer to a ViewGroupCopyOptions.
Definition: DgnPlatform/ViewGroup.h:51
ViewGroupCopyTypeOption
Options for Copying ViewGroups.
Definition: DgnPlatform/ViewGroup.h:79
RefCountedPtr< ViewGroup > ViewGroupPtr
A reference counted pointer to a ViewGroup.
Definition: DgnPlatform/ViewGroup.h:47
struct DgnPlatform::ViewInfo const * ViewInfoCP
Definition: DgnPlatform.h:478
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51
A ViewGroup was specified that is not in the ViewGroupCollection.
Definition: DgnPlatform/ViewGroup.h:68