38 virtual WString _GetViewNamePrefix () = 0;
44 virtual WString _GetViewType () = 0;
98 virtual void _OnRootsChanged (
ElementHandleR dependent, bvector<RootChange>
const& rootsChanged, bvector<XAttributeHandle>
const& xAttrsAffected)
override = 0;
102 virtual void _GetImageName (
WStringR name) = 0;
151 virtual void _OnRootsChanged (
ElementHandleR dependent, bvector<RootChange>
const& rootsChanged, bvector<XAttributeHandle>
const& xAttrsAffected)
override;
Definition: ViewContext.h:358
struct DPoint3d const * DPoint3dCP
Definition: msgeomstructs_typedefs.h:79
struct Bentley::WString const & WStringCR
Definition: Bentley.h:239
Callout and named view control each other's boundary (position, orientation, scale, range). If named view is deleted, callout will be deleted.
#define ELEMENTHANDLER_DECLARE_MEMBERS(__classname__, __exporter__)
Definition: Handler.h:86
If named view is deleted, callout will be deleted.
Template to simplify the task of writing a class that implements the reference-counting pattern...
Definition: RefCounted.h:90
uint32_t UInt32
Definition: Bentley.r.h:128
CalloutViewRelationCriteria
This enum describes the search criteria for callouts based on types of relationship that a callout an...
Definition: DetailingSymbolHandlers.h:109
Definition: ITextEdit.h:144
A shared pointer template for reference-counted objects.
Definition: RefCounted.h:119
Look for both types of callouts.
#define DEFINE_T_SUPER(B)
Definition: Bentley.h:167
Use the ElementCopyContext class to copy elements.
Definition: ElementCopyContext.h:241
int StatusInt
Definition: Bentley.h:222
UpdateCalloutStatus
This enum describes the return status of updating callout from named view.
Definition: DetailingSymbolHandlers.h:120
struct DPoint3d const & DPoint3dCR
Definition: msgeomstructs_typedefs.h:79
Title Text Handler Class.
Definition: DetailingSymbolHandlers.h:316
RefCountedPtr< INamedViewCreateHelper > INamedViewCreateHelperPtr
Ref-counted smart pointer object to handle INamedViewCreateHelper.
Definition: DetailingSymbolHandlers.h:70
struct DgnPlatform::ElementHandle const & ElementHandleCR
Definition: DgnPlatform.h:260
struct DgnPlatform::DgnAttachment const * DgnAttachmentCP
Definition: DgnPlatform.h:185
size_type size() const
Definition: stdcxx/bstdmap.h:214
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51