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

Impala::Application::WindowShowImSet::WindowShowImSet ( int  width,
int  height 
) [inline]

Definition at line 43 of file mainShowImSet.cpp.

References BuildGUI(), Impala::CmdOptions::GetDouble(), Impala::CmdOptions::GetInstance(), ILOG_INFO, InitData(), mViewScale, and OglGui::View::SetTags().

00043                                            : Window(0, 0, width, height, true)
00044     {
00045         CmdOptions& options = CmdOptions::GetInstance();
00046         mViewScale = options.GetDouble("viewScale");
00047         ILOG_INFO("loading data");
00048         InitData();
00049         ILOG_INFO("building GUI");
00050         View::SetTags(selectableTag | showBgTag | showBorderTag |
00051                       showBorderTag | showTitleTag);
00052         BuildGUI(width, height);
00053     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:30 2011 for ImpalaSrc by  doxygen 1.5.1