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

void Impala::Visualization::AppControlDoc::AllHandleDoneCursor ( DocLevel  docLevel  )  [inline]

Definition at line 269 of file AppControlDoc.h.

References Impala::Core::Database::LEVEL_DIR, Impala::Core::Database::LEVEL_FILE, and mDocListeners.

Referenced by VisitAll().

00270     {
00271         if (docLevel == 0)
00272             return;
00273         for (int i=0 ; i<mDocListeners.size() ; i++)
00274         {
00275             switch (docLevel) {
00276             case Core::Database::LEVEL_DIR:
00277                 mDocListeners[i]->HandleDoneDir();
00278                 break;
00279             case Core::Database::LEVEL_FILE:
00280                 mDocListeners[i]->HandleDoneFile();
00281                 break;
00282             }
00283         }
00284     }


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