A qualified name of the form target. More...
#include <AbstractTask.h>
Public Member Functions | |
QualifiedName () | |
Creates an empty qualified name. | |
QualifiedName (const string &n) | |
Creates a qualified name. | |
ptr< SceneNode > | getTarget (ptr< SceneNode > context) |
Returns the SceneNode designated by this qualified name. | |
Public Attributes | |
string | target |
The first part of this qualified name. | |
string | name |
The second part of this qualified name. |
A qualified name of the form target.
name.
ork::AbstractTask::QualifiedName::QualifiedName | ( | ) |
Creates an empty qualified name.
ork::AbstractTask::QualifiedName::QualifiedName | ( | const string & | n | ) |
Creates a qualified name.
n | a qualified name of the form target.name or name. |
The second part of this qualified name.
The first part of this qualified name.
The first part is optional. It can be "this", "$v" or any scene node flag.