#include <PathController.h>
Inheritance diagram for VPathController:
Public Methods | |
VPathController (VPolyLine *pl) | |
VPathController () | |
VPathController (VPathController *p) | |
virtual VController<VPoint>* | Clone () |
VAbstractEditor* | CreateEditor () |
Returns an editor that can allow the user to manipulate this object. | |
VPoint | Evaluate (int whichframe) |
Difference at the specified frame. | |
void | SetPath (VPolyLine *pl) |
VPolyLine* | GetPath () |
string | Identify () const |
Identifies the class. | |
bool | MaintainsLinkToShape (void *) const |
The object requires this VShape for operation. | |
virtual void | UnlinkShape (void *) |
The VShape required for operation has been deleted and must be unlinked. | |
Protected Attributes | |
VPolyLine* | pline |