Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

Destination Class Reference

#include <destination.h>

List of all members.

Public Member Functions

 Destination ()

Public Attributes

std::string description
double distance
std::string name
std::string target


Constructor & Destructor Documentation

Destination::Destination  ) 
 

Definition at line 21 of file destination.cpp.

References distance().

00021                          :
00022     name(""),
00023     target(""),
00024     distance(0.0),
00025     description("")
00026 {
00027 }


Member Data Documentation

std::string Destination::description
 

Definition at line 27 of file destination.h.

Referenced by ReadDestinationList(), and TourGuideProc().

double Destination::distance
 

Definition at line 26 of file destination.h.

Referenced by ReadDestinationList(), and TourGuideProc().

std::string Destination::name
 

Definition at line 24 of file destination.h.

Referenced by dialogTourGuide(), ReadDestinationList(), and TourGuideProc().

std::string Destination::target
 

Definition at line 25 of file destination.h.

Referenced by ReadDestinationList(), and TourGuideProc().


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:17 2006 for Celestia by  doxygen 1.4.1