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

void Impala::Application::VideoExcel::TableOverviewWindow::Init ( TableDataSource source,
int  w,
int  h 
) [inline, private]

Definition at line 198 of file TableOverviewWindow.h.

References Impala::Application::VideoExcel::TableDataSource::AddTableUpdateListener(), OglGui::OglWindow::H(), mDrawHeight, mDrawOffset, mPixelCacheSynced, mReady, mSource, OglGui::OglWindow::SetBackground(), OglGui::OglWindow::SetBorderFillShaded(), and OglGui::OglWindow::SetBorderType().

00199     {
00200         mSource             = source;
00201         mReady              = true;
00202         mPixelCacheSynced   = false;
00203         mDrawHeight         = H();
00204         mDrawOffset         = 8;
00205 
00206         mSource->AddTableUpdateListener(this);
00207         SetBackground(oglBLACK);
00208         SetBorderFillShaded(DEEP_SHADE_DOWN);
00209         SetBorderType(1);
00210     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:27 2010 for ImpalaSrc by  doxygen 1.5.1