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

bool Impala::Visualization::RotorBrowser::RotorView::IsInvalid (  )  [inline]

Definition at line 271 of file RotorView.h.

References ILOG_WARN, mDeleteThreshold, mIsShown, mTurnsNotShown, and mViewBeingRecycled.

Referenced by IsUnused(), and TryDelete().

00272     {
00273         if (mViewBeingRecycled)
00274         {
00275             ILOG_WARN( "RotorView::IsInvalid: yes. View is being recycled!" );
00276             return true;
00277         }
00278         return !mIsShown && mTurnsNotShown > mDeleteThreshold;
00279     }


Generated on Thu Jan 13 09:25:59 2011 for ImpalaSrc by  doxygen 1.5.1