Home
last modified time | relevance | path

Searched refs:refreshSet (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DSelectionModel.cpp233 void SelectionModel::prepareRefresh( const FileInfoSet & refreshSet ) in prepareRefresh() argument
235 FileInfo * current = _currentItem ? _currentItem : refreshSet.first(); in prepareRefresh()
248 while ( dir && refreshSet.containsAncestorOf( dir ) ) in prepareRefresh()
H A DCleanupCollection.cpp279 FileInfoSet refreshSet = in execute() local
283 _selectionModel->prepareRefresh( refreshSet ); in execute()
284 Refresher * refresher = new Refresher( refreshSet, this ); in execute()
H A DSelectionModel.h157 void prepareRefresh( const FileInfoSet & refreshSet );
H A DDirTree.h100 void refresh( const FileInfoSet & refreshSet );
H A DDirTree.cpp170 void DirTree::refresh( const FileInfoSet & refreshSet ) in refresh() argument
172 FileInfoSet items = refreshSet.invalidRemoved().normalized(); in refresh()
H A DDirTreeModel.cpp1306 FileInfoSet refreshSet; in refreshSelected() local
1307 refreshSet << sel; in refreshSelected()
1308 _selectionModel->prepareRefresh( refreshSet ); in refreshSelected()
H A DMainWindow.cpp900 FileInfoSet refreshSet = Refresher::parents( selectedItems ); in moveToTrash() local
901 app()->selectionModel()->prepareRefresh( refreshSet ); in moveToTrash()
902 Refresher * refresher = new Refresher( refreshSet, this ); in moveToTrash()
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/
H A Dguiinterface.h60 virtual void refreshSet() const=0;
/dports/games/pokerth/pokerth-1.1.2-rc/src/engine/local_engine/
H A Dlocalberopreflop.cpp165 getMyHand()->getGuiInterface()->refreshSet(); in run()
H A Dlocalhand.cpp582 myGui->refreshSet(); in switchRounds()
642 myGui->refreshSet(); in switchRounds()
H A Dlocalbero.cpp204 myHand->getGuiInterface()->refreshSet(); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/
H A DRepositoryRoot.java636 Set refreshSet = autoRefreshFiles.get(path); in writeState() local
637 if (refreshSet != null) { in writeState()
638 Iterator filenameIt = refreshSet.iterator(); in writeState()
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/
H A Dguiwrapper.h66 void refreshSet() const;
H A Dguiwrapper.cpp78 void GuiWrapper::refreshSet() const in refreshSet() function in GuiWrapper
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/generic/
H A Dserverguiwrapper.h60 void refreshSet() const;
H A Dserverguiwrapper.cpp60 void ServerGuiWrapper::refreshSet() const {} in refreshSet() function in ServerGuiWrapper
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/
H A Dclientstate.cpp1834 client->GetGui().refreshSet(); in InternalHandlePacket()
1851 client->GetGui().refreshSet(); in InternalHandlePacket()
1889 client->GetGui().refreshSet(); in InternalHandlePacket()
1906 client->GetGui().refreshSet(); in InternalHandlePacket()
1923 client->GetGui().refreshSet(); in InternalHandlePacket()
1957 client->GetGui().refreshSet(); in InternalHandlePacket()
1994 client->GetGui().refreshSet(); in InternalHandlePacket()
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/gametable/
H A Dgametableimpl.h192 void refreshSet();
H A Dgametableimpl.cpp644 connect(this, SIGNAL(signalRefreshSet()), this, SLOT(refreshSet())); in gameTableImpl()
946 void gameTableImpl::refreshSet() in refreshSet() function in gameTableImpl
1370 refreshSet(); in refreshAll()
1389 refreshSet(); in refreshChangePlayer()
2374 refreshSet(); in nextPlayerAnimation()
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_players.c3405 qboolean refreshSet;
3436 cgBoneAnglePostSet.refreshSet = qtrue; in CG_G2SetBoneAngles()
11126 if (cgBoneAnglePostSet.refreshSet) in CG_Player()
11132 cgBoneAnglePostSet.refreshSet = qfalse; in CG_Player()