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

Public Methods |
|
| destinations_wizardpage (wxWizard *parent, const wxString &handheld_destinations_label=_("Send it to these handhelds"), const wxString &directory_destinations_label=_("Sent it to these directories"), const wxString &channel_section=plkrNEW_CHANNEL_TEMPLATE_SECTION, wxBitmap bitmap=wxNullBitmap) | |
| Constructor. |
|
| ~destinations_wizardpage () | |
| Destructor. |
|
| void | get_user_destinations (handheld_dest_array_type &handheld_dest_array) |
| Get array of the user destinations. |
|
| void | get_directory_destinations (wxArrayString &directory_destinations) |
| Get an array of the directory destinations. |
|
Public Attributes |
|
| wxHandheldInstallCtrl * | m_handheld_install_ctrl |
| The wxHandheldInstallCtrl of the wizardpage. |
|
Contains a wxHandheldInstallCtrl showing handhelds and directories that can be installed to. Can be queried by parent wizard to get the destinations.
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Get an array of the directory destinations.
|
|
|
Get array of the user destinations.
|
|
|
The wxHandheldInstallCtrl of the wizardpage. Public, so that properties and methods are available to parent wizard.
|