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

char Impala::Application::GetKeyBinding ( std::string  name,
std::string  dflt 
)

Definition at line 128 of file mainAnnoVidSet.cpp.

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

00129 {
00130     CmdOptions& options = CmdOptions::GetInstance();
00131         std::string str = options.GetString(name, dflt);
00132         return str[0];
00133 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:36:15 2010 for ImpalaSrc by  doxygen 1.5.1