#include <QGLViewerSceneTreeObjects.h>
Inheritance diagram for STLightList:

Public Member Functions | |
| STLightList (const CList< CLightSource > *pLightList) | |
| STLightList (const CLightSource &Light) | |
| ~STLightList () | |
| virtual void | draw () |
Private Attributes | |
| CList< CLightSource > * | m_pLightList |
| STLightList::STLightList | ( | const CList< CLightSource > * | pLightList | ) |
Constructs a node with the given list of lights.
| STLightList::STLightList | ( | const CLightSource & | Light | ) |
Constructs a node with only one light.
| STLightList::~STLightList | ( | ) |
Destructor.
| void STLightList::draw | ( | ) | [virtual] |
Implementation of the inherited method. It makes all necessary OpenGL calls to enable all lights in the list.
Implements GLDrawable.
CList<CLightSource>* STLightList::m_pLightList [private] |
1.4.7