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

virtual void Impala::Visualization::Background::HandleNewKey ( int  c,
int  state 
) [inline, virtual]

Reimplemented from Impala::Core::Database::DataDocumentListener.

Definition at line 134 of file Background.h.

References mMinimumThres, and Reset().

00135     {
00136         if (c == 'r')
00137             Reset();
00138         if (c == 't')
00139         {
00140             mMinimumThres += 1;
00141             std::cout << "Minimum threshold at " << mMinimumThres << std::endl;
00142         } 
00143         if (c == 'T')
00144         {
00145             mMinimumThres -= 1;
00146             std::cout << "Minimum threshold at " << mMinimumThres << std::endl;
00147         } 
00148     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:42:59 2010 for ImpalaSrc by  doxygen 1.5.1