/dports/sysutils/qdirstat/qdirstat-1.8/src/ |
H A D | SelectionModel.cpp | 233 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 D | CleanupCollection.cpp | 279 FileInfoSet refreshSet = in execute() local 283 _selectionModel->prepareRefresh( refreshSet ); in execute() 284 Refresher * refresher = new Refresher( refreshSet, this ); in execute()
|
H A D | SelectionModel.h | 157 void prepareRefresh( const FileInfoSet & refreshSet );
|
H A D | DirTree.h | 100 void refresh( const FileInfoSet & refreshSet );
|
H A D | DirTree.cpp | 170 void DirTree::refresh( const FileInfoSet & refreshSet ) in refresh() argument 172 FileInfoSet items = refreshSet.invalidRemoved().normalized(); in refresh()
|
H A D | DirTreeModel.cpp | 1306 FileInfoSet refreshSet; in refreshSelected() local 1307 refreshSet << sel; in refreshSelected() 1308 _selectionModel->prepareRefresh( refreshSet ); in refreshSelected()
|
H A D | MainWindow.cpp | 900 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 D | guiinterface.h | 60 virtual void refreshSet() const=0;
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/engine/local_engine/ |
H A D | localberopreflop.cpp | 165 getMyHand()->getGuiInterface()->refreshSet(); in run()
|
H A D | localhand.cpp | 582 myGui->refreshSet(); in switchRounds() 642 myGui->refreshSet(); in switchRounds()
|
H A D | localbero.cpp | 204 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 D | RepositoryRoot.java | 636 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 D | guiwrapper.h | 66 void refreshSet() const;
|
H A D | guiwrapper.cpp | 78 void GuiWrapper::refreshSet() const in refreshSet() function in GuiWrapper
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/generic/ |
H A D | serverguiwrapper.h | 60 void refreshSet() const;
|
H A D | serverguiwrapper.cpp | 60 void ServerGuiWrapper::refreshSet() const {} in refreshSet() function in ServerGuiWrapper
|
/dports/games/pokerth/pokerth-1.1.2-rc/src/net/common/ |
H A D | clientstate.cpp | 1834 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 D | gametableimpl.h | 192 void refreshSet();
|
H A D | gametableimpl.cpp | 644 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 D | cg_players.c | 3405 qboolean refreshSet; 3436 cgBoneAnglePostSet.refreshSet = qtrue; in CG_G2SetBoneAngles() 11126 if (cgBoneAnglePostSet.refreshSet) in CG_Player() 11132 cgBoneAnglePostSet.refreshSet = qfalse; in CG_Player()
|