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

void Impala::Application::IDash::AppControlDossier::AllHandleDoneCursor ( DocLevel  docLevel  )  [inline, protected]

Definition at line 238 of file AppControlDossier.h.

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

Referenced by VisitAll().

00239     {
00240         if (docLevel == 0)
00241             return;
00242         for (int i=0 ; i<mDocListeners.size() ; i++)
00243         {
00244             switch (docLevel) {
00245             case Core::Database::LEVEL_DIR:
00246                 mDocListeners[i]->HandleDoneDir();
00247                 break;
00248             case Core::Database::LEVEL_FILE:
00249                 mDocListeners[i]->HandleDoneFile();
00250                 break;
00251             }
00252         }
00253     }


Generated on Thu Jan 13 09:14:42 2011 for ImpalaSrc by  doxygen 1.5.1