Home
last modified time | relevance | path

Searched refs:sendChange (Results 1 – 13 of 13) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/widgets/
H A Djuce_ComboBox.cpp268 sendChange (notification); in setSelectedId()
328 sendChange (notification); in setText()
629 void ComboBox::sendChange (const NotificationType notification) in sendChange() function in juce::ComboBox
H A Djuce_ComboBox.h449 void sendChange (NotificationType);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/widgets/
H A Djuce_ComboBox.cpp268 sendChange (notification); in setSelectedId()
328 sendChange (notification); in setText()
629 void ComboBox::sendChange (const NotificationType notification) in sendChange() function in juce::ComboBox
H A Djuce_ComboBox.h452 void sendChange (NotificationType);
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkstartupinfo_unittest.cpp156 KStartupInfo::sendChange(id, data); in dontCrashCleanup()
157 KStartupInfo::sendChange(id2, data); in dontCrashCleanup()
/dports/sysutils/plasma5-kde-cli-tools/kde-cli-tools-5.23.5/kdesu/
H A Dkdesu.cpp396 KStartupInfo::sendChange(id, data); in startApp()
438 KStartupInfo::sendChange(id, data); in startApp()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/buttons/
H A Djuce_Button.cpp194 void Button::setToggleState (bool shouldBeOn, bool sendChange) in setToggleState() argument
196 setToggleState (shouldBeOn, sendChange ? sendNotification : dontSendNotification); in setToggleState()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/buttons/
H A Djuce_Button.cpp194 void Button::setToggleState (bool shouldBeOn, bool sendChange) in setToggleState() argument
196 setToggleState (shouldBeOn, sendChange ? sendNotification : dontSendNotification); in setToggleState()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dkstartupinfo.h233 static bool sendChange(const KStartupInfoId &id, const KStartupInfoData &data);
H A Dkstartupinfo.cpp527 bool KStartupInfo::sendChange(const KStartupInfoId &id_P, const KStartupInfoData &data_P) in sendChange() function in KStartupInfo
708 sendChange(id, data); in silenceStartup()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-it/src/main/java/org/apache/zookeeper/test/system/
H A DGenerateLoad.java255 synchronized static void sendChange(int percentage) { in sendChange() method in GenerateLoad
664 sendChange(number); in main()
/dports/devel/kf5-kio/kio-5.89.0/src/gui/
H A Dkprocessrunner.cpp367 KStartupInfo::sendChange(m_startupId, data); in setPid()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py10248 def sendChange(self, id, data): member in KStartupInfo