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

void Impala::Visualization::OptionsLook ( OglGui::Window wnd,
String  base,
String  special = "" 
)

Definition at line 45 of file OptionsLook.h.

References DoOptionsLook(), and Impala::CmdOptions::GetInstance().

Referenced by OptionsLooks().

00046 {
00047 
00048     CmdOptions& options = CmdOptions::GetInstance();
00049     if (!base.empty())
00050         DoOptionsLook(wnd, base);
00051     if (!special.empty())
00052         DoOptionsLook(wnd, special);
00053 }

Here is the call graph for this function:


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