![]() |
Rise
The Vieneo Province
|
#include <CommunicationsDialog.h>
Public Member Functions | |
| CommunicationsDialog (short id) | |
| void | Update () |
| void | UpdateMenu (short tab) |
| void | TabClick (short clicked_tab) |
| void | ActiveTab () |
| void | ActionIconClick (long icon_id) |
| void | ChannelInvite (char *msg, unsigned char whoinvited, unsigned char channel, unsigned char tab) |
| void | DragDropItem (short s) |
| void | ClearEdit () |
| void | Close (bool minimize) |
Public Member Functions inherited from DialogBase | |
| DialogBase (short id) | |
| virtual void | Draw (D3DXVECTOR3 *tracked) |
| virtual void | DoubleClickLine () |
| virtual void | OnCreateDevice () |
| void | PopUpDialog () |
Static Public Member Functions | |
| static void CALLBACK | DialogCallback (UINT nEvent, int nControlID, CDXUTControl *pControl, void *pUserContext) |
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) |
Additional Inherited Members | |
Static Public Attributes inherited from DialogBase | |
| static DialogBase * | dialogs [D_ENUMERATION] |
| static HMI * | gui = nullptr |
| static Logger * | logger = nullptr |
| static short | draworder [D_ENUMERATION] |
Static Protected Member Functions inherited from DialogBase | |
| static void | CheckMoved (short t) |
Definition at line 5 of file CommunicationsDialog.h.
| CommunicationsDialog::CommunicationsDialog | ( | short | id | ) |
|
virtual |
Reimplemented from DialogBase.
Definition at line 682 of file CommunicationsDialog.cpp.
|
virtual |
Reimplemented from DialogBase.
Definition at line 669 of file CommunicationsDialog.cpp.
| void CommunicationsDialog::ChannelInvite | ( | char * | msg, |
| unsigned char | whoinvited, | ||
| unsigned char | channel, | ||
| unsigned char | tab | ||
| ) |
|
virtual |
Reimplemented from DialogBase.
Definition at line 953 of file CommunicationsDialog.cpp.
|
virtual |
Reimplemented from DialogBase.
Definition at line 974 of file CommunicationsDialog.cpp.
|
static |
Definition at line 90 of file CommunicationsDialog.cpp.
|
virtual |
Reimplemented from DialogBase.
Definition at line 908 of file CommunicationsDialog.cpp.
|
virtual |
Reimplemented from DialogBase.
Definition at line 642 of file CommunicationsDialog.cpp.
|
virtual |
Reimplemented from DialogBase.
Definition at line 62 of file CommunicationsDialog.cpp.
|
virtual |
Reimplemented from DialogBase.
Definition at line 509 of file CommunicationsDialog.cpp.
| CHATCHANNEL CommunicationsDialog::msgbarchannel |
Definition at line 23 of file CommunicationsDialog.h.