CustomMessageBoxBase Class Reference

encapsulates pointers common to ServerMessageBox and CustomMessageBox More...

#include <customdialogs.h>

Public Member Functions

void AppendMessage (const wxString &message)

Static Public Member Functions

static void setLobbypointer (wxWindow *)
static void setSettingspointer (wxWindow *)
static wxWindow * getLobbypointer ()
static wxWindow * getSettingspointer ()

Protected Attributes

wxListCtrl * m_messages

Static Protected Attributes

static wxWindow * m_settingsWindow = 0
static wxWindow * m_lobbyWindow = 0

Detailed Description

encapsulates pointers common to ServerMessageBox and CustomMessageBox

Todo:
this isn't really that well designed, make a real base class of this?

Definition at line 199 of file customdialogs.h.


Member Function Documentation

void CustomMessageBoxBase::AppendMessage ( const wxString message  ) 
wxWindow * CustomMessageBoxBase::getLobbypointer (  )  [static]

Definition at line 141 of file customdialogs.cpp.

wxWindow * CustomMessageBoxBase::getSettingspointer (  )  [static]

Definition at line 148 of file customdialogs.cpp.

void CustomMessageBoxBase::setLobbypointer ( wxWindow *  arg  )  [static]

Definition at line 131 of file customdialogs.cpp.

void CustomMessageBoxBase::setSettingspointer ( wxWindow *  arg  )  [static]

Definition at line 136 of file customdialogs.cpp.


Field Documentation

wxWindow * CustomMessageBoxBase::m_lobbyWindow = 0 [static, protected]

Definition at line 210 of file customdialogs.h.

wxListCtrl* CustomMessageBoxBase::m_messages [protected]

Definition at line 211 of file customdialogs.h.

wxWindow * CustomMessageBoxBase::m_settingsWindow = 0 [static, protected]

Definition at line 209 of file customdialogs.h.


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

Generated on Thu Dec 29 00:11:43 2011 for SpringLobby by doxygen 1.6.3