Kanzi 3.9.10
kanzi::WindowPlacementRequestEvent Class Reference

Specialized window event with InputEvent::WindowPlacementRequest type. More...

#include <kanzi/core.ui/platform/input/common/events.hpp>

Inheritance diagram for kanzi::WindowPlacementRequestEvent:
[legend]

Public Member Functions

 WindowPlacementRequestEvent (NativeWindowHandle target)
 Constructs an event for a given target window.
 
- Public Member Functions inherited from kanzi::WindowEvent
NativeWindowHandle getWindow () const
 Returns the window instance to which the event refers.
 
 WindowEvent (Type type, NativeWindowHandle window)
 Constructs a window event with a given type for a given window.
 
- Public Member Functions inherited from kanzi::InputEvent
Type getType () const
 Returns the type of the event.
 
 InputEvent (Type type)
 Constructs an event with a given type.
 
bool isHandled () const
 Returns true if the event is handled, false if not.
 
void markHandled ()
 Marks the event as handled.
 
virtual ~InputEvent ()
 Destructor.
 

Additional Inherited Members

- Public Types inherited from kanzi::InputEvent
enum  Type {
  Key , Pointer , Touch , WindowResized ,
  WindowResizeRequest , WindowFocusLost , WindowFocusGained , WindowHidden ,
  WindowResourcesLost , WindowOrientationChanged , WindowRedrawRequest , WindowPlacement ,
  WindowClosed , ApplicationPaused , ApplicationSleep , ApplicationWakeup ,
  DebugToggleHud , DebugSetHud , UserEvent
}
 InputEvent type enumeration. More...
 
- Protected Attributes inherited from kanzi::WindowEvent
NativeWindowHandle m_window
 The window instance to which the event refers.
 

Detailed Description

Specialized window event with InputEvent::WindowPlacementRequest type.

The event requests the repositioning of window contents.

Since
Kanzi 3.9.7

Constructor & Destructor Documentation

◆ WindowPlacementRequestEvent()

kanzi::WindowPlacementRequestEvent::WindowPlacementRequestEvent ( NativeWindowHandle target)
explicit

Constructs an event for a given target window.


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