33 virtual size_t _GetProviderId(
void)
const {
return reinterpret_cast<size_t>(
this);}
Definition: auiprovider.h:27
Definition: auiprovider.h:28
Definition: auiprovider.h:22
virtual ProviderType _GetProviderType(void) const =0
NEEDSWORK: Add comment here.
Definition: auiprovider.h:25
wchar_t const * WCharCP
Definition: Bentley.h:224
#define ECOBJECTS_EXPORT
Definition: ECObjects.h:20
Definition: auiprovider.h:26
ProviderType
NEEDSWORK: Add comment here.
Definition: auiprovider.h:20
Definition: auiprovider.h:23
! NEEDSWORK: Add comment here
Definition: auiprovider.h:17
virtual ~IECPresentationProvider()
Definition: auiprovider.h:40
Definition: auiprovider.h:24
virtual size_t _GetProviderId(void) const
NEEDSWORK: Add comment here.
Definition: auiprovider.h:33
WCharCP GetProviderName() const
Get a unique name associated with this UI Provider.
size_t GetProviderId() const
Get a unique identifier associated with this UI Provider.
ProviderType GetProviderType() const
Get a unique name associated with this UI Provider.
virtual WCharCP _GetProviderName(void) const =0
NEEDSWORK: Add comment here.