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

Impala::Visualization::RotorBrowser::RotorBrowserGUI::RotorBrowserGUI ( OglGui::Window parent,
int  w,
int  h,
ThreadSet threadset,
SegmentationDocument segdoc,
int  imW,
int  imH,
double  imScale,
int  controlId,
bool  showLatestBookmarks,
bool  enableMinimap = true 
) [inline]

Definition at line 35 of file RotorBrowserGUI.h.

References BuildGui(), mLastVisualKeyframe, mLastVisualMode, mMinimapEnabled, mRotorBrowser, mRotorBrowserInfo, mSegDoc, and mThreadSet.

00038                                                :
00039         Visualization::Window(parent, w, h, true)
00040     {
00041         mThreadSet          = threadset;
00042         mSegDoc             = segdoc;
00043         mRotorBrowser       = NULL;
00044         mRotorBrowserInfo   = NULL;
00045         mLastVisualKeyframe = -1;
00046         mLastVisualMode     = -1;
00047         mMinimapEnabled     = enableMinimap;
00048 
00049         SetControlId(controlId);
00050 
00051         BuildGui(imW, imH, imScale, showLatestBookmarks);
00052         // RvB: Next 2 lines for extra context info
00053         //mRotorBrowserInfo = new TextArea(this, 0, height-100, 240, 5, "");
00054         //mRotorBrowserInfo->SetTextColor(oglRED);
00055     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:55 2011 for ImpalaSrc by  doxygen 1.5.1