Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetLobbyDlg Class Reference

#include <NetLobbyDlg.h>

Inheritance diagram for NetLobbyDlg:
FormWindow ActiveWindow Window EventTarget

List of all members.

Public Member Functions

 NetLobbyDlg (Screen *s, FormDef &def, MenuScreen *mgr)
virtual ~NetLobbyDlg ()
virtual void RegisterControls ()
virtual void Show ()
virtual void ExecFrame ()
virtual void OnCampaignSelect (AWEvent *event)
virtual void OnMissionSelect (AWEvent *event)
virtual void OnApply (AWEvent *event)
virtual void OnCancel (AWEvent *event)
virtual void ExecLobbyFrame ()
- Public Member Functions inherited from FormWindow
 FormWindow (Screen *s, int ax, int ay, int aw, int ah, DWORD aid=0, DWORD style=0, ActiveWindow *parent=0)
virtual ~FormWindow ()
virtual void Init ()
virtual void Init (const FormDef &def)
virtual void Destroy ()
virtual ActiveWindowFindControl (DWORD id)
virtual ActiveWindowFindControl (int x, int y)
virtual void AdoptFormDef (const FormDef &def)
virtual void AddControl (ActiveWindow *ctrl)
virtual ActiveWindowCreateLabel (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0, DWORD style=0)
virtual ButtonCreateButton (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual ImageBoxCreateImageBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual ListBoxCreateListBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual ComboBoxCreateComboBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual EditBoxCreateEditBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual RichTextBoxCreateRichTextBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0, DWORD style=0)
virtual SliderCreateSlider (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0, DWORD style=0)
ListIter< ActiveWindowControls ()
- Public Member Functions inherited from ActiveWindow
 ActiveWindow (Screen *s, int ax, int ay, int aw, int ah, DWORD id=0, DWORD style=0, ActiveWindow *parent=0)
virtual ~ActiveWindow ()
int operator== (const ActiveWindow &w) const
virtual void Paint ()
virtual void Draw ()
virtual void Hide ()
virtual void MoveTo (const Rect &r)
virtual void UseLayout (const std::vector< DWORD > &min_x, const std::vector< DWORD > &min_y, const std::vector< float > &weight_x, const std::vector< float > &weight_y)
virtual void UseLayout (const std::vector< float > &min_x, const std::vector< float > &min_y, const std::vector< float > &weight_x, const std::vector< float > &weight_y)
virtual void UseLayout (int ncols, int nrows, int *min_x, int *min_y, float *weight_x, float *weight_y)
virtual void DoLayout ()
virtual int OnMouseMove (int x, int y)
virtual int OnLButtonDown (int x, int y)
virtual int OnLButtonUp (int x, int y)
virtual int OnClick ()
virtual int OnSelect ()
virtual int OnRButtonDown (int x, int y)
virtual int OnRButtonUp (int x, int y)
virtual int OnMouseEnter (int x, int y)
virtual int OnMouseExit (int x, int y)
virtual int OnMouseWheel (int wheel)
virtual int OnKeyDown (int vk, int flags)
virtual const char * GetDescription () const
virtual int OnDragStart (int x, int y)
virtual int OnDragDrop (int x, int y, ActiveWindow *source)
virtual Rect TargetRect () const
virtual ActiveWindowGetCapture ()
virtual int SetCapture ()
virtual int ReleaseCapture ()
virtual void SetFocus ()
virtual void KillFocus ()
virtual bool HasFocus () const
void SetEnabled (bool e=true)
bool IsEnabled () const
bool IsVisible () const
DWORD GetID () const
void SetStyle (DWORD s)
DWORD GetStyle () const
void SetText (const char *t)
void SetText (const Text &t)
void AddText (const char *t)
void AddText (const Text &t)
const TextGetText () const
void SetAltText (const char *t)
void SetAltText (const Text &t)
const TextGetAltText () const
void SetTexture (Bitmap *bmp)
BitmapGetTexture ()
void SetMargins (const Insets &m)
InsetsGetMargins ()
void SetTextInsets (const Insets &t)
InsetsGetTextInsets ()
List< ActiveWindow > & GetChildren ()
void SetCellInsets (const Insets &c)
InsetsGetCellInsets ()
void SetCells (int cx, int cy, int cw=1, int ch=1)
void SetCells (const Rect &r)
RectGetCells ()
void SetFixedWidth (int w)
int GetFixedWidth () const
void SetFixedHeight (int h)
int GetFixedHeight () const
void SetAlpha (double a)
double GetAlpha () const
void SetBackColor (Color c)
Color GetBackColor () const
void SetBaseColor (Color c)
Color GetBaseColor () const
void SetForeColor (Color c)
Color GetForeColor () const
void SetSingleLine (bool a)
bool GetSingleLine () const
void SetTextAlign (DWORD a)
DWORD GetTextAlign () const
void SetTransparent (bool t)
bool GetTransparent () const
void SetHidePartial (bool a)
bool GetHidePartial () const
void SetTabStop (int n, int x)
int GetTabStop (int n) const
void DrawText (const char *txt, int count, Rect &txt_rect, DWORD flags)
virtual void RegisterClient (int EID, ActiveWindow *client, PFVAWE callback)
virtual void UnregisterClient (int EID, ActiveWindow *client)
virtual void ClientEvent (int EID, int x=0, int y=0)
virtual ActiveWindowGetForm ()
virtual void SetForm (ActiveWindow *f)
virtual bool IsFormActive () const
virtual bool IsTopMost () const
virtual void SetTopMost (bool t)
virtual ActiveWindowFindChild (DWORD id)
virtual ActiveWindowFindChild (int x, int y)
- Public Member Functions inherited from Window
 Window (Screen *s, int ax, int ay, int aw, int ah)
