#include <PathWay.h>
Public Member Functions | |
PathWay () | |
PathWay (JString xml) | |
virtual | ~PathWay () |
Object * | clone () const |
JString | toXML () |
bool | add (Dictionary entry) |
Dictionary | get (int n) |
JString | getName (int n) |
int | getNextFreePos () |
int | getCount () |
Protected Attributes | |
ObjectCollection | entries |
Definition at line 40 of file PathWay.h.
cmlabs::PathWay::PathWay | ( | ) |
Definition at line 33 of file PathWay.cpp.
cmlabs::PathWay::PathWay | ( | JString | xml | ) |
Definition at line 38 of file PathWay.cpp.
cmlabs::PathWay::~PathWay | ( | ) | [virtual] |
Definition at line 43 of file PathWay.cpp.
Object * cmlabs::PathWay::clone | ( | ) | const [virtual] |
JString cmlabs::PathWay::toXML | ( | ) | [virtual] |
bool cmlabs::PathWay::add | ( | Dictionary | entry | ) |
Definition at line 58 of file PathWay.cpp.
Dictionary cmlabs::PathWay::get | ( | int | n | ) |
Definition at line 67 of file PathWay.cpp.
JString cmlabs::PathWay::getName | ( | int | n | ) |
Definition at line 78 of file PathWay.cpp.
int cmlabs::PathWay::getNextFreePos | ( | ) |
Definition at line 86 of file PathWay.cpp.
int cmlabs::PathWay::getCount | ( | ) |
Definition at line 101 of file PathWay.cpp.
ObjectCollection cmlabs::PathWay::entries [protected] |