dePathList Class Reference

List of path. More...

#include <dePathList.h>

List of all members.

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.
decPathGetPathAt (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.

Detailed Description

List of path.

Manages a list of path.

Author:
Plüss Roland
Version:
1.0
Date:
2008

Constructor & Destructor Documentation

dePathList::dePathList (  )

Creates a new path list.

dePathList::~dePathList (  )

Cleans up the path list.


Member Function Documentation

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.


The documentation for this class was generated from the following file: