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

handheld_dest_type.h

Go to the documentation of this file.
      00001 //----------------------------------------------------------------------------------------
      00011 // RCS-ID:      $Id: handheld_dest_type.h,v 1.2 2003/02/13 02:40:38 robertoconnor Exp $
      00012 //----------------------------------------------------------------------------------------
      00013 
      00014 //----------------------------------------------------------------------------------------
      00015 // Begin single inclusion of this .h file condition
      00016 //----------------------------------------------------------------------------------------
      00017 
      00018 #ifndef _HANDHELD_DEST_TYPE_H_
      00019 #define _HANDHELD_DEST_TYPE_H_
      00020 
      00021 //----------------------------------------------------------------------------------------
      00022 // GCC interface
      00023 //----------------------------------------------------------------------------------------
      00024 
      00025 #if defined(__GNUG__) && ! defined(__APPLE__)
      00026     #pragma interface "handheld_dest_type.h"
      00027 #endif
      00028 
      00029 //----------------------------------------------------------------------------------------
      00030 // Shared defines
      00031 //----------------------------------------------------------------------------------------
      00032 
      00033 #include "plucker_defines.h"
      00034 
      00035 //----------------------------------------------------------------------------------------
      00036 // Headers
      00037 //----------------------------------------------------------------------------------------
      00038 
      00039 #include "wx/datetime.h"
      00040 
      00041 //----------------------------------------------------------------------------------------
      00042 // Class definition: handheld_dest_type
      00043 //----------------------------------------------------------------------------------------
      00044 
      00046 
      00050 class handheld_dest_type  :  public wxObject
      00051 {
      00052     DECLARE_DYNAMIC_CLASS( handheld_dest_type )
      00053 
      00054 public:
      00055 
      00057 
      00064     handheld_dest_type( bool initialize_to_illegal_values = TRUE );
      00065 
      00067     ~handheld_dest_type();
      00068 
      00069 
      00071     wxString    user_name;
      00072 
      00074 
      00079     long        handheld_target_storage_mode;
      00080 
      00082     wxString    directory_on_card;
      00083 };
      00084 
      00085 // ----------------------------------------------------------------------------------------
      00086 // Define an array type for our class (an array of pointers only). Note that 
      00087 // WX_DEFINE_ARRAY is only for ints/pointers, not objects. 
      00088 // This WX macro declares a new array type, called handheld_dest_array_type,
      00089 // which consists of a number of handheld_dest_type items.
      00090 // ----------------------------------------------------------------------------------------
      00091 
      00092 WX_DEFINE_ARRAY( handheld_dest_type*, handheld_dest_array_type );
      00093 
      00094 //----------------------------------------------------------------------------------------
      00095 // End single inclusion of this .h file condition
      00096 //----------------------------------------------------------------------------------------
      00097 
      00098 #endif  //_HANDHELD_DEST_TYPE_H_