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

virtual void Impala::Visualization::AllFramesTLineVideo::UpDownButtonSelectionEvent ( UpDownButton src,
bool  isUpBtn,
void *  vData 
) [inline, virtual]

Reimplemented from OglGui::UpDownButtonListener.

Definition at line 313 of file AllFramesTLineVideo.h.

References GoToAdjacentKeyFrame(), GoToAdjacentPositive(), GoToAdjacentShot(), OglGui::ZoomShiftRuler::MakeCurrentVisible(), mSimTLV, NEXT_PREV_KEYFRAME, NEXT_PREV_POSITIVE, NEXT_PREV_SHOT, and Impala::Visualization::SimilarityTimeLineVideo::TimeLine().

00314     {
00315         int userData = (long long) vData;
00316         if (userData == NEXT_PREV_SHOT) // Shot boundaries
00317             GoToAdjacentShot(isUpBtn);
00318         if (userData==NEXT_PREV_KEYFRAME)
00319             GoToAdjacentKeyFrame(isUpBtn);
00320         if (userData>=NEXT_PREV_POSITIVE && userData<NEXT_PREV_POSITIVE+20)
00321             GoToAdjacentPositive(userData-NEXT_PREV_POSITIVE,isUpBtn);
00322         mSimTLV->TimeLine()->MakeCurrentVisible();
00323     }

Here is the call graph for this function:


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