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

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

Definition at line 309 of file mainShowVidSet.cpp.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 10:38:01 2010 for ImpalaSrc by  doxygen 1.5.1