Home
last modified time | relevance | path

Searched refs:_deleteList (Results 1 – 6 of 6) sorted by relevance

/dports/devel/smc/smc_4_3_0/examples/C++/EX6/
H A DAppServer.cpp63 _deleteList(NULL) in AppServer()
93 for (client = _deleteList; in ~AppServer()
100 _deleteList = NULL; in ~AppServer()
155 remove_entry->setNext(_deleteList); in clientClosed()
156 _deleteList = remove_entry; in clientClosed()
270 for (it = _deleteList; it != NULL; it = next) in handleTimeout()
277 _deleteList = NULL; in handleTimeout()
H A DAppServer.h137 ClientEntry *_deleteList; variable
/dports/x11-toolkits/iwidgets/iwidgets4.0.1/generic/
H A Dcombobox.itk104 protected method _deleteList {first {last {}}} method in iwidgets::Combobox
451 _deleteList $first $last
H A DtclIndex158 set auto_index(::iwidgets::Combobox::_deleteList) [list source [file join $dir combobox.itk]]
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dscore.h322 QList<ScoreElement*> _deleteList; variable
781 void deleteLater(ScoreElement* e) { _updateState._deleteList.push_back(e); } in deleteLater()
H A Dcmd.cpp346 for (ScoreElement* e : qAsConst(_updateState._deleteList)) { in deletePostponed()
355 qDeleteAll(_updateState._deleteList); in deletePostponed()
356 _updateState._deleteList.clear(); in deletePostponed()