#include <Inventor/ViewerComponents/MFC/MFCEventToSoEvent.h>
Static Public Member Functions | |
static SoMouseButtonEvent * | getMousePressEvent (CPoint loc, SoMouseButtonEvent::Button button, RenderArea *renderArea) |
static SoMouseButtonEvent * | getMouseReleaseEvent (CPoint loc, SoMouseButtonEvent::Button button, RenderArea *renderArea) |
static SoMouseButtonEvent * | getMouseDoubleClickEvent (CPoint loc, SoMouseButtonEvent::Button button, RenderArea *renderArea) |
static SoLocation2Event * | getMouseMoveEvent (CPoint loc, RenderArea *renderArea) |
static SoMouseWheelEvent * | getMouseWheelEvent (short zDelta, RenderArea *) |
static SoLocation2Event * | getMouseEnterEvent (RenderArea *) |
static SoLocation2Event * | getMouseLeaveEvent (RenderArea *) |
static SoKeyboardEvent * | getKeyPressEvent (WPARAM param, RenderArea *) |
static SoKeyboardEvent * | getKeyReleaseEvent (WPARAM param, RenderArea *) |
static SoKeyboardEvent* MFCEventToSoEvent::getKeyPressEvent | ( | WPARAM | param, | |
RenderArea * | ||||
) | [static] |
Transform a MFC key press event to a SoKeyboardEvent.
static SoKeyboardEvent* MFCEventToSoEvent::getKeyReleaseEvent | ( | WPARAM | param, | |
RenderArea * | ||||
) | [static] |
Transform a MFC key release event to a SoKeyboardEvent.
static SoMouseButtonEvent* MFCEventToSoEvent::getMouseDoubleClickEvent | ( | CPoint | loc, | |
SoMouseButtonEvent::Button | button, | |||
RenderArea * | renderArea | |||
) | [static] |
Transform a MFC mouse double click event to a SoMouseButtonEvent.
static SoLocation2Event* MFCEventToSoEvent::getMouseEnterEvent | ( | RenderArea * | ) | [static] |
Transform a MFC mouse enter in the window event to a SoLocation2Event.
static SoLocation2Event* MFCEventToSoEvent::getMouseLeaveEvent | ( | RenderArea * | ) | [static] |
Transform a MFC mouse leave the window event to a SoLocation2Event.
static SoLocation2Event* MFCEventToSoEvent::getMouseMoveEvent | ( | CPoint | loc, | |
RenderArea * | renderArea | |||
) | [static] |
Transform a MFC mouse move event to a SoLocation2Event.
static SoMouseButtonEvent* MFCEventToSoEvent::getMousePressEvent | ( | CPoint | loc, | |
SoMouseButtonEvent::Button | button, | |||
RenderArea * | renderArea | |||
) | [static] |
Transform a MFC mouse press event to a SoMouseButtonEvent.
static SoMouseButtonEvent* MFCEventToSoEvent::getMouseReleaseEvent | ( | CPoint | loc, | |
SoMouseButtonEvent::Button | button, | |||
RenderArea * | renderArea | |||
) | [static] |
Transform a MFC mouse release event to a SoMouseButtonEvent.
static SoMouseWheelEvent* MFCEventToSoEvent::getMouseWheelEvent | ( | short | zDelta, | |
RenderArea * | ||||
) | [static] |
Transform a MFC mouse wheel event to a SoMouseWheelEvent.