virtual ~Window ()
int operator== (const Window &that) const
ScreenGetScreen () const
const RectGetRect () const
int X () const
int Y () const
int Width () const
int Height () const
virtual bool IsShown () const
virtual bool AddView (View *v)
virtual bool DelView (View *v)
Rect ClipRect (const Rect &r)
bool ClipLine (int &x1, int &y1, int &x2, int &y2)
bool ClipLine (double &x1, double &y1, double &x2, double &y2)
void DrawLine (int x1, int y1, int x2, int y2, Color color, int blend=0)
void DrawRect (int x1, int y1, int x2, int y2, Color color, int blend=0)
void DrawRect (const Rect &r, Color color, int blend=0)
void FillRect (int x1, int y1, int x2, int y2, Color color, int blend=0)
void FillRect (const Rect &r, Color color, int alpha=0)
void DrawBitmap (int x1, int y1, int x2, int y2, Bitmap *img, int blend=0)
void FadeBitmap (int x1, int y1, int x2, int y2, Bitmap *img, Color c, int blend)
void ClipBitmap (int x1, int y1, int x2, int y2, Bitmap *img, Color c, int blend, const Rect &clip)
void TileBitmap (int x1, int y1, int x2, int y2, Bitmap *img, int blend=0)
void DrawLines (int nPts, POINT *pts, Color color, int blend=0)
void DrawPoly (int nPts, POINT *pts, Color color, int blend=0)
void FillPoly (int nPts, POINT *pts, Color color, int blend=0)
void DrawEllipse (int x1, int y1, int x2, int y2, Color color, int blend=0)
void FillEllipse (int x1, int y1, int x2, int y2, Color color, int blend=0)
void SetFont (Font *f)
FontGetFont () const
void Print (int x1, int y1, const char *fmt,...)
- Public Member Functions inherited from EventTarget
virtual ~EventTarget ()
int operator== (const EventTarget &t) const

Protected Member Functions

virtual void GetPlayers ()
virtual void GetChat ()
virtual void GetMissions ()
virtual void GetSelectedMission ()
virtual void SendChat (Text msg)
virtual void SelectMission ()
- Protected Member Functions inherited from FormWindow
virtual void CreateDefLabel (CtrlDef &def)
virtual void CreateDefButton (CtrlDef &def)
virtual void CreateDefImage (CtrlDef &def)
virtual void CreateDefList (CtrlDef &def)
virtual void CreateDefCombo (CtrlDef &def)
virtual void CreateDefEdit (CtrlDef &def)
virtual void CreateDefSlider (CtrlDef &def)
virtual void CreateDefRichText (CtrlDef &def)
- Protected Member Functions inherited from ActiveWindow
virtual Color ShadeColor (Color c, double shade)
virtual void AddChild (ActiveWindow *child)
virtual void DrawStyleRect (const Rect &r, int style)
virtual void DrawStyleRect (int x1, int y1, int x2, int y2, int style)
virtual void DrawTabbedText ()
virtual void DrawTextureGrid ()
virtual void CalcGrid ()
- Protected Member Functions inherited from Window
virtual void ScreenToWindow (int &x, int &y)
virtual void ScreenToWindow (Rect &r)

