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

handheld_dest_type Class Reference

A class to hold a description of a handheld destination. More...

#include <handheld_dest_type.h>

List of all members.


Public Methods

  handheld_dest_type (bool initialize_to_illegal_values=TRUE)
  Constructor.

  ~handheld_dest_type ()
  Destructor.


Public Attributes

wxString  user_name
  The user_name.

long  handheld_target_storage_mode
  Destination on a handheld: RAM, SD card, or MemoryStick.

wxString  directory_on_card
  The directory on the card.


Detailed Description

A class to hold a description of a handheld destination.

A handheld destination consists of info about user_name, whether to card or not, and the directory on the card.


Constructor & Destructor Documentation

handheld_dest_type::handheld_dest_type bool    initialize_to_illegal_values = TRUE
 

Constructor.

Parameters:
initialize_to_illegal_values  TRUE to put an illegal value in each member (such a -1 in a switch that is usually 0 or 1. This allows us to track whether each item was actually set by something to 0 or 1-- otherwise wouldn't know if it started at 0, or something specifically said that is should be 0.

Member Data Documentation

long handheld_dest_type::handheld_target_storage_mode
 

Destination on a handheld: RAM, SD card, or MemoryStick.

0=To RAM 1=To SD card 2=To MemoryStick