#include <channelchooserdialog.h>
Inherits WindowAttributesPickle.

Public Member Functions | |
| ChannelChooserDialog (wxWindow *parent, wxWindowID id, const wxString &title, long style=wxCAPTION|wxRESIZE_BORDER|wxCLOSE_BOX|wxMAXIMIZE_BOX|wxMINIMIZE_BOX|wxDEFAULT_DIALOG_STYLE) | |
| virtual | ~ChannelChooserDialog () |
| void | AddChannel (const wxString &name, int usercount, const wxString &topic=wxEmptyString) |
| void | ClearChannels () |
Protected Member Functions | |
| void | SaveAttributes () |
| void | LoadAttributes () |
Protected Attributes | |
| ChannelChooserPanel * | m_chooser_panel |
| wxBoxSizer * | m_main_sizer |
Definition at line 10 of file channelchooserdialog.h.
| ChannelChooserDialog::ChannelChooserDialog | ( | wxWindow * | parent, | |
| wxWindowID | id, | |||
| const wxString & | title, | |||
| long | style = wxCAPTION | wxRESIZE_BORDER | wxCLOSE_BOX | wxMAXIMIZE_BOX | wxMINIMIZE_BOX | wxDEFAULT_DIALOG_STYLE | |||
| ) |
Definition at line 7 of file channelchooserdialog.cpp.
| ChannelChooserDialog::~ChannelChooserDialog | ( | ) | [virtual] |
Definition at line 21 of file channelchooserdialog.cpp.
| void ChannelChooserDialog::AddChannel | ( | const wxString & | name, | |
| int | usercount, | |||
| const wxString & | topic = wxEmptyString | |||
| ) |
Definition at line 24 of file channelchooserdialog.cpp.
| void ChannelChooserDialog::ClearChannels | ( | ) |
Definition at line 31 of file channelchooserdialog.cpp.
| void WindowAttributesPickle::LoadAttributes | ( | ) | [protected, inherited] |
Definition at line 13 of file windowattributespickle.cpp.
| void WindowAttributesPickle::SaveAttributes | ( | ) | [protected, inherited] |
Definition at line 28 of file windowattributespickle.cpp.
ChannelChooserPanel* ChannelChooserDialog::m_chooser_panel [protected] |
Definition at line 21 of file channelchooserdialog.h.
wxBoxSizer* ChannelChooserDialog::m_main_sizer [protected] |
Definition at line 22 of file channelchooserdialog.h.
1.6.3