AutojoinChannelDialog Class Reference

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

Detailed Description

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.

Todo:
See that parsing input doesn't crap out when user enters rubbish

Definition at line 14 of file autojoinchanneldialog.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Field Documentation

wxTextCtrl* AutojoinChannelDialog::m_channel_list [protected]

Definition at line 23 of file autojoinchanneldialog.h.


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

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