|  | Rise
    The Vieneo Province | 
#include <DockedCommunicationDialog.h>
| Public Member Functions | |
| DockedCommunicationDialog (short id) | |
| void | Update () | 
| void | Draw (D3DXVECTOR3 *tracked) | 
| void | UpdateMenu (short tab) | 
| void | ActionIconClick (long icon_id) | 
| void | DragDropItem (short destTab) | 
| void | Close (bool minimized) | 
|  Public Member Functions inherited from DialogBase | |
| DialogBase (short id) | |
| virtual void | DoubleClickLine () | 
| virtual void | ClearEdit () | 
| virtual void | ActiveTab () | 
| virtual void | OnCreateDevice () | 
| void | PopUpDialog () | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from DialogBase | |
| 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) | 
|  Public Attributes inherited from DialogBase | |
| short | fields | 
| bool | showfields | 
| bool | allowresize | 
| bool | allowmove | 
| bool | allowclose | 
| bool | allowscroll | 
| short | fieldwidth [MAX_FIELDS] | 
| short | fieldtype [MAX_FIELDS] | 
| short | fieldcontent [MAX_FIELDS] | 
| short | actions | 
| short | action [MAX_ACTION] | 
| short | tabusedefaultlang [MAX_TAB] | 
| short | defaultwidth | 
| short | defaultheight | 
| D3DXVECTOR3 | windowdefaultlocation | 
| short | icon | 
| RECT | iconsource | 
| bool | normalinterlace | 
| short | dockedto | 
| bool | usesHUD | 
| D3DXVECTOR3 | windowlocation | 
| short | width | 
| short | height | 
| short | tabs | 
| short | activetab | 
| WCHAR | tabstr [MAX_TAB][MAX_TAB_CHARS] | 
| short | sortfield | 
| char | sortdirection | 
| D3DXVECTOR3 | windowseeklocation | 
| short | text | 
| long | layer | 
| bool | enabled | 
| bool | active | 
| short | linedsp | 
| int | linetot | 
| int | linecursel | 
| int | lineact | 
| int | linetop | 
| short | scrollbarheight | 
| short | scrollbartop | 
| short | actionsvisible | 
| short | actionoffset | 
| bool | actionenabled [MAX_ACTION] | 
| bool | actiontoggle [MAX_ACTION] | 
| float | actionslider | 
| long | editfield | 
| long | editline | 
| long | edittab | 
| char | msgbarcolor | 
| WCHAR | msgbartext [HELP_SIZE] | 
| unsigned short | clipboardrecord | 
| char | clipboardsourcetab | 
| short | tabflash [MAX_TAB] | 
| short | tabwidth [MAX_TAB] | 
| short | tabx [MAX_TAB] | 
| WCHAR | tabeffectivestr [MAX_TAB][MAX_TAB_CHARS] | 
| WCHAR | fieldeffectivetitle [MAX_FIELDS][HELP_SIZE] | 
| short | fieldeffectivewidth [MAX_FIELDS] | 
| short | fieldx [MAX_FIELDS] | 
| WCHAR | fieldline [MAX_LINES][MAX_FIELDS][HELP_SIZE] | 
| WCHAR | fieldeffectiveline [MAX_LINES][MAX_FIELDS][HELP_SIZE] | 
| bool | fieldsortable [MAX_FIELDS] | 
| CDXUTDialog | HUD | 
| short | dialogid | 
| bool | minimized = false | 
|  Static Public Attributes inherited from DialogBase | |
| static DialogBase * | dialogs [D_ENUMERATION] | 
| static HMI * | gui = nullptr | 
| static Logger * | logger = nullptr | 
| static short | draworder [D_ENUMERATION] | 
|  Protected Member Functions inherited from DialogBase | |
| virtual void | TabClick (short clicked_tab) | 
|  Static Protected Member Functions inherited from DialogBase | |
| static void | CheckMoved (short t) | 
Definition at line 5 of file DockedCommunicationDialog.h.
| DockedCommunicationDialog::DockedCommunicationDialog | ( | short | id | ) | 
Definition at line 5 of file DockedCommunicationDialog.cpp.
| 
 | virtual | 
Reimplemented from DialogBase.
Definition at line 123 of file DockedCommunicationDialog.cpp.
| 
 | virtual | 
Reimplemented from DialogBase.
Definition at line 177 of file DockedCommunicationDialog.cpp.
| 
 | virtual | 
Reimplemented from DialogBase.
Definition at line 173 of file DockedCommunicationDialog.cpp.
| 
 | virtual | 
Reimplemented from DialogBase.
Definition at line 36 of file DockedCommunicationDialog.cpp.
| 
 | virtual | 
Reimplemented from DialogBase.
Definition at line 32 of file DockedCommunicationDialog.cpp.
| 
 | virtual | 
Reimplemented from DialogBase.
Definition at line 40 of file DockedCommunicationDialog.cpp.