Searched refs:disconnect (Results 1 – 14 of 14) sorted by relevance
/glogg/glogg/src/ |
H A D | signalmux.cpp |
|
H A D | signalmux.h |
|
H A D | qtfilewatcher.cpp |
|
H A D | quickfindmux.cpp |
|
H A D | mainwindow.cpp |
|
/glogg/src/ |
H A D | signalmux.cpp | 47 void SignalMux::disconnect( QObject *sender, in disconnect() function in SignalMux 59 disconnect( *connection ); in disconnect() 84 void SignalMux::disconnect( const char *signal, in disconnect() function in SignalMux 96 disconnect( *connection ); in disconnect() 110 disconnect( c ); in setCurrentDocument() 152 void SignalMux::disconnect( const Connection& connection ) in disconnect() function in SignalMux 160 QObject::disconnect( connection.source, connection.signal, in disconnect() 166 QObject::disconnect( currentDocument_, connection.signal, in disconnect()
|
H A D | signalmux.h | 72 void disconnect(QObject *sender, const char *signal, const char *slot); 75 void disconnect(const char *signal, QObject *receiver, const char *slot); 89 void disconnect( const Connection& connection);
|
H A D | qtfilewatcher.cpp | 40 disconnect( &qtFileWatcher_ ); in ~QtFileWatcher()
|
H A D | quickfindmux.cpp | 213 disconnect( searchable, 0, this, 0 ); in unregisterAllSearchables()
|
H A D | mainwindow.cpp | 522 signalMux_.disconnect(&dialog, SIGNAL( optionsChanged() ), SLOT( applyConfiguration() )); in filters() 531 signalMux_.disconnect(&dialog, SIGNAL( optionsChanged() ), SLOT( applyConfiguration() )); in options()
|
/glogg/glogg/tests/ |
H A D | testlogfiltereddata.cpp |
|
H A D | testlogdata.cpp |
|
/glogg/tests/ |
H A D | testlogfiltereddata.cpp | 77 disconnect( filteredData_, 0 ); in simpleSearch() 78 disconnect( logData_, 0 ); in simpleSearch() 159 disconnect( filteredData_, 0 ); in multipleSearch() 160 disconnect( logData_, 0 ); in multipleSearch() 227 disconnect( filteredData_, 0 ); in updateSearch() 228 disconnect( logData_, 0 ); in updateSearch() 369 disconnect( filteredData_, 0 ); in marks() 370 disconnect( logData_, 0 ); in marks() 496 disconnect( filteredData_, 0 ); in lineLength() 497 disconnect( logData_, 0 ); in lineLength()
|
H A D | testlogdata.cpp | 68 disconnect( &logData, 0 ); in simpleLoad() 135 disconnect( &logData, 0 ); in multipleLoad()
|