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

palm_installer Class Reference

Platform-specific implementaton of palm_installer_base. More...

#include <palm_installer_msw.h>

Inheritance diagram for palm_installer:

palm_installer_base List of all members.

Public Methods

  palm_installer ()
  Constructor.

  ~palm_installer ()
  Destructor.

virtual void  load_user_data ()
virtual bool  install_files_by_handheld_dest (handheld_dest_type &handheld_dest, wxArrayString &install_fullnames)
  Install files via the handheld_dest_type interface.

virtual bool  install_file_by_handheld_dest (handheld_dest_type &handheld_dest, const wxString &install_fullname)
  Install a single file via the handheld_dest_type interface.


Detailed Description

Platform-specific implementaton of palm_installer_base.

Member Function Documentation

virtual bool palm_installer::install_file_by_handheld_dest handheld_dest_type   handheld_dest,
const wxString &    install_fullname
[virtual]
 

Install a single file via the handheld_dest_type interface.

Parameters:
handheld_dest  The handheld_dest_type where the files should be installed.
install_fullnames  The fullnamem of the file to be installed.
This needs to be in derived classes, not base, even though shared. If in base, crashes (wx231).

Implements palm_installer_base.

virtual bool palm_installer::install_files_by_handheld_dest handheld_dest_type   handheld_dest,
wxArrayString &    install_fullnames
[virtual]
 

Install files via the handheld_dest_type interface.

Parameters:
handheld_dest  The handheld_dest_type where the files should be installed.
install_fullnames  An array of fullnames of files to be installed.
This needs to be in derived classes, not base, even though shared. If in base, crashes (wx231).

Implements palm_installer_base.