WinEventToSoEvent Class Reference
[Win ViewerComponents]

#include <Inventor/ViewerComponents/Win/WinEventToSoEvent.h>

List of all members.

Static Public Member Functions

static SoMouseButtonEventgetMousePressEvent (LPARAM loc, SoMouseButtonEvent::Button button, RenderArea *renderArea)
static SoMouseButtonEventgetMouseReleaseEvent (LPARAM loc, SoMouseButtonEvent::Button button, RenderArea *renderArea)
static SoMouseButtonEventgetMouseDoubleClickEvent (LPARAM loc, SoMouseButtonEvent::Button button, RenderArea *renderArea)
static SoLocation2EventgetMouseMoveEvent (LPARAM loc, RenderArea *renderArea)
static SoMouseWheelEventgetMouseWheelEvent (short zDelta, RenderArea *)
static SoLocation2EventgetMouseEnterEvent (RenderArea *)
static SoLocation2EventgetMouseLeaveEvent (RenderArea *)
static SoKeyboardEventgetKeyPressEvent (WPARAM param, RenderArea *)
static SoKeyboardEventgetKeyReleaseEvent (WPARAM param, RenderArea *)
static void getTouchEvents (WPARAM wParam, LPARAM lParam, RenderArea *, std::vector< const SoEvent * > &eventsList)

Detailed Description


Member Function Documentation

static SoKeyboardEvent* WinEventToSoEvent::getKeyPressEvent ( WPARAM  param,
RenderArea  
) [static]

Transform a Win key press event to a SoKeyboardEvent.

static SoKeyboardEvent* WinEventToSoEvent::getKeyReleaseEvent ( WPARAM  param,
RenderArea  
) [static]

Transform a Win key release event to a SoKeyboardEvent.

static SoMouseButtonEvent* WinEventToSoEvent::getMouseDoubleClickEvent ( LPARAM  loc,
SoMouseButtonEvent::Button  button,
RenderArea renderArea 
) [static]

Transform a Win mouse double click event to a SoMouseButtonEvent.

static SoLocation2Event* WinEventToSoEvent::getMouseEnterEvent ( RenderArea  )  [static]

Transform a Win mouse enter in the window event to a SoLocation2Event.

static SoLocation2Event* WinEventToSoEvent::getMouseLeaveEvent ( RenderArea  )  [static]

Transform a Win mouse leave the window event to a SoLocation2Event.

static SoLocation2Event* WinEventToSoEvent::getMouseMoveEvent ( LPARAM  loc,
RenderArea renderArea 
) [static]

Transform a Win mouse move event to a SoLocation2Event.

static SoMouseButtonEvent* WinEventToSoEvent::getMousePressEvent ( LPARAM  loc,
SoMouseButtonEvent::Button  button,
RenderArea renderArea 
) [static]

Transform a Win mouse press event to a SoMouseButtonEvent.

static SoMouseButtonEvent* WinEventToSoEvent::getMouseReleaseEvent ( LPARAM  loc,
SoMouseButtonEvent::Button  button,
RenderArea renderArea 
) [static]

Transform a Win mouse release event to a SoMouseButtonEvent.

static SoMouseWheelEvent* WinEventToSoEvent::getMouseWheelEvent ( short  zDelta,
RenderArea  
) [static]

Transform a Win mouse wheel event to a SoMouseWheelEvent.

static void WinEventToSoEvent::getTouchEvents ( WPARAM  wParam,
LPARAM  lParam,
RenderArea ,
std::vector< const SoEvent * > &  eventsList 
) [static]

Transform Win touch events to a vector of SoEvent.


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/