|
| ezOrthoGizmoContext (ezQtEngineDocumentWindow *pOwnerWindow, ezQtEngineViewWidget *pOwnerView, const ezCamera *pCamera) |
|
void | SetWindowConfig (const ezVec2I32 &vViewport) |
|
virtual void | FocusLost (bool bCancel) |
|
const ezVec3 & | GetTranslationResult () const |
|
const ezVec3 & | GetTranslationDiff () const |
|
const ezQuat & | GetRotationResult () const |
|
float | GetScalingResult () const |
|
void | FocusLost (bool bCancel) |
|
ezEditorInput | KeyPressEvent (QKeyEvent *e) |
|
ezEditorInput | KeyReleaseEvent (QKeyEvent *e) |
|
ezEditorInput | MousePressEvent (QMouseEvent *e) |
|
ezEditorInput | MouseReleaseEvent (QMouseEvent *e) |
|
ezEditorInput | MouseMoveEvent (QMouseEvent *e) |
|
ezEditorInput | WheelEvent (QWheelEvent *e) |
|
void | MakeActiveInputContext (bool bActive=true) |
|
bool | IsActiveInputContext () const |
|
void | SetOwner (ezQtEngineDocumentWindow *pOwnerWindow, ezQtEngineViewWidget *pOwnerView) |
|
ezQtEngineDocumentWindow * | GetOwnerWindow () const |
|
ezQtEngineViewWidget * | GetOwnerView () const |
|
bool | GetShortcutsDisabled () const |
|
void | SetShortcutsDisabled (bool bDisabled) |
| If set to true, the surrounding window will ensure to block all shortcuts and instead send keypress events to the input context.
|
|
virtual bool | IsPickingSelectedAllowed () const |
|
ezVec2I32 | SetMouseMode (MouseMode mode) |
| Sets how the mouse will act when it reaches the screen border. UpdateMouseMode() must be called on every mouseMoveEvent to update the state.
|
|
ezVec2I32 | UpdateMouseMode (QMouseEvent *e) |
| Updates the mouse position. Can always be called but will only have an effect if SetMouseMode() was called with one of the wrap modes.
|
|
virtual void | UpdateStatusBarText (ezQtEngineDocumentWindow *pWindow) |
|
virtual const ezRTTI * | GetDynamicRTTI () const |
|
bool | IsInstanceOf (const ezRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|
template<typename T > |
EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it.
|
|