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

showcase_dialog Class Reference

A showcase dialog to list some available plucker channels. More...

#include <showcase_dialog.h>

Inheritance diagram for showcase_dialog:

wxDialog List of all members.

Public Methods

  showcase_dialog (wxWindow *parent)
  Constructor.

  ~showcase_dialog ()
  Destructor.

void  transfer_to (wxString &name, wxString &url, wxString &description, wxString &language, wxString &category, long &update_frequency, wxString &update_period, wxDateTime &update_base, bool &update_enabled, long &bpp, long &maxdepth, bool &stayonhost, bool &stayondomain, wxString &url_pattern)
  Transfer a line of channel data to the dialog that called up the showcase dialog.

void  on_splitter_sash_position_changed (int sash_position)
  Action to do when child spitter's sash postion changed.


Detailed Description

A showcase dialog to list some available plucker channels.

Composed of a showcase_splitterwindow that has a showcase_listctrl in one pane. Details of the selected item appear in another panes wxHtmlWindow.


Constructor & Destructor Documentation

showcase_dialog::showcase_dialog wxWindow *    parent
 

Constructor.

Parameters:
parent  The parent window.

Member Function Documentation

void showcase_dialog::on_splitter_sash_position_changed int    sash_position
 

Action to do when child spitter's sash postion changed.

Event is sent upwards so the dialog can handle it.

Parameters:
sash_position  The new sash position.
void showcase_dialog::transfer_to wxString &    name,
wxString &    url,
wxString &    description,
wxString &    language,
wxString &    category,
long &    update_frequency,
wxString &    update_period,
wxDateTime &    update_base,
bool &    update_enabled,
long &    bpp,
long &    maxdepth,
bool &    stayonhost,
bool &    stayondomain,
wxString &    url_pattern
 

Transfer a line of channel data to the dialog that called up the showcase dialog.

See channel_type for a description of the parameters.