#include <add_channel_wizard.h>
Inheritance diagram for add_channel_wizard:

Public Methods |
|
| add_channel_wizard (wxWindow *parent=NULL, int id=-1, const wxString &title=wxEmptyString, const wxBitmap &bitmap=wxNullBitmap, const wxString &cancel_message=_("Abort the add channel wizard?")) | |
| Constructor. |
|
| ~add_channel_wizard () | |
| Destructor. |
|
| wxString | get_generated_channel_section () |
| Accessor of the channel section that was created by the wizard. |
|
| bool | get_is_channel_dialog_requested () |
| Accessor of whether user asked to open a channel dialog for more editing. |
|
When the user selects 'Add new channel using wizard' from a menu or toolbar, this wizard will ask questions and add a resulting new channel to the main_listctrl .
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Accessor of the channel section that was created by the wizard.
|
|
|
Accessor of whether user asked to open a channel dialog for more editing.
|