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

char Impala::Application::WindowShowImSet::GetKeyBinding ( std::string  name,
std::string  dflt 
) [inline, private]

Definition at line 194 of file mainShowImSet.cpp.

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

00195     {
00196         CmdOptions& options = CmdOptions::GetInstance();
00197             std::string str = options.GetString(name, dflt);
00198             return str[0];
00199     }

Here is the call graph for this function:


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