A dialog that lets the user manullay edit his list of channels to join on startup (possibly with passwords) Passwords for existing channels aren't displayed. More...
#include <autojoinchanneldialog.h>
Public Member Functions | |
| AutojoinChannelDialog (wxWindow *parent) | |
| Default constructor. | |
| virtual | ~AutojoinChannelDialog () |
| Default destructor. | |
Protected Member Functions | |
| void | OnOk (wxCommandEvent &event) |
| void | OnCancel (wxCommandEvent &event) |
Protected Attributes | |
| wxTextCtrl * | m_channel_list |
A dialog that lets the user manullay edit his list of channels to join on startup (possibly with passwords) Passwords for existing channels aren't displayed.
The dialog expects a [chanName|password] pair per line.
Definition at line 14 of file autojoinchanneldialog.h.
| AutojoinChannelDialog::AutojoinChannelDialog | ( | wxWindow * | parent | ) |
Default constructor.
Definition at line 24 of file autojoinchanneldialog.cpp.
| AutojoinChannelDialog::~AutojoinChannelDialog | ( | ) | [virtual] |
Default destructor.
Definition at line 53 of file autojoinchanneldialog.cpp.
| void AutojoinChannelDialog::OnCancel | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 80 of file autojoinchanneldialog.cpp.
| void AutojoinChannelDialog::OnOk | ( | wxCommandEvent & | event | ) | [protected] |
Definition at line 59 of file autojoinchanneldialog.cpp.
wxTextCtrl* AutojoinChannelDialog::m_channel_list [protected] |
Definition at line 23 of file autojoinchanneldialog.h.
1.6.3