#include <eclight.h>
Public Member Functions | |
AmbientLight (const char *a_sID, YRColorRGB &a_color) | |
Complete constructor. | |
Protected Member Functions | |
virtual PYOBJECT | GetPyStringRep () |
Provide a string representation of this child. | |
virtual void | DeleteObject () |
Child message hook for reference-count based destruction. |
Definition at line 228 of file eclight.h.
AmbientLight::AmbientLight | ( | const char * | a_sID, | |
YRColorRGB & | a_color | |||
) |
Complete constructor.
a_sID | Unique ID for this light | |
a_color | Color for this light |
virtual void AmbientLight::DeleteObject | ( | ) | [protected, virtual] |
Child message hook for reference-count based destruction.
The child class is responsible for deleting any instance to which this this function is called.
Reimplemented from EclipseObject.