Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Application::Videolympics::VidolviWindow::VidolviWindow ( OglGui::Window parent,
int  w,
int  h 
) [inline]

Definition at line 31 of file VidolviWindow.h.

References botshift, firstView, OglGui::OglWindow::GetOGLWND(), ILOG_DEBUG, mBackPlane, mFontHandler, mLastTime, mReconnectCount, mScoreLocation, mStartLocation, mState, mStatusMessage, mTimer, mUpdateNeeded, mViews, phys, Impala::Timer::Start(), STATE_NOTCONNECTED, and topshift.

00031                                                       :
00032         Window(parent, w, h, false)
00033     {
00034         ILOG_DEBUG("Created VidolviWindow");
00035         oglSys.SetAllowCameraMove(GetOGLWND(), CamMove_Keys | CamMove_Mouse);
00036         mTimer = Timer(0);
00037         mUpdateNeeded = true;
00038 
00039         mLastTime = 0.0;
00040         mTimer.Start();
00041 
00042         phys = new PhysicsEngine();
00043         mStartLocation = map <int, Point*>();
00044         mScoreLocation = map <int, Point*>();
00045         mViews = vector<VidolviView*> ();
00046         mFontHandler = new Visualization::FontHandler();
00047         mStatusMessage = "";
00048         mState = STATE_NOTCONNECTED;
00049         mBackPlane = 0;
00050         mReconnectCount = 0;
00051         
00052         firstView = true;
00053         
00054         botshift = -2.5f;
00055         topshift = -2.0f;
00056     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:55:30 2010 for ImpalaSrc by  doxygen 1.5.1