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

bool Impala::Visualization::ImageSetIdxGrid::ViewNewPositionNeedsIm ( int  vIdx,
int  imIdx 
) [inline]

Definition at line 334 of file ImageSetIdxGrid.h.

References mCellH, mCellW, mExtH, mNrOfImOnRow, mViews, and Row2Y().

Referenced by HandleView().

00335     {
00336         int row = imIdx / mNrOfImOnRow;
00337         int x   = (imIdx%mNrOfImOnRow) * mCellW + 4;
00338         int y   = Row2Y(row) + 12 + mExtH;
00339         int w   = mCellW - 8;
00340         int h   = mCellH - (18+mExtH);
00341         viewSys.SetDimensions(mViews[vIdx], x, y, w, h);
00342         viewSys.SetTags(mViews[vIdx], visibleTag);
00343         return ((int)(long long) mViews[vIdx]->UserData1) != imIdx;
00344     }

Here is the call graph for this function:


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