Google
Web alhem.net

Powerup Class Reference

#include <Powerup.h>

Inheritance diagram for Powerup:

Inheritance graph
[legend]
Collaboration diagram for Powerup:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

Definition at line 7 of file Powerup.h.


Constructor & Destructor Documentation

Powerup::Powerup ( Map  ) 

Definition at line 8 of file Powerup.cpp.

00009 :MapObject(m)
00010 {
00011 }

Powerup::~Powerup (  ) 

Definition at line 14 of file Powerup.cpp.

00015 {
00016 }


Member Function Documentation

mapobject_t Powerup::GetType (  )  [virtual]

Implements MapObject.

Definition at line 19 of file Powerup.cpp.

References MAPOBJECT_POWERUP_UNKNOWN.

00020 {
00021         // %! fixa..
00022         return MAPOBJECT_POWERUP_UNKNOWN;
00023 }

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

Implements MapObject.

Definition at line 26 of file Powerup.cpp.

00027 {
00028 }


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