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

void Impala::Visualization::RotorBrowser::RotorBrowser::AutoStills ( int  mode  )  [inline]

Definition at line 1705 of file RotorBrowser.h.

References mAutoStills, ShowStatusStr(), StartStills(), STILLS_ACTIVE, STILLS_ALL, STILLS_CENTER, STILLS_NEARCENTER, STILLS_NONE, and StopStills().

01706     {
01707         StopStills();
01708         mAutoStills = mode;
01709         if (mAutoStills > STILLS_ALL)
01710             mAutoStills = STILLS_NONE;
01711         StartStills();
01712         String title = "Shot still player";
01713         switch (mAutoStills)
01714         {
01715             case STILLS_NONE:
01716                 ShowStatusStr(title,false); break;
01717             case STILLS_CENTER:
01718                 ShowStatusStr(title,"center shot only",oglDARKGREEN); break;
01719             case STILLS_NEARCENTER:
01720                 ShowStatusStr(title,"local area",oglDARKGREEN); break;
01721             case STILLS_ACTIVE:
01722                 ShowStatusStr(title,"active thread",oglDARKGREEN); break;
01723             case STILLS_ALL:
01724                 ShowStatusStr(title,"all shots",oglDARKGREEN); break;
01725         }
01726     }

Here is the call graph for this function:


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