Home
last modified time | relevance | path

Searched refs:slotStateChanged (Results 1 – 25 of 93) sorted by relevance

1234

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmcheckbox.cpp18 disconnect(this, SIGNAL(stateChanged(int)), this, SLOT(slotStateChanged(int))); in setChecked()
28 disconnect(this, SIGNAL(stateChanged(int)), this, SLOT(slotStateChanged(int))); in setChecked()
34 connect(this, SIGNAL(stateChanged(int)), this, SLOT(slotStateChanged(int))); in setChecked()
57 void SMCheckBox::slotStateChanged(int) in slotStateChanged() function in SMCheckBox
H A Dsmcheckbox.h33 void slotStateChanged(int);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/vcsbase/
H A Dvcsbaseplugin.cpp207 void slotStateChanged();
213 this, &StateListener::slotStateChanged); in StateListener()
215 this, &StateListener::slotStateChanged); in StateListener()
217 this, &StateListener::slotStateChanged); in StateListener()
220 this, &StateListener::slotStateChanged); in StateListener()
222 this, &StateListener::slotStateChanged); in StateListener()
255 void StateListener::slotStateChanged() in slotStateChanged() function in VcsBase::Internal::StateListener
535 this, &VcsBasePluginPrivate::slotStateChanged); in VcsBasePluginPrivate()
540 m_listener, &Internal::StateListener::slotStateChanged); in VcsBasePluginPrivate()
546 m_listener->slotStateChanged(); in extensionsInitialized()
[all …]
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/texttospeech/
H A Dtexttospeech.cpp33 connect(mTextToSpeech, &QTextToSpeech::stateChanged, this, &TextToSpeech::slotStateChanged); in reloadSettings()
35 … disconnect(mTextToSpeech, &QTextToSpeech::stateChanged, this, &TextToSpeech::slotStateChanged); in reloadSettings()
38 connect(mTextToSpeech, &QTextToSpeech::stateChanged, this, &TextToSpeech::slotStateChanged); in reloadSettings()
54 void TextToSpeech::slotStateChanged() in slotStateChanged() function in TextToSpeech
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Dmedia_controls.cpp60 slotStateChanged(mediaObject->state()); in MediaControls()
61 …connect(mediaObject, SIGNAL(stateChanged(Phonon::State,Phonon::State)), SLOT(slotStateChanged(Phon… in MediaControls()
75 void MediaControls::slotStateChanged(Phonon::State state) in slotStateChanged() function in khtml::MediaControls
H A Dmedia_controls.h47 void slotStateChanged(Phonon::State state);
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/debugger/interfaces/
H A Didebugsession.cpp22 void slotStateChanged(IDebugSession::DebuggerState state);
36 …s, [this](IDebugSession::DebuggerState state) { Q_D(IDebugSession); d->slotStateChanged(state); }); in IDebugSession()
121 void IDebugSessionPrivate::slotStateChanged(IDebugSession::DebuggerState state) in slotStateChanged() function in KDevelop::IDebugSessionPrivate
/dports/graphics/digikam/digikam-7.4.0/core/utilities/facemanagement/widgets/
H A Dassignnamewidgetstates.cpp45 this, SLOT(slotStateChanged())); in AssignNameWidgetStates()
52 void AssignNameWidgetStates::slotStateChanged() in slotStateChanged() function in Digikam::AssignNameWidgetStates
H A Dassignnamewidgetstates.h49 void slotStateChanged();
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dtextfieldcheckbox.cpp43 connect(this, &QCheckBox::stateChanged, this, &TextFieldCheckBox::slotStateChanged); in TextFieldCheckBox()
56 void TextFieldCheckBox::slotStateChanged(int cs) in slotStateChanged() function in Utils::TextFieldCheckBox
/dports/net/kmailtransport/kmailtransport-21.12.3/src/kmailtransport/
H A Dsocket.cpp36 void slotStateChanged(QAbstractSocket::SocketState state);
64 void SocketPrivate::slotStateChanged(QAbstractSocket::SocketState state) in slotStateChanged() function in SocketPrivate
147 …connect(d->socket, SIGNAL(stateChanged(QAbstractSocket::SocketState)), SLOT(slotStateChanged(QAbst… in reconnect()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playback/
H A DDelayedDoers.cpp31 this, &DelayedDoer::slotStateChanged ); in DelayedDoer()
37 DelayedDoer::slotStateChanged( Phonon::State newState ) in slotStateChanged() function in DelayedDoer
/dports/print/limereport/LimeReport-1.5.35/limereport/objectinspector/editors/
H A Dlrcheckboxeditor.cpp63 connect(m_checkBox, SIGNAL(stateChanged(int)), this, SLOT(slotStateChanged(int))); in init()
112 void CheckBoxEditor::slotStateChanged(int) in slotStateChanged() function in LimeReport::CheckBoxEditor
H A Dlrcheckboxeditor.h55 void slotStateChanged(int);
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/rte/router/brouter/
H A DCRouterBRouterToolShell.cpp28 connect(&cmd, &QProcess::stateChanged, this, &CRouterBRouterToolShell::slotStateChanged); in CRouterBRouterToolShell()
65 void CRouterBRouterToolShell::slotStateChanged(const QProcess::ProcessState newState) in slotStateChanged() function in CRouterBRouterToolShell
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/xmlgui/
H A Dkxmlguiwindow.h313 virtual void slotStateChanged(const QString &newstate);
322 void slotStateChanged(const QString &newstate,
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkxmlguiwindow.h340 virtual void slotStateChanged(const QString &newstate);
349 void slotStateChanged(const QString &newstate, bool reverse);
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/fronthelpers/
H A Dwatchedprocess.cpp63 this, &WatchedProcess::slotStateChanged); in WatchedProcess()
116 void WatchedProcess::slotStateChanged(QProcess::ProcessState state) in slotStateChanged() function in WatchedProcess
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/jingle/
H A Djabberjinglesession.cpp51 connect(sess, SIGNAL(stateChanged()), this, SLOT(slotStateChanged())); in setJingleSession()
60 void JabberJingleSession::slotStateChanged() in slotStateChanged() function in JabberJingleSession
H A Djinglecallsmanager.cpp246 connect(jabberSess, SIGNAL(stateChanged()), this, SLOT(slotStateChanged())); in startNewSession()
255 void JingleCallsManager::slotStateChanged() in slotStateChanged() function in JingleCallsManager
270 connect(jabberSess, SIGNAL(stateChanged()), this, SLOT(slotStateChanged())); in slotNewSession()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/gdb/
H A Dgdboutputwidget.cpp79 slotStateChanged(s_none, s_dbgNotStarted); in GDBOutputWidget()
135 this, &GDBOutputWidget::slotStateChanged); in currentSessionChanged()
137 slotStateChanged(s_none, session->debuggerState()); in currentSessionChanged()
315 void GDBOutputWidget::slotStateChanged(KDevMI::DBGStateFlags oldStatus, KDevMI::DBGStateFlags newSt… in slotStateChanged() function in GDBOutputWidget
/dports/databases/kexi/kexi-3.2.0/src/plugins/forms/widgets/
H A Dkexidbcheckbox.cpp34 connect(this, SIGNAL(stateChanged(int)), this, SLOT(slotStateChanged(int))); in KexiDBCheckBox()
83 void KexiDBCheckBox::slotStateChanged(int) in slotStateChanged() function in KexiDBCheckBox
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwbattery.cpp18 &WBattery::slotStateChanged); in WBattery()
95 void WBattery::slotStateChanged() { in slotStateChanged() function in WBattery
H A Dwbattery.h26 void slotStateChanged();
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dcanvasitemparts.cpp287 connect( m_button, SIGNAL(pressed()), this, SLOT(slotStateChanged()) ); in Button()
288 connect( m_button, SIGNAL(released()), this, SLOT(slotStateChanged()) ); in Button()
321 void Button::slotStateChanged() in slotStateChanged() function in Button
343 slotStateChanged(); in setState()

1234