![]() |
Rise
The Vieneo Province
|
#include <IntermediaDialog.h>
Public Member Functions | |
IntermediaDialog (short id) | |
void | Draw (D3DXVECTOR3 *tracked) override |
void | UpdateMenu (short tab) override |
void | ActiveTab () override |
![]() | |
DialogBase (short id) | |
virtual void | Update () |
virtual void | DoubleClickLine () |
virtual void | DragDropItem (short s) |
virtual void | ClearEdit () |
virtual void | OnCreateDevice () |
virtual void | ActionIconClick (long icon_id) |
virtual void | Close (bool minimize) |
void | PopUpDialog () |
Static Public Member Functions | |
static void CALLBACK | DialogCallback (UINT nEvent, int nControlID, CDXUTControl *pControl, void *pUserContext) |
![]() | |
static void | Initialize (HMI *gui) |
static void | DrawAllActiveDialogs (float fElapsedTime) |
static void | UpdateAllActiveDialogs (float fElapsedTime) |
static void | IconClick (short icon_id) |
static void | CheckDialogMouse () |
static bool | DraggingItem (short t, short s) |
static void | BringToFront (short t) |
static void | SortDialogs () |
static void | OnDeviceReset () |
static bool | OnEnter () |
static void | UpdateScrollBar (short t) |
static short | CheckWidth (short dialogid) |
static short | CheckHeight (short t) |
static void | InitializeDialog (short t) |
Private Attributes | |
CDXUTRadioButton * | intermedia1 = nullptr |
CDXUTRadioButton * | intermedia2 = nullptr |
CDXUTRadioButton * | intermedia3 = nullptr |
CDXUTRadioButton * | intermedia4 = nullptr |
CDXUTRadioButton * | intermedia5 = nullptr |
CDXUTRadioButton * | intermedia6 = nullptr |
Additional Inherited Members | |
![]() | |
static DialogBase * | dialogs [D_ENUMERATION] |
static HMI * | gui = nullptr |
static Logger * | logger = nullptr |
static short | draworder [D_ENUMERATION] |
![]() | |
virtual void | TabClick (short clicked_tab) |
![]() | |
static void | CheckMoved (short t) |
Definition at line 7 of file IntermediaDialog.h.
IntermediaDialog::IntermediaDialog | ( | short | id | ) |
|
overridevirtual |
Reimplemented from DialogBase.
Definition at line 137 of file IntermediaDialog.cpp.
|
static |
Definition at line 190 of file IntermediaDialog.cpp.
|
overridevirtual |
Reimplemented from DialogBase.
Definition at line 164 of file IntermediaDialog.cpp.
|
overridevirtual |
Reimplemented from DialogBase.
Definition at line 36 of file IntermediaDialog.cpp.
|
private |
Definition at line 24 of file IntermediaDialog.h.
|
private |
Definition at line 25 of file IntermediaDialog.h.
|
private |
Definition at line 26 of file IntermediaDialog.h.
|
private |
Definition at line 27 of file IntermediaDialog.h.
|
private |
Definition at line 28 of file IntermediaDialog.h.
|
private |
Definition at line 29 of file IntermediaDialog.h.
WCHAR IntermediaDialog::menu[maxmenuC][44] |
Definition at line 19 of file IntermediaDialog.h.
bool IntermediaDialog::menubool[maxmenuC] |
Definition at line 20 of file IntermediaDialog.h.
short IntermediaDialog::menuLevel = -1 |
Definition at line 21 of file IntermediaDialog.h.