Definition at line 1691 of file SegmentationDocumentGuiAnno.h. References GuiAnnoHistoryControl(), GuiAnnotationControl(), OglGui::Window::GuiName(), GuiNavigation(), GuiPrevNextAnnotatedControl(), GuiRankingControl(), GuiVideoShotControl(), HandleConceptsFromFile(), mFrameText, mImShotWnd, mImWnd, mNrAnnoTxt, mShotText, OglGui::OglWindow::SetBorderType(), Impala::Visualization::ImagesWindow::SetViewSize(), and OglGui::OglWindow::W(). Referenced by Init(). 01692 { 01693 GuiName("AnnoControl"); 01694 mNrAnnoTxt = new StaticText(this,340,22,"NrAnno: "); 01695 01696 mImWnd = new ImagesWindow(this, 360, 290, true); 01697 mImWnd->SetViewSize(352,280); 01698 01699 mImShotWnd = new ImagesWindow(this, W()-380, 290, true); 01700 mImShotWnd->SetBorderType(BEV_ETCHED); 01701 mImShotWnd->SetViewSize(176,140); 01702 01703 GuiNavigation(); 01704 01705 // Relevance texts 01706 mFrameText = new TextArea(this, 100, 24, "<empty>",false); 01707 mShotText = new TextArea(this, 100, 24, "<empty>",false); 01708 01709 new Strut(this,1,1); 01710 GuiVideoShotControl(); 01711 new Strut(this,15,1); 01712 GuiRankingControl(); 01713 new Strut(this, 20, 1); 01714 GuiAnnotationControl(); 01715 GuiAnnoHistoryControl(); 01716 GuiPrevNextAnnotatedControl(); 01717 //Button* btn = new Button(this,60,24,"PUNS"); 01718 //btn->SetButtonListener(this,1234); 01719 HandleConceptsFromFile(); 01720 }
Here is the call graph for this function: ![]()
|