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

starting_page_wizardpage Class Reference

A wizard page that can collect information about the starting page for a channel. More...

#include <starting_page_wizardpage.h>

Inheritance diagram for starting_page_wizardpage:

wxWizardPageSimple List of all members.

Public Methods

  starting_page_wizardpage (wxWizard *parent, const wxArrayString message_string_array, const wxString &url_label=wxEmptyString, const wxString &file_label=wxEmptyString, wxBitmap bitmap=wxNullBitmap)
  Constructor.

  ~starting_page_wizardpage ()
  Destructor.

wxString  get_home_url_value ()
  Get the value of the of the home url (starting page).


Detailed Description

A wizard page that can collect information about the starting page for a channel.

Constructor & Destructor Documentation

starting_page_wizardpage::starting_page_wizardpage wxWizard   parent,
const wxArrayString    message_string_array,
const wxString &    url_label = wxEmptyString,
const wxString &    file_label = wxEmptyString,
wxBitmap    bitmap = wxNullBitmap
 

Constructor.

\note: An implementation using a wxString[] for the messages doesn't seem to work, but wxArrayString works fine. \note: We don't use any default values. They are always going to be fixed at a http and file protocol prefix, respectively.

Parameters:
parent  The parent wizard.
message_string_array  An array of strings to use as the message. Each array item is placed on a separate line.
textctrl_label  The label displayed beside the url textctrl.
textctrl_value  The initial value of the file textctrl.
bitmap  Optional bitmap to show instead of the one the parent wizard is using.

Member Function Documentation

wxString starting_page_wizardpage::get_home_url_value  
 

Get the value of the of the home url (starting page).

Returns :
TRUE The string that user entered into the currently enabled textctrl.