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 |
encapsulates pointers common to ServerMessageBox and CustomMessageBox
Definition at line 199 of file customdialogs.h.
| 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.
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.
1.6.3