Home
last modified time | relevance | path

Searched refs:OSInterface (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface_private.cpp14 OSInterface::OSInterface(QObject *parent) : QObject(parent){ in OSInterface() function in OSInterface
20 OSInterface::~OSInterface(){ in ~OSInterface()
35 OSInterface* OSInterface::instance(){ in instance()
38 m_os_object = new OSInterface(); in instance()
43 void OSInterface::RegisterType(){ in RegisterType()
51 void OSInterface::start(){ in start()
63 void OSInterface::stop(){ in stop()
88 void OSInterface::connectNetman(){ in connectNetman()
195 bool OSInterface::hasAppStore(){ in hasAppStore()
614 int OSInterface::volume(){ in volume()
[all …]
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface_private.cpp14 OSInterface::OSInterface(QObject *parent) : QObject(parent){ in OSInterface() function in OSInterface
20 OSInterface::~OSInterface(){ in ~OSInterface()
35 OSInterface* OSInterface::instance(){ in instance()
38 m_os_object = new OSInterface(); in instance()
43 void OSInterface::RegisterType(){ in RegisterType()
51 void OSInterface::start(){ in start()
63 void OSInterface::stop(){ in stop()
88 void OSInterface::connectNetman(){ in connectNetman()
195 bool OSInterface::hasAppStore(){ in hasAppStore()
614 int OSInterface::volume(){ in volume()
[all …]
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface_private.cpp14 OSInterface::OSInterface(QObject *parent) : QObject(parent){ in OSInterface() function in OSInterface
20 OSInterface::~OSInterface(){ in ~OSInterface()
35 OSInterface* OSInterface::instance(){ in instance()
38 m_os_object = new OSInterface(); in instance()
43 void OSInterface::RegisterType(){ in RegisterType()
51 void OSInterface::start(){ in start()
63 void OSInterface::stop(){ in stop()
88 void OSInterface::connectNetman(){ in connectNetman()
195 bool OSInterface::hasAppStore(){ in hasAppStore()
614 int OSInterface::volume(){ in volume()
[all …]
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface_private.cpp14 OSInterface::OSInterface(QObject *parent) : QObject(parent){ in OSInterface() function in OSInterface
20 OSInterface::~OSInterface(){ in ~OSInterface()
35 OSInterface* OSInterface::instance(){ in instance()
38 m_os_object = new OSInterface(); in instance()
43 void OSInterface::RegisterType(){ in RegisterType()
51 void OSInterface::start(){ in start()
63 void OSInterface::stop(){ in stop()
88 void OSInterface::connectNetman(){ in connectNetman()
195 bool OSInterface::hasAppStore(){ in hasAppStore()
614 int OSInterface::volume(){ in volume()
[all …]
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface_private.cpp14 OSInterface::OSInterface(QObject *parent) : QObject(parent){ in OSInterface() function in OSInterface
20 OSInterface::~OSInterface(){ in ~OSInterface()
35 OSInterface* OSInterface::instance(){ in instance()
38 m_os_object = new OSInterface(); in instance()
43 void OSInterface::RegisterType(){ in RegisterType()
51 void OSInterface::start(){ in start()
63 void OSInterface::stop(){ in stop()
88 void OSInterface::connectNetman(){ in connectNetman()
195 bool OSInterface::hasAppStore(){ in hasAppStore()
614 int OSInterface::volume(){ in volume()
[all …]
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface_private.cpp14 OSInterface::OSInterface(QObject *parent) : QObject(parent){ in OSInterface() function in OSInterface
20 OSInterface::~OSInterface(){ in ~OSInterface()
35 OSInterface* OSInterface::instance(){ in instance()
38 m_os_object = new OSInterface(); in instance()
43 void OSInterface::RegisterType(){ in RegisterType()
51 void OSInterface::start(){ in start()
63 void OSInterface::stop(){ in stop()
88 void OSInterface::connectNetman(){ in connectNetman()
195 bool OSInterface::hasAppStore(){ in hasAppStore()
614 int OSInterface::volume(){ in volume()
[all …]
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface_private.cpp14 OSInterface::OSInterface(QObject *parent) : QObject(parent){ in OSInterface() function in OSInterface
20 OSInterface::~OSInterface(){ in ~OSInterface()
35 OSInterface* OSInterface::instance(){ in instance()
38 m_os_object = new OSInterface(); in instance()
43 void OSInterface::RegisterType(){ in RegisterType()
51 void OSInterface::start(){ in start()
63 void OSInterface::stop(){ in stop()
88 void OSInterface::connectNetman(){ in connectNetman()
195 bool OSInterface::hasAppStore(){ in hasAppStore()
614 int OSInterface::volume(){ in volume()
[all …]
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/src-cpp/
H A Dframework-OSInterface-template.cpp17 float OSInterface::OS_batteryCharge(){ return -1; } in OS_batteryCharge()
23 int OSInterface::OS_volume(){ return -1; } in OS_volume()
24 bool OSInterface::OS_setVolume(int){ return false;} in OS_setVolume()
48 void OSInterface::OS_startUpdates(){} in OS_startUpdates()
55 bool OSInterface::OS_canReboot(){ return false; } in OS_canReboot()
56 void OSInterface::OS_startReboot(){} in OS_startReboot()
58 void OSInterface::OS_startShutdown(){} in OS_startShutdown()
59 bool OSInterface::OS_canSuspend(){ return false; } in OS_canSuspend()
60 void OSInterface::OS_startSuspend(){} in OS_startSuspend()
94 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]
H A Dframework-OSInterface-FreeBSD.cpp21 bool OSInterface::OS_batteryAvailable(){ in OS_batteryAvailable()
30 float OSInterface::OS_batteryCharge(){ in OS_batteryCharge()
36 bool OSInterface::OS_batteryCharging(){ in OS_batteryCharging()
46 int OSInterface::OS_volume(){ in OS_volume()
66 bool OSInterface::OS_setVolume(int percent){ in OS_setVolume()
141 bool OSInterface::OS_canReboot(){ in OS_canReboot()
147 bool OSInterface::OS_canShutdown(){ in OS_canShutdown()
153 bool OSInterface::OS_canSuspend(){ in OS_canSuspend()
176 int OSInterface::OS_brightness(){ in OS_brightness()
241 void OSInterface::iodeviceReadyRead(){} in iodeviceReadyRead()
[all …]

12345678910>>...15