Developer Documentation
|
#include <OpenFlipper/common/Types.hh>
#include "PolyLineCollectionTypes.hh"
#include "PolyLineCollectionObject.hh"
Go to the source code of this file.
Namespaces | |
PluginFunctions | |
Functions | |
bool | PluginFunctions::getSourcePolylineCollections (std::vector< PolyLineCollection * > &_polylines) |
Get a pointer to every Polyline Collection which is marked as a source. More... | |
OBJECTTYPEDLLEXPORT bool | PluginFunctions::getTargetPolylineCollections (std::vector< PolyLineCollection *> &_polylines) |
Get a pointer to every Polyline Collection which is marked as a target. More... | |
bool | PluginFunctions::getObject (int _identifier, PolyLineCollectionObject *&_object) |
PolyLineCollection * | PluginFunctions::polyLineCollection (BaseObjectData *_object) |
Get a polyLine Collection from an object. More... | |
PolyLineCollectionObject * | PluginFunctions::polyLineCollectionObject (BaseObjectData *_object) |
Cast an BaseObject to a Polyline Collection Object if possible. More... | |
PolyLineCollectionObject * | PluginFunctions::polyLineCollectionObject (int _objectId) |
Get an Polyline Collection Object from the given id If possible. More... | |
This file contains functions which can be used by plugins to access Polyline Collections in the framework.
Definition in file PluginFunctionsPolyLineCollection.hh.