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

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

Definition at line 361 of file DirImViewer.h.

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

Referenced by HandleView().

00362     {
00363         int row = imIdx / mNrOfImOnRow;
00364         int x   = (imIdx%mNrOfImOnRow) * mCellW + 4;
00365         int y   = Row2Y(row) + 12 + mExtH;
00366         int w   = mCellW - 8;
00367         int h   = mCellH - (18+mExtH);
00368 
00369         viewSys.SetDimensions(mViews[vIdx], x, y, w, h);
00370         viewSys.SetTags(mViews[vIdx], visibleTag);
00371         return ((long long) mViews[vIdx]->UserData1) != imIdx;
00372     }

Here is the call graph for this function:


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