Developer Documentation
PluginFunctionsPolyLineCollection.hh File Reference
#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)
 
PolyLineCollectionPluginFunctions::polyLineCollection (BaseObjectData *_object)
 Get a polyLine Collection from an object. More...
 
PolyLineCollectionObjectPluginFunctions::polyLineCollectionObject (BaseObjectData *_object)
 Cast an BaseObject to a Polyline Collection Object if possible. More...
 
PolyLineCollectionObjectPluginFunctions::polyLineCollectionObject (int _objectId)
 Get an Polyline Collection Object from the given id If possible. More...
 

Detailed Description

This file contains functions which can be used by plugins to access Polyline Collections in the framework.

Definition in file PluginFunctionsPolyLineCollection.hh.