Allows the user to click a 3D object and have it converted into a rendering click.
More...
|
|
QWidgetModel * | m_widget |
| | The widget model receiving forwarded events.
|
Allows the user to click a 3D object and have it converted into a rendering click.
Definition at line 70 of file QTWidgetModel.h.
◆ WidgetMouseController()
| WidgetMouseController::WidgetMouseController |
( |
QWidgetModel * | model | ) |
|
Constructs a mouse controller that forwards 3D clicks to a QWidgetModel.
- Parameters
-
| [in] | model | The widget model to forward events to. |
◆ processMouseEvent() [1/2]
Processes a raw mouse event and converts it to a widget click.
- Parameters
-
| [in] | event | The mouse event. |
| [in] | lookup | The design object lookup. |
| [in] | info | The selection information. |
- Returns
- True if the event was handled.
◆ processMouseEvent() [2/2]
Processes a mouse controller event and converts it to a widget click.
- Parameters
-
| [in] | event | The mouse controller event. |
| [in] | info | The selection information. |
- Returns
- True if the event was handled.
Implements MouseControllerBase.
The documentation for this class was generated from the following file: