GuiEvents.hh
Go to the documentation of this file.
Event which is called to broadcast information about left mouse releases on the scene. For the 3D coordinates of that point on the scene, see LeftClickToScene.
Definition: GuiEvents.hh:266
Event which is called to broadcast information about mouse scrolls on the scene.
Definition: GuiEvents.hh:397
Event which is called to enable or disable the dropdown menu. This is primarily used by plugins which...
Definition: GuiEvents.hh:202
Event which is called to broadcast the 3D coordinates of a user's releasing the right button within t...
Definition: GuiEvents.hh:180
The class for sending and receiving custom snap value events. This event is used in the Transform Con...
Definition: GuiEvents.hh:61
Event called in the render thread of a 3D scene after the user camera has rendered. It's safe to make rendering calls in this event's callback.
Definition: GuiEvents.hh:48
Event which is called to broadcast information about mouse presses on the scene, with right...
Definition: GuiEvents.hh:437
Event called to spawn a resource, given its description as a string.
Definition: GuiEvents.hh:94
STL class.
Event that block the Interactive View control when some of the other plugins require it...
Definition: GuiEvents.hh:310
Event which is called to broadcast the key press within the scene.
Definition: GuiEvents.hh:243
Event called in the render thread of a 3D scene, before the user camera is rendered. It's safe to make rendering calls in this event's callback.
Definition: GuiEvents.hh:477
Event which is called to broadcast the 2D coordinates of a user's mouse hover within the scene...
Definition: GuiEvents.hh:331
Event which is called to broadcast the key release within the scene.
Definition: GuiEvents.hh:223
static const QEvent::Type kType
Unique type for this event.
Definition: GuiEvents.hh:55
Event called to spawn a resource, which takes the path to its file.
Definition: GuiEvents.hh:115
Event which is called to broadcast information about right mouse releases on the scene. For the 3D coordinates of that point on the scene, see RightClickToScene.
Definition: GuiEvents.hh:289
Event which is called to broadcast the 3D coordinates of a user's releasing the left button within th...
Definition: GuiEvents.hh:158
Event which is called to broadcast information about mouse drags on the scene.
Definition: GuiEvents.hh:416
Event called to clone a resource, given its name as a string.
Definition: GuiEvents.hh:370
Event which is called to share WorldControl information.
Definition: GuiEvents.hh:456
Event called to clone a resource, given its name as a string.
Definition: GuiEvents.hh:351
Event which is called to broadcast the 3D coordinates of a user's mouse hover within the scene...
Definition: GuiEvents.hh:135