Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

channel_dialog Class Reference

A dialog to configure a channel. More...

#include <channel_dialog.h>

Inheritance diagram for channel_dialog:

wxDialog List of all members.

Public Methods

  channel_dialog (wxWindow *parent, wxString configuration_section, int initial_selected_notebook_tab=CHANNEL_NOTEBOOK_PAGE_INDEX_START)
  Constructor.

  ~channel_dialog ()
  Destructor.


Detailed Description

A dialog to configure a channel.

Constructor & Destructor Documentation

channel_dialog::channel_dialog wxWindow *    parent,
wxString    configuration_section,
int    initial_selected_notebook_tab = CHANNEL_NOTEBOOK_PAGE_INDEX_START
 

Constructor.

Parameters:
parent  The parent window.
configuration_section  The section of configuration file of channel to edit.
initial_selected_notebook_tab  Initial tab selected when dialog is shown. This param allows warnings of "There is no destinations for this channel. Do you wish to add some now?" to jump directly to the Destinations tab.