Public Member Functions |
| | DtLightEditorLogic (DtDe &de, DtLightEditorInterface &iFace) |
| | CTOR.
|
| virtual | ~DtLightEditorLogic () |
| | Virtual DTOR.
|
| virtual void | sendSettingsToGui () |
| | Update the GUI with settings.
|
| virtual void | slot_lightSelected (const std::string &lightName) |
| virtual void | slot_ambientChanged (float r, float g, float b, float a) |
| virtual void | slot_diffuseChanged (float r, float g, float b, float a) |
| virtual void | slot_specularChanged (float r, float g, float b, float a) |
| virtual void | slot_constantAttenuationChanged (float constantAttenuation) |
| virtual void | slot_linearAttenuationChanged (float linearAttenuation) |
| virtual void | slot_quadraticAttenuationChanged (float quadraticAttenuation) |
| virtual void | slot_spotExponentChanged (float spotExponent) |
| virtual void | slot_spotCutoffChanged (float spotCutoff) |
Example Logic (based on humble dialog pattern).