Searched refs:maSubShells (Results 1 – 2 of 2) sorted by relevance
39 maSubShells() in SidebarShellManager()48 while ( ! maSubShells.empty()) in ~SidebarShellManager()49 RemoveSubShell(maSubShells.begin()->second.mpShell); in ~SidebarShellManager()57 SubShells::const_iterator iShell (maSubShells.find(nId)); in CreateShell()58 if (iShell != maSubShells.end()) in CreateShell()79 maSubShells[nId] = ShellDescriptor(pShell,pWindow); in AddSubShell()96 SubShells::iterator pos = maSubShells.find( i_nShellId ); in RemoveSubShell()97 ENSURE_OR_RETURN_VOID( pos != maSubShells.end(), "no shell for this ID" ); in RemoveSubShell()103 maSubShells.erase( pos ); in RemoveSubShell()114 for (iShell=maSubShells.begin(); iShell!=maSubShells.end(); ++iShell) in RemoveSubShell()[all …]
110 SubShells maSubShells; member in sd::sidebar::SidebarShellManager