Home
last modified time | relevance | path

Searched refs:slotDeviceRemoved (Results 1 – 25 of 34) sorted by relevance

12

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/upnpcollection/
H A DUpnpCollectionFactory.cpp83 SLOT(slotDeviceRemoved(DeviceTypeMap)) ); in cagibi0_1_0Init()
128 SLOT(slotDeviceRemoved(DeviceTypeMap)) ); in cagibi0_2_0Init()
170 void UpnpCollectionFactory::slotDeviceRemoved( const DeviceTypeMap &map ) in slotDeviceRemoved() function in Collections::UpnpCollectionFactory
H A DUpnpCollectionFactory.h58 void slotDeviceRemoved( const DeviceTypeMap &udi ); in Q_DECLARE_METATYPE()
/dports/sysutils/plasma5-powerdevil/powerdevil-5.23.5/daemon/backends/upower/
H A Dpowerdevilupowerbackend.h77 void slotDeviceRemoved(const QString &);
79 void slotDeviceRemoved(const QDBusObjectPath & path);
H A Dpowerdevilupowerbackend.cpp247 …connect(m_upowerInterface, SIGNAL(DeviceRemoved(QString)), this, SLOT(slotDeviceRemoved(QString))); in initWithBrightness()
252 this, SLOT(slotDeviceRemoved(QDBusObjectPath))); in initWithBrightness()
569 void PowerDevilUPowerBackend::slotDeviceRemoved(const QString & device) in slotDeviceRemoved() function in PowerDevilUPowerBackend
583 void PowerDevilUPowerBackend::slotDeviceRemoved(const QDBusObjectPath &path) in slotDeviceRemoved() function in PowerDevilUPowerBackend
585 slotDeviceRemoved(path.path()); in slotDeviceRemoved()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/
H A DMediaDeviceMonitor.cpp65 this, &MediaDeviceMonitor::slotDeviceRemoved ); in init()
170 MediaDeviceMonitor::slotDeviceRemoved( const QString &udi ) in slotDeviceRemoved() function in MediaDeviceMonitor
H A DMediaDeviceMonitor.h105 void slotDeviceRemoved( const QString &udi );
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/device/
H A DCDeviceWatcherMac.cpp30 connect(&worker, &CDeviceWorker::sigDeviceRemoved, this, &CDeviceWatcherMac::slotDeviceRemoved); in CDeviceWatcherMac()
90 void CDeviceWatcherMac::slotDeviceRemoved(QString dev) in slotDeviceRemoved() function in CDeviceWatcherMac
H A DCDeviceWatcherLinux.cpp42 SLOT(slotDeviceRemoved(QDBusObjectPath,QStringList))); in CDeviceWatcherLinux()
102 void CDeviceWatcherLinux::slotDeviceRemoved(const QDBusObjectPath& path, const QStringList& list) in slotDeviceRemoved() function in CDeviceWatcherLinux
H A DCDeviceWatcherLinux.h35 void slotDeviceRemoved(const QDBusObjectPath& path, const QStringList& list);
H A DCDeviceWatcherMac.h58 void slotDeviceRemoved(QString dev);
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/hal/
H A Dhalmanager.cpp61 this, SLOT(slotDeviceRemoved(QString))); in HalManager()
188 void HalManager::slotDeviceRemoved(const QString &udi) in slotDeviceRemoved() function in HalManager
H A Dhalmanager.h59 void slotDeviceRemoved(const QString &udi);
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/
H A DDatabaseCollection.cpp84 …disconnect( mpm, &MountPointManager::deviceRemoved, this, &DatabaseCollection::slotDeviceRemoved ); in setMountPointManager()
89 connect( mpm, &MountPointManager::deviceRemoved, this, &DatabaseCollection::slotDeviceRemoved ); in setMountPointManager()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4khardwareinterface.cpp75 …eviceNotifier::instance(), SIGNAL(deviceRemoved(QString)), this, SLOT(slotDeviceRemoved(QString))); in Smb4KHardwareInterface()
253 void Smb4KHardwareInterface::slotDeviceRemoved(const QString& udi) in slotDeviceRemoved() function in Smb4KHardwareInterface
H A Dsmb4khardwareinterface.h118 void slotDeviceRemoved(const QString &udi);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dialogs/
H A Dsolidhardwaredlg.h52 void slotDeviceRemoved(const QString&);
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/udev/
H A Dudevmanager.cpp115 …connect(d->m_client, SIGNAL(deviceRemoved(UdevQt::Device)), this, SLOT(slotDeviceRemoved(UdevQt::D… in UDevManager()
209 void UDevManager::slotDeviceRemoved(const UdevQt::Device &device) in slotDeviceRemoved() function in UDevManager
H A Dudevmanager.h54 void slotDeviceRemoved(const UdevQt::Device &device);
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/win/
H A Dwindevicemanager.cpp125 …connect(solidWineventFilter, SIGNAL(deviceRemoved(QSet<QString>)), this, SLOT(slotDeviceRemoved(QS… in WinDeviceManager()
205 void WinDeviceManager::slotDeviceRemoved(const QSet<QString> &udi) in slotDeviceRemoved() function in WinDeviceManager
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/udev/
H A Dudevmanager.h39 void slotDeviceRemoved(const UdevQt::Device &device);
H A Dudevmanager.cpp131 …connect(d->m_client, SIGNAL(deviceRemoved(UdevQt::Device)), this, SLOT(slotDeviceRemoved(UdevQt::D… in UDevManager()
243 void UDevManager::slotDeviceRemoved(const UdevQt::Device &device) in slotDeviceRemoved() function in UDevManager
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/wmi/
H A Dwmimanager.cpp93 m_parent->slotDeviceRemoved(s); in updateDeviceCache()
211 void WmiManager::slotDeviceRemoved(const QString &udi) in slotDeviceRemoved() function in WmiManager
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/udisks/
H A Dudisksmanager.cpp73 this, SLOT(slotDeviceRemoved(QDBusObjectPath))); in UDisksManager()
209 void UDisksManager::slotDeviceRemoved(const QDBusObjectPath &opath) in slotDeviceRemoved() function in UDisksManager
H A Dudisksmanager.h54 void slotDeviceRemoved(const QDBusObjectPath &opath);
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/GUI/
H A Dmediabutton.h53 void slotDeviceRemoved(const QString&);

12