gz/gui/GuiEvents.hh File Reference
#include <QEvent>
#include <string>
#include <utility>
#include <vector>
#include <gz/math/Vector3.hh>
Go to the source code of this file.
Classes | |
class | DropdownMenuEnabled |
Event which is called to enable or disable the dropdown menu. This is primarily used by plugins which also use the right click mouse event to cancel any actions currently in progress. More... | |
class | HoverToScene |
Event which is called to broadcast the 3D coordinates of a user's mouse hover within the scene. More... | |
class | LeftClickToScene |
Event which is called to broadcast the 3D coordinates of a user's left click within the scene. More... | |
class | Render |
Event called in the render thread of a 3D scene. It's safe to make rendering calls in this event's callback. More... | |
class | RightClickToScene |
Event which is called to broadcast the 3D coordinates of a user's right click within the scene. More... | |
class | SnapIntervals |
The class for sending and receiving custom snap value events. This event is used in the Transform Control plugin tool when the user manually alters their snapping values. More... | |
class | SpawnFromDescription |
Event called to spawn a resource, given its description as a string. More... | |
class | SpawnFromPath |
Event called to spawn a resource, which takes the path to its file. More... | |
Namespaces | |
ignition | |
ignition::gui | |
ignition::gui::events | |
Namespace for all events. | |