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

char Impala::Application::WindowShowVidSet::GetKeyBinding ( String  name,
String  dflt 
) [inline, private]

Definition at line 308 of file mainShowVidSet.cpp.

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

00309     {
00310         CmdOptions& options = CmdOptions::GetInstance();
00311             String str = options.GetString(name, dflt);
00312             return str[0];
00313     }

Here is the call graph for this function:


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