Developer Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
PluginFunctionsLight.hh File Reference
#include <OpenFlipper/common/Types.hh>
#include "Light.hh"

Go to the source code of this file.

Namespaces

 PluginFunctions
 

Functions

bool PluginFunctions::getObject (int _identifier, LightObject *&_object)
 
LightNodePluginFunctions::lightNode (BaseObjectData *_object)
 Get a LightNode from an object. More...
 
LightObjectPluginFunctions::lightObject (BaseObjectData *_object)
 Cast an BaseObject to a LightObject if possible. More...
 
LightSourcePluginFunctions::lightSource (BaseObjectData *_object)
 Get the lightSource in this Object. More...
 
DLLEXPORT LightSourcePluginFunctions::lightSource (LightObject *_object)
 Get the lightSource in this Object. More...
 

Detailed Description

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

Definition in file PluginFunctionsLight.hh.