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

virtual void Impala::Visualization::ShowNextFromControl::ButtonSelectionEvent ( OglGui::Button src,
void *  userData 
) [inline, virtual]

Reimplemented from OglGui::ButtonListener.

Definition at line 112 of file ShowNextFromControl.h.

References mMinButton, mNrToShow, mPlusButton, mStartVal, ShowNextFromChanged(), and UpdateStartValText().

00113     {
00114         if (src == mMinButton || src == mPlusButton)
00115         {
00116             mStartVal += (((src==mPlusButton) ? mNrToShow : -mNrToShow));
00117             UpdateStartValText();
00118             ShowNextFromChanged();
00119         }
00120     }

Here is the call graph for this function:


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