Home || Visual Search || Applications || Architecture || 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 316 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().

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:28 2011 for ImpalaSrc by  doxygen 1.5.1