|
Developer Documentation
|
#include <OpenFlipper/common/Types.hh>Go to the source code of this file.
Namespaces | |
| PluginFunctions | |
Functions | |
| bool | PluginFunctions::getSourcePolylines (std::vector< PolyLine * > &_polylines) |
| Get a pointer to every Polyline which is marked as a source. More... | |
| bool | PluginFunctions::getTargetPolylines (std::vector< PolyLine * > &_polylines) |
| Get a pointer to every Polyline which is marked as a target. More... | |
| bool | PluginFunctions::getObject (int _identifier, PolyLineObject *&_object) |
| PolyLine * | PluginFunctions::polyLine (BaseObjectData *_object) |
| Get a poly Line from an object. More... | |
| PolyLineObject * | PluginFunctions::polyLineObject (BaseObjectData *_object) |
| Cast an BaseObject to a PolyLineObject if possible. More... | |
| PolyLineObject * | PluginFunctions::polyLineObject (int _objectId) |
| Get an PolyLineObject from the given id If possible. More... | |
This file contains functions which can be used by plugins to access polylines in the framework.
Definition in file PluginFunctionsPolyLine.hh.