#include <DossierEntry.h>
Inheritance diagram for Impala::Application::IDash::DossierEntry:


Public Types | |
| typedef OglGui::Window | Window |
| typedef OglGui::StaticText | StaticText |
| typedef OglGui::Button | Button |
| typedef OglGui::ButtonListener | ButtonListener |
| typedef OglGui::TextEdit | TextEdit |
| typedef Visualization::ImageSet | ImageSet |
Public Member Functions | |
| DossierEntry (Window *parent, TrecEngine *engine, ButtonListener *btnListener, int videoID) | |
| ~DossierEntry () | |
| int | NrOfEntries () |
| int | GetVideoID () |
| int | FindShot (int s) |
| void | AddShot (int shotID) |
| void | DelShot (int i) |
Static Public Attributes | |
| static const int | ENTRY_HEIGHT = 130 |
Private Member Functions | |
| Button * | RestDiv3Btn (int restW, int i, char *str) |
| void | UpdateText () |
| void | PrintShots () |
| void | InitScreen () |
Private Attributes | |
| TrecEngine * | mEngine |
| TextEdit * | textEdit |
| ButtonListener * | mBtnListener |
| ImageSet * | mShotImages |
| DossierEntryTextListener * | dossierEntryTextListener |
| std::vector< int > | shots |
| int | mVideoID |
| ILOG_VAR_DEC | |
Definition at line 26 of file DossierEntry.h.
1.5.1