qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
|
Interactor interface (entity that can be dragged or clicked in a 3D view) More...
#include <ccInteractor.h>
Public Member Functions | |
virtual bool | acceptClick (int x, int y, Qt::MouseButton button) |
Called on mouse click. More... | |
virtual bool | move2D (int x, int y, int dx, int dy, int screenWidth, int screenHeight) |
Called on mouse move (for 2D interactors) More... | |
virtual bool | move3D (const CCVector3d &u) |
Called on mouse move (for 3D interactors) More... | |
Interactor interface (entity that can be dragged or clicked in a 3D view)
|
inlinevirtual |
Called on mouse click.
Reimplemented in cc2DLabel.
|
inlinevirtual |
|
inlinevirtual |
Called on mouse move (for 3D interactors)
Reimplemented in ccClipBox.