Go to the documentation of this file.
18 #ifndef IGNITION_GAZEBO_GUI_LIGHTS_HH_
19 #define IGNITION_GAZEBO_GUI_LIGHTS_HH_
23 #include <gz/gui/Plugin.hh>
33 class Lights :
public gz::gui::Plugin
44 public:
void LoadConfig(
const tinyxml2::XMLElement *_pluginElem)
override;
This library is part of the Gazebo project.
Definition: gz/sim/Actor.hh:33
Provides buttons for adding a point, directional, or spot light to the scene.
Definition: Lights.hh:33
void OnNewLightClicked(const QString &_sdfString)
Callback in Qt thread when mode changes.
void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
~Lights() override
Destructor.