Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:05 2011 for ImpalaSrc by  doxygen 1.5.1