Home
last modified time | relevance | path

Searched refs:slotDeviceAdded (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/upnpcollection/
H A DUpnpCollectionFactory.cpp76 SLOT(slotDeviceAdded(DeviceTypeMap)) ); in cagibi0_1_0Init()
99 slotDeviceAdded( reply.value() ); in cagibi0_1_0Init()
121 SLOT(slotDeviceAdded(DeviceTypeMap)) ); in cagibi0_2_0Init()
145 slotDeviceAdded( reply.value() ); in cagibi0_2_0Init()
160 void UpnpCollectionFactory::slotDeviceAdded( const DeviceTypeMap &map ) in slotDeviceAdded() function in Collections::UpnpCollectionFactory
H A DUpnpCollectionFactory.h57 void slotDeviceAdded( const DeviceTypeMap &udi ); in Q_DECLARE_METATYPE()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/device/
H A DCDeviceWatcherLinux.cpp35 SLOT(slotDeviceAdded(QDBusObjectPath,QVariantMap))); in CDeviceWatcherLinux()
50 void CDeviceWatcherLinux::slotDeviceAdded(const QDBusObjectPath& path, const QVariantMap& map) in slotDeviceAdded() function in CDeviceWatcherLinux
167 slotDeviceAdded(path, map); in slotUpdate()
H A DCDeviceWatcherMac.cpp29 connect(&worker, &CDeviceWorker::sigDeviceAdded, this, &CDeviceWatcherMac::slotDeviceAdded); in CDeviceWatcherMac()
71 void CDeviceWatcherMac::slotDeviceAdded(QString dev) in slotDeviceAdded() function in CDeviceWatcherMac
H A DCDeviceWatcherLinux.h34 void slotDeviceAdded(const QDBusObjectPath& path, const QVariantMap& map);
H A DCDeviceWatcherMac.h57 void slotDeviceAdded(QString dev);
/dports/sysutils/plasma5-powerdevil/powerdevil-5.23.5/daemon/backends/upower/
H A Dpowerdevilupowerbackend.h76 void slotDeviceAdded(const QString &);
78 void slotDeviceAdded(const QDBusObjectPath & path);
H A Dpowerdevilupowerbackend.cpp246 connect(m_upowerInterface, SIGNAL(DeviceAdded(QString)), this, SLOT(slotDeviceAdded(QString))); in initWithBrightness()
250 this, SLOT(slotDeviceAdded(QDBusObjectPath))); in initWithBrightness()
563 void PowerDevilUPowerBackend::slotDeviceAdded(const QString & device) in slotDeviceAdded() function in PowerDevilUPowerBackend
578 void PowerDevilUPowerBackend::slotDeviceAdded(const QDBusObjectPath &path) in slotDeviceAdded() function in PowerDevilUPowerBackend
580 slotDeviceAdded(path.path()); in slotDeviceAdded()
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/hal/
H A Dhalmanager.cpp55 this, SLOT(slotDeviceAdded(QString))); in HalManager()
182 void HalManager::slotDeviceAdded(const QString &udi) in slotDeviceAdded() function in HalManager
H A Dhalmanager.h58 void slotDeviceAdded(const QString &udi);
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/
H A DDatabaseCollection.cpp83 … disconnect( mpm, &MountPointManager::deviceAdded, this, &DatabaseCollection::slotDeviceAdded ); in setMountPointManager()
88 connect( mpm, &MountPointManager::deviceAdded, this, &DatabaseCollection::slotDeviceAdded ); in setMountPointManager()
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/core/
H A Dsmb4khardwareinterface.cpp74 …d::DeviceNotifier::instance(), SIGNAL(deviceAdded(QString)), this, SLOT(slotDeviceAdded(QString))); in Smb4KHardwareInterface()
234 void Smb4KHardwareInterface::slotDeviceAdded(const QString& udi) in slotDeviceAdded() function in Smb4KHardwareInterface
H A Dsmb4khardwareinterface.h112 void slotDeviceAdded(const QString &udi);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dialogs/
H A Dsolidhardwaredlg.h51 void slotDeviceAdded(const QString&);
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/udev/
H A Dudevmanager.cpp114 …connect(d->m_client, SIGNAL(deviceAdded(UdevQt::Device)), this, SLOT(slotDeviceAdded(UdevQt::Devic… in UDevManager()
202 void UDevManager::slotDeviceAdded(const UdevQt::Device &device) in slotDeviceAdded() function in UDevManager
H A Dudevmanager.h53 void slotDeviceAdded(const UdevQt::Device &device);
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/win/
H A Dwindevicemanager.cpp124 …connect(solidWineventFilter, SIGNAL(deviceAdded(QSet<QString>)), this, SLOT(slotDeviceAdded(QSet<Q… in WinDeviceManager()
194 void WinDeviceManager::slotDeviceAdded(const QSet<QString> &udi) in slotDeviceAdded() function in WinDeviceManager
/dports/devel/kf5-solid/solid-5.89.0/src/solid/devices/backends/udev/
H A Dudevmanager.h38 void slotDeviceAdded(const UdevQt::Device &device);
H A Dudevmanager.cpp130 …connect(d->m_client, SIGNAL(deviceAdded(UdevQt::Device)), this, SLOT(slotDeviceAdded(UdevQt::Devic… in UDevManager()
236 void UDevManager::slotDeviceAdded(const UdevQt::Device &device) in slotDeviceAdded() function in UDevManager
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/wmi/
H A Dwmimanager.cpp89 m_parent->slotDeviceAdded(s); in updateDeviceCache()
205 void WmiManager::slotDeviceAdded(const QString &udi) in slotDeviceAdded() function in WmiManager
H A Dwmimanager.h88 void slotDeviceAdded(const QString &udi);
/dports/audio/cantata/cantata-2.4.2/3rdparty/solid-lite/backends/udisks/
H A Dudisksmanager.cpp71 this, SLOT(slotDeviceAdded(QDBusObjectPath))); in UDisksManager()
191 void UDisksManager::slotDeviceAdded(const QDBusObjectPath &opath) in slotDeviceAdded() function in UDisksManager
H A Dudisksmanager.h53 void slotDeviceAdded(const QDBusObjectPath &opath);
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/GUI/
H A Dmediabutton.h52 void slotDeviceAdded(const QString&);
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/core-impl/collections/db/sql/
H A DSqlCollection.h95 void slotDeviceAdded( int id ) override;

12