Rise
The Vieneo Province
CommunicationsDialog.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "DialogBase.h"
4 
6 {
7 public:
8 
9  CommunicationsDialog(short id);
10 
11  void Update();
12  void UpdateMenu(short tab);
13  void TabClick(short clicked_tab);
14  void ActiveTab();
15  void ActionIconClick(long icon_id);
16  void ChannelInvite(char *msg, unsigned char whoinvited, unsigned char channel, unsigned char tab);
17  void DragDropItem(short s);
18  void ClearEdit();
19  void Close(bool minimize);
20 
21  static void CALLBACK DialogCallback(UINT nEvent, int nControlID, CDXUTControl* pControl, void* pUserContext);
22 
23  CHATCHANNEL msgbarchannel; // for D_COMMUNICATION it is the channel name, owner, number
24 };
void ActionIconClick(long icon_id)
void TabClick(short clicked_tab)
void Close(bool minimize)
void ChannelInvite(char *msg, unsigned char whoinvited, unsigned char channel, unsigned char tab)
static void CALLBACK DialogCallback(UINT nEvent, int nControlID, CDXUTControl *pControl, void *pUserContext)