Home
last modified time | relevance | path

Searched refs:UpdateButton (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautofactory.cpp830 UpdateButton(pw, EVENT_OBJECT_FACTORYwa, m_bBusy); in UpdateInterface()
831 UpdateButton(pw, EVENT_OBJECT_FACTORYta, m_bBusy); in UpdateInterface()
832 UpdateButton(pw, EVENT_OBJECT_FACTORYfa, m_bBusy); in UpdateInterface()
833 UpdateButton(pw, EVENT_OBJECT_FACTORYia, m_bBusy); in UpdateInterface()
834 UpdateButton(pw, EVENT_OBJECT_FACTORYws, m_bBusy); in UpdateInterface()
835 UpdateButton(pw, EVENT_OBJECT_FACTORYts, m_bBusy); in UpdateInterface()
836 UpdateButton(pw, EVENT_OBJECT_FACTORYfs, m_bBusy); in UpdateInterface()
837 UpdateButton(pw, EVENT_OBJECT_FACTORYis, m_bBusy); in UpdateInterface()
838 UpdateButton(pw, EVENT_OBJECT_FACTORYwc, m_bBusy); in UpdateInterface()
839 UpdateButton(pw, EVENT_OBJECT_FACTORYtc, m_bBusy); in UpdateInterface()
[all …]
/dports/editors/lazarus/examples/multithreading/
H A Dprocessmessagesunit1.pas44 procedure UpdateButton; procedure
83 UpdateButton;
122 UpdateButton;
125 procedure TForm1.UpdateButton; procedure
/dports/editors/lazarus-devel/examples/multithreading/
H A Dprocessmessagesunit1.pas44 procedure UpdateButton; procedure
83 UpdateButton;
122 UpdateButton;
125 procedure TForm1.UpdateButton; procedure
/dports/editors/lazarus-qt5/examples/multithreading/
H A Dprocessmessagesunit1.pas44 procedure UpdateButton; procedure
83 UpdateButton;
122 UpdateButton;
125 procedure TForm1.UpdateButton; procedure
/dports/editors/lazarus-qt5-devel/examples/multithreading/
H A Dprocessmessagesunit1.pas44 procedure UpdateButton; procedure
83 UpdateButton;
122 UpdateButton;
125 procedure TForm1.UpdateButton; procedure
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/rotation/
H A Drotation_lock_feature_pod_controller.cc33 UpdateButton(); in CreateButton()
46 UpdateButton(); in OnTabletPhysicalStateChanged()
50 UpdateButton(); in OnUserRotationLockChanged()
53 void RotationLockFeaturePodController::UpdateButton() { in UpdateButton() function in ash::RotationLockFeaturePodController
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/bluetooth/
H A Dbluetooth_feature_pod_controller.cc42 UpdateButton(); in CreateButton()
64 void BluetoothFeaturePodController::UpdateButton() { in UpdateButton() function in ash::BluetoothFeaturePodController
161 UpdateButton(); in OnBluetoothSystemStateChanged()
165 UpdateButton(); in OnBluetoothScanStateChanged()
169 UpdateButton(); in OnBluetoothDeviceListChanged()
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/test/test_materialcolors/
H A Dumain.pas22 procedure UpdateButton(); procedure
43 procedure TForm1.UpdateButton; procedure
64 UpdateButton();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/dark_mode/
H A Ddark_mode_feature_pod_controller.cc40 UpdateButton(AshColorProvider::Get()->IsDarkModeEnabled()); in CreateButton()
57 UpdateButton(dark_mode_enabled); in OnColorModeChanged()
60 void DarkModeFeaturePodController::UpdateButton(bool dark_mode_enabled) { in UpdateButton() function in ash::DarkModeFeaturePodController
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dmarksmanager.cpp27 UpdateButton->setEnabled(false); in MarksManager()
96 UpdateButton->setEnabled(false); in updateListView()
99 UpdateButton->setEnabled(true); in updateListView()
119 UpdateButton->setEnabled(false); in setDoc()
129 UpdateButton->setEnabled(true); in setDoc()
150 UpdateButton->setToolTip(tr("Update all reference texts for all marks")); in languageChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/privacy_screen/
H A Dprivacy_screen_feature_pod_controller.cc30 UpdateButton(); in CreateButton()
55 void PrivacyScreenFeaturePodController::UpdateButton() { in UpdateButton() function in ash::PrivacyScreenFeaturePodController
95 UpdateButton(); in OnPrivacyScreenSettingChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/night_light/
H A Dnight_light_feature_pod_controller.cc52 UpdateButton(); in CreateButton()
59 UpdateButton(); in OnIconPressed()
83 void NightLightFeaturePodController::UpdateButton() { in UpdateButton() function in ash::NightLightFeaturePodController
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
H A DLTaskButton.cpp57 UpdateButton(); in addWindow()
67 UpdateButton(); in rmWindow()
85 void LTaskButton::UpdateButton(){ in UpdateButton() function in LTaskButton
201 …QTimer::singleShot(100, this, SLOT(UpdateButton()) ); //make sure to update this button if losing … in minimizeWindow()
235 …QTimer::singleShot(100, this, SLOT(UpdateButton()) ); //make sure to update this button if losing … in triggerWindow()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
H A DLTaskButton.cpp57 UpdateButton(); in addWindow()
67 UpdateButton(); in rmWindow()
85 void LTaskButton::UpdateButton(){ in UpdateButton() function in LTaskButton
201 …QTimer::singleShot(100, this, SLOT(UpdateButton()) ); //make sure to update this button if losing … in minimizeWindow()
235 …QTimer::singleShot(100, this, SLOT(UpdateButton()) ); //make sure to update this button if losing … in triggerWindow()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
H A DLTaskButton.cpp57 UpdateButton(); in addWindow()
67 UpdateButton(); in rmWindow()
85 void LTaskButton::UpdateButton(){ in UpdateButton() function in LTaskButton
201 …QTimer::singleShot(100, this, SLOT(UpdateButton()) ); //make sure to update this button if losing … in minimizeWindow()
235 …QTimer::singleShot(100, this, SLOT(UpdateButton()) ); //make sure to update this button if losing … in triggerWindow()
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/
H A DLTaskManagerPlugin.cpp18 connect(LSession::handle(), SIGNAL(WindowListEvent(WId)), this, SLOT(UpdateButton(WId)) ); in LTaskManagerPlugin()
90 QTimer::singleShot(1,BUTTONS[i], SLOT(UpdateButton()) ); //keep moving on in UpdateButtons()
131 void LTaskManagerPlugin::UpdateButton(WId win){ in UpdateButton() function in LTaskManagerPlugin
135 QTimer::singleShot(0,BUTTONS[i], SLOT(UpdateButton()) ); in UpdateButton()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/nearby_share/
H A Dnearby_share_feature_pod_controller.cc46 base::BindRepeating(&NearbyShareFeaturePodController::UpdateButton, in NearbyShareFeaturePodController()
106 UpdateButton(enabled); in OnHighVisibilityEnabledChanged()
109 void NearbyShareFeaturePodController::UpdateButton(bool enabled) { in UpdateButton() function in ash::NearbyShareFeaturePodController

123456789