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

limits_wizardpage Class Reference

A wizard page with controls for limits of a channel. More...

#include <limits_wizardpage.h>

Inheritance diagram for limits_wizardpage:

wxWizardPageSimple List of all members.

Public Methods

  limits_wizardpage (wxWizard *parent, const wxString &channel_section=plkrNEW_CHANNEL_TEMPLATE_SECTION, wxBitmap bitmap=wxNullBitmap)
  Constructor.

  ~limits_wizardpage ()
  Destructor.

int  get_maxdepth_value ()
  Get the value of the m_maxdepth_spinctrl.

bool  get_stayondomain_value ()
  Get the value of the m_stayondomain_radiobutton.

bool  get_stayonhost_value ()
  Get the value of the m_stayonhost_radiobutton.


Detailed Description

A wizard page with controls for limits of a channel.

Contains controls for maximum depth, stayonhost, etc.


Constructor & Destructor Documentation

limits_wizardpage::limits_wizardpage wxWizard   parent,
const wxString &    channel_section = plkrNEW_CHANNEL_TEMPLATE_SECTION,
wxBitmap    bitmap = wxNullBitmap
 

Constructor.

Parameters:
parent  The parent wizard.
channel_section  The default channel section from which to initialize the values for the controls.
bitmap  Optional bitmap to show instead of the one the parent wizard is using.

Member Function Documentation

int limits_wizardpage::get_maxdepth_value  
 

Get the value of the m_maxdepth_spinctrl.

Returns :
The maxdepth value.
bool limits_wizardpage::get_stayondomain_value  
 

Get the value of the m_stayondomain_radiobutton.

Returns :
TRUE if user selected to enabled stayondomain.
bool limits_wizardpage::get_stayonhost_value  
 

Get the value of the m_stayonhost_radiobutton.

Returns :
TRUE if user selected to enabled stayonhost.