Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Output
Winx64
Build
PublishedApi
DgnPlatform
HUDMarker.h
Go to the documentation of this file.
1
/*--------------------------------------------------------------------------------------+
2
|
3
| Supplied under applicable software license agreement.
4
|
5
| Copyright (c) 2018 Bentley Systems, Incorporated. All rights reserved.
6
|
7
+---------------------------------------------------------------------------------------*/
8
#pragma once
9
DGNPLATFORM_TYPEDEFS
(HUDMarkerCategory)
10
DGNPLATFORM_TYPEDEFS
(HUDMarkerTreeNode)
11
12
BEGIN_BENTLEY_DGNPLATFORM_NAMESPACE
13
/*=================================================================================**/
18
struct
HUDMarkerTreeNode
19
{
20
};
// HUDMarkerTreeNode
21
22
/*=================================================================================**/
27
struct
HUDMarkerCategory
:
HUDMarkerTreeNode
28
{
29
};
// HUDMarkerCategory
30
END_BENTLEY_DGNPLATFORM_NAMESPACE
END_BENTLEY_DGNPLATFORM_NAMESPACE
#define END_BENTLEY_DGNPLATFORM_NAMESPACE
Definition:
DgnPlatformBaseType.r.h:69
DGNPLATFORM_TYPEDEFS
#define DGNPLATFORM_TYPEDEFS(_name_)
Definition:
DgnPlatform.h:73
BEGIN_BENTLEY_DGNPLATFORM_NAMESPACE
#define BEGIN_BENTLEY_DGNPLATFORM_NAMESPACE
Definition:
DgnPlatformBaseType.r.h:68
Bentley::DgnPlatform::HUDMarkerTreeNode
Interface adopted by a view element handler class to support the display of its HUD markertree node ...
Definition:
HUDMarker.h:18
Bentley::DgnPlatform::HUDMarkerCategory
Interface adopted by a view element handler class to support the display of its HUD marker Category...
Definition:
HUDMarker.h:27
Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.