Open 3D Engine AzQtComponents API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzQtComponents::InteractiveWindowMover Class Reference

Inherits AzQtComponents::InteractiveWindowGeometryChanger.

Public Member Functions

 InteractiveWindowMover (QWindow *target, QObject *parent)
 
- Public Member Functions inherited from AzQtComponents::InteractiveWindowGeometryChanger
 InteractiveWindowGeometryChanger (QWindow *target, QObject *parent)
 

Protected Member Functions

void handleKeyPress (QKeyEvent *) override
 
void handleMouseMove (QMouseEvent *) override
 
- Protected Member Functions inherited from AzQtComponents::InteractiveWindowGeometryChanger
bool eventFilter (QObject *watched, QEvent *ev) override
 
virtual void handleKeyPress (QKeyEvent *)=0
 
virtual void handleMouseMove (QMouseEvent *)=0
 
void restoreCursorPosition ()
 

Protected Attributes

bool m_arrowAlreadyPressed = false
 
- Protected Attributes inherited from AzQtComponents::InteractiveWindowGeometryChanger
QPointer< QWindow > m_targetWindow
 
AZ_POP_DISABLE_WARNING QPoint m_originalCursorPos
 
bool m_restoreCursorAtExit = true
 

Member Function Documentation

◆ handleKeyPress()

void AzQtComponents::InteractiveWindowMover::handleKeyPress ( QKeyEvent *  )
overrideprotectedvirtual

◆ handleMouseMove()

void AzQtComponents::InteractiveWindowMover::handleMouseMove ( QMouseEvent *  )
overrideprotectedvirtual

The documentation for this class was generated from the following file: