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:
|