#include <WindowView2D.h>
Inheritance diagram for OglGui::WindowView2D:


Public Member Functions | |
| WindowView2D (int x, int y, int w, int h, OGLIMAGE *oglIm=0) | |
| WindowView2D (Window *parent, int x, int y, int w, int h, OGLIMAGE *oglIm=0) | |
| WindowView2D (Window *parent, int w, int h, OGLIMAGE *oglIm=0) | |
| void | SetWndView2DListener (WindowView2DListener *listener, void *listenerData=0) |
| void | Texturing (bool mode) |
| bool | Texturing () |
| virtual void | DisplayFunc () |
| virtual void | MouseFunc (INT msg, INT but, INT state, INT x, INT y) |
| virtual void | KeyboardFunc (INT c, INT state) |
| void | SetActAsButton (bool b) |
| void | SetRepeatMode (bool b=true) |
| bool | IsPressed () |
| void | SetPressed (bool pressed) |
| void | SetScaleToWindow (bool scale=true) |
| bool | GetScaleToWindow () const |
| virtual void | SetImage (OGLIMAGE *oglIm) |
| virtual OGLIMAGE * | GetImage () |
| OGLVIEW * | GetOglView () const |
Protected Attributes | |
| WindowView2DListener * | mWndView2DListener |
| void * | mListenerData |
| OGLVIEW * | mView |
| bool | mActAsButton |
| bool | mRepeatMode |
| bool | mIsPressed |
| bool | mScaleToWnd |
| int | mOldBorderType |
Private Member Functions | |
| void | Init (OGLIMAGE *oglIm, strconst label) |
Definition at line 30 of file WindowView2D.h.
1.5.1