Protected Attributes

MenuScreenmanager
ComboBoxlst_campaigns
ListBoxlst_missions
ActiveWindowtxt_desc
ListBoxlst_players
ListBoxlst_chat
EditBoxedt_chat
Buttonapply
Buttoncancel
NetLobbynet_lobby
int selected_campaign
int selected_mission
int last_chat
bool host_mode

Detailed Description

Definition at line 39 of file NetLobbyDlg.h.


Constructor & Destructor Documentation

NetLobbyDlg::NetLobbyDlg ( Screen s,
FormDef def,
MenuScreen mgr 
)

Definition at line 46 of file NetLobbyDlg.cpp.

NetLobbyDlg::~NetLobbyDlg ( )
virtual

Definition at line 58 of file NetLobbyDlg.cpp.


Member Function Documentation

void NetLobbyDlg::ExecFrame ( )
virtual

Definition at line 150 of file NetLobbyDlg.cpp.

void NetLobbyDlg::ExecLobbyFrame ( )
virtual

Definition at line 175 of file NetLobbyDlg.cpp.

void NetLobbyDlg::GetChat ( )
protectedvirtual

Definition at line 230 of file NetLobbyDlg.cpp.

void NetLobbyDlg::GetMissions ( )
protectedvirtual

Definition at line 278 of file NetLobbyDlg.cpp.

void NetLobbyDlg::GetPlayers ( )
protectedvirtual

Definition at line 192 of file NetLobbyDlg.cpp.

void NetLobbyDlg::GetSelectedMission ( )
protectedvirtual

Definition at line 312 of file NetLobbyDlg.cpp.

void NetLobbyDlg::OnApply ( AWEvent event)
virtual

Definition at line 450 of file NetLobbyDlg.cpp.

void NetLobbyDlg::OnCampaignSelect ( AWEvent event)
virtual

Definition at line 393 of file NetLobbyDlg.cpp.

void NetLobbyDlg::OnCancel ( AWEvent event)
virtual

Definition at line 463 of file NetLobbyDlg.cpp.

void NetLobbyDlg::OnMissionSelect ( AWEvent event)
virtual

Definition at line 418 of file NetLobbyDlg.cpp.

void NetLobbyDlg::RegisterControls ( )
virtual

Reimplemented from FormWindow.

Definition at line 65 of file NetLobbyDlg.cpp.

void NetLobbyDlg::SelectMission ( )
protectedvirtual

Definition at line 359 of file NetLobbyDlg.cpp.

void NetLobbyDlg::SendChat ( Text  msg)
protectedvirtual

Definition at line 256 of file NetLobbyDlg.cpp.

void NetLobbyDlg::Show ( )
virtual

Reimplemented from ActiveWindow.

Definition at line 91 of file NetLobbyDlg.cpp.


Member Data Documentation

Button* NetLobbyDlg::apply
protected

Definition at line 75 of file NetLobbyDlg.h.

Button* NetLobbyDlg::cancel
protected

Definition at line 76 of file NetLobbyDlg.h.

EditBox* NetLobbyDlg::edt_chat
protected

Definition at line 73 of file NetLobbyDlg.h.

bool NetLobbyDlg::host_mode
protected

Definition at line 83 of file NetLobbyDlg.h.

int NetLobbyDlg::last_chat
protected

Definition at line 82 of file NetLobbyDlg.h.

ComboBox* NetLobbyDlg::lst_campaigns
protected

Definition at line 68 of file NetLobbyDlg.h.

ListBox* NetLobbyDlg::lst_chat
protected

Definition at line 72 of file NetLobbyDlg.h.

ListBox* NetLobbyDlg::lst_missions
protected

Definition at line 69 of file NetLobbyDlg.h.

ListBox* NetLobbyDlg::lst_players
protected

Definition at line 71 of file NetLobbyDlg.h.

MenuScreen* NetLobbyDlg::manager
protected

Definition at line 66 of file NetLobbyDlg.h.

NetLobby* NetLobbyDlg::net_lobby
protected

Definition at line 78 of file NetLobbyDlg.h.

int NetLobbyDlg::selected_campaign
protected

Definition at line 80 of file NetLobbyDlg.h.

int NetLobbyDlg::selected_mission
protected

Definition at line 81 of file NetLobbyDlg.h.

ActiveWindow* NetLobbyDlg::txt_desc
protected

Definition at line 70 of file NetLobbyDlg.h.


The documentation for this class was generated from the following files: