#include <gls_path_manager.h>
|  | 
| GlsDynamicPath * | _path | 
|  | The path containing the animation data. 
 | 
|  | 
| DisplayObject * | _object | 
|  | The object to be animated by the path. 
 | 
|  | 
| std::string | _pathName | 
|  | The name of the path object. 
 | 
|  | 
| std::string | _objectName | 
|  | The name of the animation target object. 
 | 
|  | 
| DistiAttribDict * | _attribDict | 
|  | The attribute dictionary for the members of this object. 
 | 
|  | 
The PathObjectPair class. Contains a dynamic path and the object that path animates. 
◆ Attributes()
- Returns
- A reference to the attribute dictionary for this object. 
 
 
◆ GetDynamicPath()
- Returns
- The path in this pair. 
 
 
◆ GetDynamicPathName()
  
  | 
        
          | std::string GetDynamicPathName | ( |  | ) | const |  | inline | 
 
- Returns
- The name of the path in this pair. 
 
 
◆ GetObject()
- Returns
- The target object of this pair. 
 
 
◆ GetObjectName()
  
  | 
        
          | std::string GetObjectName | ( |  | ) | const |  | inline | 
 
- Returns
- The name of the target object. 
 
 
◆ MakeAttribDict()
Populates the attribute dictionary for this object. 
- Note
- Not normally called by users. 
 
 
◆ operator=()
Copy assignment 
- Returns
- The resulting object (this). 
 
 
◆ SetDynamicPath() [1/2]
◆ SetDynamicPath() [2/2]
◆ SetDynamicPathByName()
  
  | 
        
          | void SetDynamicPathByName | ( | const std::string & | name | ) |  |  | inline | 
 
Assign a new GlsDynamicPath to this pair by name. 
- Parameters
- 
  
    | name | The name of the new path to set. |  
 
 
 
◆ SetObject() [1/2]
Set the target object of this pair's animation. 
- Deprecated:
- Use single-pointer functions instead. 
- Parameters
- 
  
    | object | The new target object to set. |  
 
 
 
◆ SetObject() [2/2]
Set the target object of this pair's animation. 
- Parameters
- 
  
    | object | The new target object to set. |  
 
 
 
◆ SetObjectByName()
  
  | 
        
          | void SetObjectByName | ( | const std::string & | name | ) |  |  | inline | 
 
Set the target object of this pair's animation by name. 
- Parameters
- 
  
    | name | The name of the new target object to set. |  
 
 
 
The documentation for this class was generated from the following file: