Definition at line 1666 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(). 01667 { 01668 GuiName("AnnoControl"); 01669 mNrAnnoTxt = new StaticText(this,340,22,"NrAnno: "); 01670 01671 mImWnd = new ImagesWindow(this, 360, 290, true); 01672 mImWnd->SetViewSize(352,280); 01673 01674 mImShotWnd = new ImagesWindow(this, W()-380, 290, true); 01675 mImShotWnd->SetBorderType(BEV_ETCHED); 01676 mImShotWnd->SetViewSize(176,140); 01677 01678 GuiNavigation(); 01679 01680 // Relevance texts 01681 mFrameText = new TextArea(this, 100, 24, "<empty>",false); 01682 mShotText = new TextArea(this, 100, 24, "<empty>",false); 01683 01684 new Strut(this,1,1); 01685 GuiVideoShotControl(); 01686 new Strut(this,15,1); 01687 GuiRankingControl(); 01688 new Strut(this, 20, 1); 01689 GuiAnnotationControl(); 01690 GuiAnnoHistoryControl(); 01691 GuiPrevNextAnnotatedControl(); 01692 //Button* btn = new Button(this,60,24,"PUNS"); 01693 //btn->SetButtonListener(this,1234); 01694 HandleConceptsFromFile(); 01695 }
Here is the call graph for this function:
|