List of path. More...
#include <dePathList.h>
Public Member Functions | |
Constructors and Destructors | |
| dePathList () | |
| Creates a new path list. | |
| ~dePathList () | |
| Cleans up the path list. | |
Management | |
| int | GetPathCount () const |
| Retrieves the number of path. | |
| decPath & | GetPathAt (int index) const |
| Retrieves the path at the given position. | |
| int | IndexOfPath (decPath &path) const |
| Retrieves the index of the path or -1 if not found. | |
| bool | HasPath (decPath &path) const |
| Determines if a path exists. | |
| void | AddPath (decPath &path) |
| Adds a path. | |
| void | RemovePath (decPath &path) |
| Removes a path. | |
| void | RemoveAllPath () |
| Removes all path. | |
List of path.
Manages a list of path.
| dePathList::dePathList | ( | ) |
Creates a new path list.
| dePathList::~dePathList | ( | ) |
Cleans up the path list.
| void dePathList::AddPath | ( | decPath & | path ) |
Adds a path.
| decPath& dePathList::GetPathAt | ( | int | index ) | const |
Retrieves the path at the given position.
| int dePathList::GetPathCount | ( | ) | const [inline] |
Retrieves the number of path.
| bool dePathList::HasPath | ( | decPath & | path ) | const |
Determines if a path exists.
| int dePathList::IndexOfPath | ( | decPath & | path ) | const |
Retrieves the index of the path or -1 if not found.
| void dePathList::RemoveAllPath | ( | ) |
Removes all path.
| void dePathList::RemovePath | ( | decPath & | path ) |
Removes a path.
1.7.2