Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

ArMapObject Class Reference

This is a class for objects within an ArMap. More...

#include <ArMap.h>

List of all members.

Public Member Functions

 ArMapObject (const ArMapObject &mapObject)
 Copy constructor.
 ArMapObject (const char *type, ArPose pose, const char *fileName, const char *iconName, const char *name, bool hasFromTo, ArPose fromPose, ArPose toPose)
 Constructor.
const char * getFileName (void) const
 Gets the fileName of the object (probably never used for maps).
ArPose getFromPose (void) const
 Gets the from pose (could be for line or box, depending).
const char * getIconName (void) const
 Gets the icon string of the object.
const char * getName (void) const
 Gets the name of the object (if any).
ArPose getPose (void) const
 Gets the pose of the object.
ArPose getToPose (void) const
 Gets the to pose (could be for line or box, depending).
const char * getType (void) const
 Gets the type of the object.
bool hasFromTo (void) const
 Gets the addition args of the object.
void log (void)
virtual ~ArMapObject ()
 Destructor.

Protected Attributes

std::string myFileName
ArPose myFromPose
bool myHasFromTo
std::string myIconName
std::string myName
ArPose myPose
ArPose myToPose
std::string myType


Detailed Description

This is a class for objects within an ArMap.

Definition at line 649 of file ArMap.h.


The documentation for this class was generated from the following file:
Generated on Wed Oct 19 12:56:49 2005 for Aria by  doxygen 1.4.0