#include <ivfwidget/IvfEvents.h>
Inheritance diagram for CIvfResizeEvent:
Public Member Functions | |
virtual void | onResize (int width, int height) |
Definition at line 336 of file IvfEvents.h.
|
onResize method The onResize method occurs when the widget has changed size. Typically code for initialising the viewport and perspective transformation goes here. Reimplemented in CIvfMouseViewHandler, and CIvfSceneHandler. Definition at line 345 of file IvfEvents.h. |