#include <initaction.h>
Inheritance diagram for InitAction:
Public Member Functions | |
InitAction (const std::string &predicate, const std::string &name, int number) | |
virtual | ~InitAction () |
const std::string & | GetName () |
int | GetNumber () |
Protected Attributes | |
std::string | mName |
the team name to set | |
int | mNumber |
the requested uniform number |
Definition at line 28 of file initaction.h.
|
Definition at line 31 of file initaction.h. |
|
Definition at line 34 of file initaction.h. |
|
Definition at line 37 of file initaction.h. References mName. |
|
Definition at line 39 of file initaction.h. References mNumber. |
|
the team name to set
Definition at line 43 of file initaction.h. Referenced by GetName(). |
|
the requested uniform number
Definition at line 45 of file initaction.h. Referenced by GetNumber(). |