#include <VidolviView.h>
Inheritance diagram for Impala::Application::Videolympics::VidolviView:
Public Member Functions | |
VidolviView (OGLWND *oglWnd, Core::Array::Array2dVec3UInt8 *image, float x, float y, float z, float w, float h, float d, ViewListener *li=0) | |
~VidolviView () | |
OGLIMAGE * | UpdateImage (Core::Array::Array2dVec3UInt8 *image) |
PhysicsPart * | GetPPart () |
int | GetViewNr () |
void | SetRelevance (int relevance, int selectedByOthers) |
void | SetRelColor () |
virtual void | OnMouse (int msg, int btn, int state, float x, float y) |
virtual void | OnDrawView () |
virtual void | OnSelection (bool selected) |
Protected Member Functions | |
OGLIMAGE * | InitOGLIMAGE (Core::Array::Array2dVec3UInt8 *im) |
Static Protected Member Functions | |
static void * | MyOglImdataFunc (OGLIMAGE *oglIm) |
static void | MyOglImdataDestroyFunc (OGLIMAGE *oglIm) |
Protected Attributes | |
OGLIMAGE * | mOglIm |
PhysicsPart * | mPPart |
int | mViewNr |
int | mRelevance |
int | mSelectedByOthers |
int | mStepsShown |
ILOG_VAR_DEC |
Definition at line 20 of file VidolviView.h.