Home
last modified time | relevance | path

Searched refs:m_notifications (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dprogdlg.cpp82 m_notifications = 0; in wxProgressDialogSharedData()
105 int m_notifications; member in wxProgressDialogSharedData
184 if ( sharedData->m_notifications & wxSPDD_RANGE_CHANGED ) in PerformNotificationUpdates()
192 if ( sharedData->m_notifications & wxSPDD_VALUE_CHANGED ) in PerformNotificationUpdates()
213 if ( sharedData->m_notifications & wxSPDD_TITLE_CHANGED ) in PerformNotificationUpdates()
268 if ( sharedData->m_notifications & wxSPDD_ENABLE_SKIP ) in PerformNotificationUpdates()
271 if ( sharedData->m_notifications & wxSPDD_ENABLE_ABORT ) in PerformNotificationUpdates()
274 if ( sharedData->m_notifications & wxSPDD_DISABLE_SKIP ) in PerformNotificationUpdates()
281 if ( sharedData->m_notifications & wxSPDD_FINISHED ) in PerformNotificationUpdates()
341 m_sharedData->m_notifications |= wxSPDD_DESTROYED; in ~wxProgressDialog()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dprogdlg.cpp82 m_notifications = 0; in wxProgressDialogSharedData()
105 int m_notifications; member in wxProgressDialogSharedData
184 if ( sharedData->m_notifications & wxSPDD_RANGE_CHANGED ) in PerformNotificationUpdates()
192 if ( sharedData->m_notifications & wxSPDD_VALUE_CHANGED ) in PerformNotificationUpdates()
213 if ( sharedData->m_notifications & wxSPDD_TITLE_CHANGED ) in PerformNotificationUpdates()
268 if ( sharedData->m_notifications & wxSPDD_ENABLE_SKIP ) in PerformNotificationUpdates()
271 if ( sharedData->m_notifications & wxSPDD_ENABLE_ABORT ) in PerformNotificationUpdates()
274 if ( sharedData->m_notifications & wxSPDD_DISABLE_SKIP ) in PerformNotificationUpdates()
281 if ( sharedData->m_notifications & wxSPDD_FINISHED ) in PerformNotificationUpdates()
341 m_sharedData->m_notifications |= wxSPDD_DESTROYED; in ~wxProgressDialog()
[all …]
/dports/deskutils/lxqt-notificationd/lxqt-notificationd-1.0.0/src/
H A Dnotificationlayout.cpp65 QHashIterator<uint, Notification*> it(m_notifications); in setSizes()
81 if (m_notifications.contains(id)) in addNotification()
84 Notification *n = m_notifications[id]; in addNotification()
113 m_notifications[id] = n; in addNotification()
129 if(m_notifications.count() == 1) in addNotification()
136 if (m_notifications.isEmpty()) in showAllNotifications()
147 if(m_notifications.count() == 1) in showAllNotifications()
160 removeNotification(m_notifications.key(n), 1); in removeNotificationTimeout()
172 removeNotification(m_notifications.key(n), 2); in removeNotificationUser()
177 Notification *n = m_notifications.take(key); in removeNotification()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dprogdlg.cpp81 m_notifications = 0; in wxProgressDialogSharedData()
115 int m_notifications; member in wxProgressDialogSharedData
235 if ( sharedData->m_notifications & wxSPDD_RANGE_CHANGED ) in PerformNotificationUpdates()
243 if ( sharedData->m_notifications & wxSPDD_VALUE_CHANGED ) in PerformNotificationUpdates()
294 if ( sharedData->m_notifications & wxSPDD_ICON_CHANGED ) in PerformNotificationUpdates()
300 if ( sharedData->m_notifications & wxSPDD_WINDOW_MOVED ) in PerformNotificationUpdates()
358 if ( sharedData->m_notifications & wxSPDD_ENABLE_SKIP ) in PerformNotificationUpdates()
368 if ( sharedData->m_notifications & wxSPDD_FINISHED ) in PerformNotificationUpdates()
429 m_sharedData->m_notifications |= wxSPDD_DESTROYED; in ~wxProgressDialog()
1228 if ( sharedData->m_notifications ) in TaskDialogCallbackProc()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp157 while (!m_notifications.isEmpty()) { in ~NotificationPresenterClientQt()
193 m_notifications.insert(notification, wrapper); in displayNotification()
223 if (m_notifications.find(notification) == m_notifications.end()) in displayNotification()
250 if (iter != m_notifications.end()) { in cancel()
277 NotificationsQueue::ConstIterator end = m_notifications.end(); in notificationClicked()
297 NotificationsQueue::ConstIterator end = m_notifications.end(); in notificationForWrapper()
310 if (iter != m_notifications.end()) in notificationObjectDestroyed()
311 delete m_notifications.take(notification); in notificationObjectDestroyed()
392 NotificationsQueue::Iterator end = m_notifications.end(); in removeReplacedNotificationFromQueue()
393 NotificationsQueue::Iterator iter = m_notifications.begin(); in removeReplacedNotificationFromQueue()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogKaiToast.cpp22 CGUIDialogKaiToast::TOASTQUEUE CGUIDialogKaiToast::m_notifications; member in CGUIDialogKaiToast
75 if (!m_notifications.empty()) in AddToQueue()
77 const auto& last = m_notifications.back(); in AddToQueue()
92 m_notifications.push(toast); in AddToQueue()
99 if (!m_notifications.empty() && in DoWork()
109 Notification toast = m_notifications.front(); in DoWork()
110 m_notifications.pop(); in DoWork()
177 bClose = notificationText->AllLabelsShown() && m_notifications.empty(); in FrameMove()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/miscellaneous/
H A Dnotificationfactory.cpp16 return m_notifications; in allNotifications()
24 auto good_n = boolinq::from(m_notifications).where([event](const Notification& n) { in notificationForEvent()
44 m_notifications.clear(); in load()
53 m_notifications.append(Notification(event, enabled, sound, volume)); in load()
59 m_notifications = new_notifications; in save()
61 for (const auto& n : qAsConst(m_notifications)) { in save()
/dports/devel/kf5-knotifications/knotifications-5.89.0/src/
H A Dnotifybypopup.cpp88 uint id = m_notifications.key(notification, 0); in close()
100 auto iter = m_notifications.find(notificationId); in onNotificationActionInvoked()
101 if (iter == m_notifications.end()) { in onNotificationActionInvoked()
122 m_notifications.erase(iter); in onNotificationActionInvoked()
128 auto iter = m_notifications.find(dbus_id); in onNotificationClosed()
129 if (iter == m_notifications.end()) { in onNotificationClosed()
133 m_notifications.remove(dbus_id); in onNotificationClosed()
150 auto iter = m_notifications.find(notificationId); in onNotificationReplied()
151 if (iter == m_notifications.end()) { in onNotificationReplied()
161 m_notifications.erase(iter); in onNotificationReplied()
[all …]
H A Dnotifybyaudio_canberra.cpp99 Q_ASSERT(!m_notifications.value(m_currentId)); in notify()
100 m_notifications.insert(m_currentId, notification); in notify()
140 KNotification *notification = m_notifications.value(id, nullptr); in finishCallback()
164 if (!m_notifications.values().contains(notification)) { in close()
168 const auto id = m_notifications.key(notification); in close()
187 m_notifications.remove(id); in finishNotification()
H A Dnotifybysnore.cpp84 const auto iter = m_notifications.constFind(responseNotificationId); in NotifyBySnore()
85 if (iter != m_notifications.constEnd()) { in NotifyBySnore()
115 QStringList s = m_notifications.value(responseNotificationId)->actions(); in NotifyBySnore()
162 m_notifications.insert(notification->id(), notification); in notifyDeferred()
225 if (m_notifications.constFind(notification->id()) == m_notifications.constEnd()) { in close()
230 m_notifications.remove(notification->id()); in close()
H A Dnotifybyaudio_phonon.cpp96 Q_ASSERT(!m_notifications.value(m)); in notify()
97 m_notifications.insert(m, notification); in notify()
107 Phonon::MediaObject *m = m_notifications.key(notification); in close()
125 KNotification *notification = m_notifications.value(m, nullptr); in onAudioFinished()
149 m_notifications.remove(m); in finishNotification()
H A Dnotifybymacosnotificationcenter.mm29 QMap<int, KNotification*> m_notifications;
70 …on *originNotification = MacOSNotificationCenterPrivate::instance()->m_notifications.value([notifi…
79 …on *originNotification = MacOSNotificationCenterPrivate::instance()->m_notifications.value([notifi…
88 …on *originNotification = MacOSNotificationCenterPrivate::instance()->m_notifications.value([notifi…
118 for (auto it = m_notifications.constBegin(); it != m_notifications.constEnd(); it++) {
205 MacOSNotificationCenterPrivate::instance()->m_notifications.insert(internalId, notification);
218 MacOSNotificationCenterPrivate::instance()->m_notifications.remove(internalId);
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dnotificationdaemon.cpp65 , m_notifications() in NotificationDaemon()
124 for (auto it = std::begin(m_notifications); it != std::end(m_notifications); ++it) { in onNotificationClose()
126 m_notifications.erase(it); in onNotificationClose()
142 for (auto &notificationData : m_notifications) { in doUpdateNotificationWidgets()
155 for (auto &notificationData : m_notifications) { in doUpdateNotificationWidgets()
195 for (auto &notificationData : m_notifications) { in findNotification()
225 m_notifications.append(NotificationData{id, notification}); in createNotification()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-budgets/include/aws/budgets/model/
H A DDescribeNotificationsForBudgetResult.h45 inline const Aws::Vector<Notification>& GetNotifications() const{ return m_notifications; } in GetNotifications()
50 … inline void SetNotifications(const Aws::Vector<Notification>& value) { m_notifications = value; } in SetNotifications()
55 …inline void SetNotifications(Aws::Vector<Notification>&& value) { m_notifications = std::move(valu… in SetNotifications()
70 …ationsForBudgetResult& AddNotifications(const Notification& value) { m_notifications.push_back(val… in AddNotifications()
75 …tificationsForBudgetResult& AddNotifications(Notification&& value) { m_notifications.push_back(std… in AddNotifications()
122 Aws::Vector<Notification> m_notifications;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-auditmanager/include/aws/auditmanager/model/
H A DListNotificationsResult.h40 inline const Aws::Vector<Notification>& GetNotifications() const{ return m_notifications; } in GetNotifications()
45 … inline void SetNotifications(const Aws::Vector<Notification>& value) { m_notifications = value; } in SetNotifications()
50 …inline void SetNotifications(Aws::Vector<Notification>&& value) { m_notifications = std::move(valu… in SetNotifications()
65 …inline ListNotificationsResult& AddNotifications(const Notification& value) { m_notifications.push… in AddNotifications()
70 …inline ListNotificationsResult& AddNotifications(Notification&& value) { m_notifications.push_back… in AddNotifications()
110 Aws::Vector<Notification> m_notifications;
/dports/ftp/filezilla/filezilla-3.55.1/src/dbus/
H A Ddesktop_notification.cpp34 std::list<_notification> m_notifications; member in CDesktopNotificationImpl
85 m_notifications.push_back(notification); in Notify()
95 if (m_notifications.empty()) in EmitNotifications()
100 _notification notification = m_notifications.front(); in EmitNotifications()
101 m_notifications.pop_front(); in EmitNotifications()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elastictranscoder/include/aws/elastictranscoder/model/
H A DUpdatePipelineNotificationsRequest.h107 inline const Notifications& GetNotifications() const{ return m_notifications; } in GetNotifications()
147 …ications(const Notifications& value) { m_notificationsHasBeenSet = true; m_notifications = value; } in SetNotifications()
167 …fications(Notifications&& value) { m_notificationsHasBeenSet = true; m_notifications = std::move(v… in SetNotifications()
214 Notifications m_notifications; variable
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/notifications/
H A Dnotificationsplugin.cpp60 noti = m_notifications.value(pubId); in receivePacket()
69 qDeleteAll(m_notifications); in clearNotifications()
70 m_notifications.clear(); in clearNotifications()
76 return m_notifications.keys(); in activeNotifications()
109 m_notifications[publicId] = noti; in addNotification()
127 Notification* noti = m_notifications.take(publicId); in removeNotification()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libweb3jsonrpc/
H A DModularServer.h38 Notifications const& notifications() const { return m_notifications; } in notifications()
44 …ion(jsonrpc::Procedure const& _proc, NotificationPointer _pointer) { m_notifications.emplace_back(… in bindAndAddNotification()
48 Notifications m_notifications; variable
132m_notifications[std::get<0>(notification).GetProcedureName()] = std::get<1>(notification);
162 auto pointer = m_notifications.find(_proc.GetProcedureName()); in HandleNotificationCall()
163 if (pointer != m_notifications.end()) in HandleNotificationCall()
182 std::map<std::string, NotificationPointer> m_notifications; variable
/dports/deskutils/kalendar/kalendar-0.4.0/kalendarac/
H A Dkalendaralarmclient.cpp114 m_notifications.remove(notification->uid()); in dismiss()
146 const auto it = m_notifications.constFind(uid); in addNotification()
147 if (it != m_notifications.constEnd()) { in addNotification()
162 m_notifications[notification->uid()] = notification; in addNotification()
213 for (auto it = m_notifications.begin(); it != m_notifications.end(); ++it) { in checkAlarms()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/touchpad/backends/x11/
H A Dxlibbackend.cpp290 m_notifications.reset(); in devicePlugged()
361 if (!m_notifications) { in watchForEvents()
362m_notifications.reset(new XlibNotifications(m_display.data(), m_device ? m_device->deviceId() : XI… in watchForEvents()
363 connect(m_notifications.data(), SIGNAL(devicePlugged(int)), SLOT(devicePlugged(int))); in watchForEvents()
364 connect(m_notifications.data(), SIGNAL(touchpadDetached()), SLOT(touchpadDetached())); in watchForEvents()
365 …connect(m_notifications.data(), SIGNAL(propertyChanged(xcb_atom_t)), SLOT(propertyChanged(xcb_atom… in watchForEvents()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/platforms/mac/
H A DMacPlatformIntegration.mm242 const QList<quint64> allNotifications(m_notifications.keys());
248 m_notifications[allNotifications.at(i)]->markAsIgnored();
250 m_notifications.remove(allNotifications.at(i));
252 …else if (m_notifications[allNotifications.at(i)]->getCreationTime().secsTo(QDateTime::currentDateT…
256 m_notifications[allNotifications.at(i)]->markAsIgnored();
258 m_notifications.remove(allNotifications.at(i));
262 if (m_notifications.isEmpty())
273 if (m_notifications.contains(identifier))
275 m_notifications[identifier]->markAsClicked();
277 m_notifications.remove(identifier);
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/interfaces/
H A Dchain.cpp160 : m_notifications(std::move(notifications)) {} in NotificationsProxy()
164 m_notifications->transactionAddedToMempool(tx); in TransactionAddedToMempool()
168 m_notifications->transactionRemovedFromMempool(tx, reason); in TransactionRemovedFromMempool()
172 m_notifications->blockConnected(*block, index->nHeight); in BlockConnected()
176 m_notifications->blockDisconnected(*block, index->nHeight); in BlockDisconnected()
180 m_notifications->updatedBlockTip(); in UpdatedBlockTip()
182 …void ChainStateFlushed(const CBlockLocator& locator) override { m_notifications->chainStateFlushed… in ChainStateFlushed()
183 std::shared_ptr<Chain::Notifications> m_notifications; member in interfaces::__anon8d512ae10111::NotificationsProxy
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dchain.cpp60 : m_notifications(std::move(notifications)) {} in NotificationsProxy()
64 m_notifications->transactionAddedToMempool(tx, mempool_sequence); in TransactionAddedToMempool()
68 m_notifications->transactionRemovedFromMempool(tx, reason, mempool_sequence); in TransactionRemovedFromMempool()
72 m_notifications->blockConnected(*block, index->nHeight); in BlockConnected()
76 m_notifications->blockDisconnected(*block, index->nHeight); in BlockDisconnected()
80 m_notifications->updatedBlockTip(); in UpdatedBlockTip()
82 …void ChainStateFlushed(const CBlockLocator& locator) override { m_notifications->chainStateFlushed… in ChainStateFlushed()
83 std::shared_ptr<Chain::Notifications> m_notifications; member in interfaces::__anon54e26f1f0111::NotificationsProxy
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dchain.cpp60 : m_notifications(std::move(notifications)) {} in NotificationsProxy()
64 m_notifications->transactionAddedToMempool(tx, mempool_sequence); in TransactionAddedToMempool()
68 m_notifications->transactionRemovedFromMempool(tx, reason, mempool_sequence); in TransactionRemovedFromMempool()
72 m_notifications->blockConnected(*block, index->nHeight); in BlockConnected()
76 m_notifications->blockDisconnected(*block, index->nHeight); in BlockDisconnected()
80 m_notifications->updatedBlockTip(); in UpdatedBlockTip()
82 …void ChainStateFlushed(const CBlockLocator& locator) override { m_notifications->chainStateFlushed… in ChainStateFlushed()
83 std::shared_ptr<Chain::Notifications> m_notifications; member in interfaces::__anon2f71c9220111::NotificationsProxy

12345678