Rise
The Vieneo Province
PeopleManagerDialog.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "DialogBase.h"
4 
6 {
7 public:
8 
9  PeopleManagerDialog(short id);
10 
11  void Update();
12  void Draw(D3DXVECTOR3* tracked);
13  void ClearEdit();
14  void UpdateMenu(short tab);
15  void ClickTab(short clicked_tab);
16  void ActiveTab();
17  void ActionIconClick(long icon_id);
18  static void UpdateOnlinePlayers( unsigned short serial, char alignment );
19  void DragDropItem(short s);
20 
21  static void CALLBACK DialogCallback(UINT nEvent, int nControlID, CDXUTControl* pControl, void* pUserContext);
22 
23  SPlayerData selectedPerson;
24 };
void ClickTab(short clicked_tab)
void ActionIconClick(long icon_id)
static void CALLBACK DialogCallback(UINT nEvent, int nControlID, CDXUTControl *pControl, void *pUserContext)
static void UpdateOnlinePlayers(unsigned short serial, char alignment)
void Draw(D3DXVECTOR3 *tracked)