#include <WindowView2DWithRect.h>
Inheritance diagram for OglGui::WindowView2DWithRect:
Public Member Functions | |
WindowView2DWithRect (int x, int y, int w, int h, OGLIMAGE *oglIm=0) | |
WindowView2DWithRect (Window *parent, int x, int y, int w, int h, OGLIMAGE *oglIm=0) | |
WindowView2DWithRect (Window *parent, int w, int h, OGLIMAGE *oglIm=0) | |
void | SetWndView2DListener (WindowView2DListener *listener, void *listenerData=0) |
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) |
OGLVIEW * | GetOglView () const |
void | SetListener (WindowView2DWithRectListener *listener) |
Protected Attributes | |
WindowView2DListener * | mWndView2DListener |
void * | mListenerData |
OGLVIEW * | mView |
int | mImageW |
int | mImageH |
bool | mActAsButton |
bool | mRepeatMode |
bool | mIsPressed |
bool | mScaleToWnd |
int | mOldBorderType |
WindowView2DWithRectListener * | mListener |
int | mDragLX |
int | mDragHX |
int | mDragLY |
int | mDragHY |
bool | mIsDragging |
int | mKeyframeID |
ILOG_VAR_DEC | |
Private Member Functions | |
void | Init (OGLIMAGE *oglIm, strconst label) |
Definition at line 35 of file WindowView2DWithRect.h.