Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Output
Winx64
Build
PublishedApi
DgnView
DgnDisplay.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
10
#include <
DgnPlatform/DgnPlatform.h
>
11
12
BEGIN_BENTLEY_DGNPLATFORM_NAMESPACE
13
15
struct
DgnDisplay
:
DgnDisplayCoreTypes
16
{
18
struct
Cursor
{;};
19
typedef
Cursor
*
CursorP
;
21
22
enum
Qualifier
23
{
24
QUALIFIER_None =0,
25
QUALIFIER_Shift =0x0004,
26
QUALIFIER_Control =0x0008,
27
QUALIFIER_Menu =0x0010,
28
};
29
30
};
31
END_BENTLEY_DGNPLATFORM_NAMESPACE
END_BENTLEY_DGNPLATFORM_NAMESPACE
#define END_BENTLEY_DGNPLATFORM_NAMESPACE
Definition:
DgnPlatformBaseType.r.h:69
Bentley::DgnPlatform::DgnDisplay::Qualifier
Qualifier
Platform-independent codes for control keys and mouse buttons.
Definition:
DgnDisplay.h:22
Bentley::DgnPlatform::DgnDisplayCoreTypes
Types used to interface with native DgnDisplayKernel.
Definition:
DgnPlatform.h:644
DgnPlatform.h
Bentley::DgnPlatform::DgnDisplay::Cursor
Platform-specific cursor.
Definition:
DgnDisplay.h:18
BEGIN_BENTLEY_DGNPLATFORM_NAMESPACE
#define BEGIN_BENTLEY_DGNPLATFORM_NAMESPACE
Definition:
DgnPlatformBaseType.r.h:68
Bentley::DgnPlatform::DgnDisplay::CursorP
Cursor * CursorP
Definition:
DgnDisplay.h:19
Bentley::DgnPlatform::DgnDisplay
Data types that are used in DgnDisplay.
Definition:
DgnDisplay.h:15
Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.