Google
Web alhem.net

Portal Class Reference

#include <Portal.h>

Inheritance diagram for Portal:

Inheritance graph
[legend]
Collaboration diagram for Portal:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Portal (Map &)
 ~Portal ()
mapobject_t GetType ()
long get_property (const std::string &)

Detailed Description

Definition at line 7 of file Portal.h.


Constructor & Destructor Documentation

Portal::Portal ( Map  ) 

Definition at line 8 of file Portal.cpp.

00009 :MapObject(m)
00010 {
00011 }

Portal::~Portal (  ) 

Definition at line 14 of file Portal.cpp.

00015 {
00016 }


Member Function Documentation

mapobject_t Portal::GetType (  )  [inline, virtual]

Implements MapObject.

Definition at line 13 of file Portal.h.

References MAPOBJECT_PORTAL.

00013 { return MAPOBJECT_PORTAL; }

long Portal::get_property ( const std::string &   )  [virtual]

Implements MapObject.

Definition at line 19 of file Portal.cpp.

00020 {
00021 }


The documentation for this class was generated from the following files:
Generated for Robot World by doxygen 1.3.6

Page, code, and content Copyright (C) 2004 by Anders Hedström