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

Impala::Application::IDash::DossierEntry::DossierEntry ( Window parent,
TrecEngine engine,
ButtonListener btnListener,
int  videoID 
) [inline]

Definition at line 38 of file DossierEntry.h.

References InitScreen(), mBtnListener, mEngine, and mVideoID.

00039                                                            :
00040         Window(parent,parent->W()-24,ENTRY_HEIGHT,true)
00041     {
00042         mBtnListener = btnListener;
00043         mVideoID = videoID;
00044         mEngine = engine;
00045         InitScreen();
00046     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:39:34 2010 for ImpalaSrc by  doxygen 1.5.1