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

void Impala::Visualization::RotorBrowser::BrowserControl::Init ( RotorBrowser b,
ThreadSet t 
) [inline, private]

Definition at line 71 of file RotorBrowserControl.h.

References mBrowser, mThreadSet, ownc, OglGui::OglWindow::SetBorderFillShaded(), OglGui::OglWindow::SetBorderType(), OglGui::Button::SetButtonListener(), and OglGui::OglWindow::SetRoundness().

00072     {
00073         ownc = 2;
00074         mThreadSet = t;
00075 
00076         SetBorderFillShaded(2);
00077         SetBorderType(3);
00078         SetRoundness(5,5,5,5);
00079         mBrowser = b;
00080         Button *first = new Button(this, 200, 20, "F5: CrossBrowser mode");
00081         Button *second = new Button(this, 200, 20, "F6: RotorBrowser mode");
00082         Button *movefirst = new Button(this, 200, 20, "F7: Toggle shot hiding");
00083         Button *bar = new Button(this, 200, 20, "Toggle bar");
00084         Button *turn = new Button(this, 200, 20, "Toggle positioning");
00085         first->SetButtonListener(this, 1);
00086         second->SetButtonListener(this, 2);
00087         movefirst->SetButtonListener(this, 3);
00088         bar->SetButtonListener(this, 5);
00089         turn->SetButtonListener(this, 4);
00090     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:55:41 2010 for ImpalaSrc by  doxygen 1.5.1