#include <ViewWithRect.h>
Inheritance diagram for Impala::Visualization::ViewWithRect:
Public Types | |
typedef Core::Geometry::Rectangle | Rectangle |
Public Member Functions | |
ViewWithRect (OGLWND *oglWnd, int x, int y, int imW, int imH, double scale, bool texturing, bool noTexScaling, bool keepDispImage, OglGui::ViewListener *listener=0) | |
void | SetRect (Rectangle r) |
Rectangle | GetRect () |
virtual void | OnDrawView () |
virtual void | OnMouse (int msg, int btn, int state, int x, int y) |
Private Attributes | |
Rectangle | mRect |
Definition at line 13 of file ViewWithRect.h.