Home
last modified time | relevance | path

Searched refs:setBatteryIndex (Results 1 – 14 of 14) sorted by relevance

/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/
H A Dqbatteryinfo.cpp70 void setBatteryIndex(int batteryIndex) { index = batteryIndex; } in setBatteryIndex() function in QBatteryInfoPrivate
200 void QBatteryInfo::setBatteryIndex(int batteryIndex) in setBatteryIndex() function in QBatteryInfo
202 d_ptr->setBatteryIndex(batteryIndex); in setBatteryIndex()
H A Dqbatteryinfo.h67 Q_PROPERTY(int batteryIndex READ batteryIndex WRITE setBatteryIndex NOTIFY batteryIndexChanged)
131 void setBatteryIndex(int batteryIndex);
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/windows/
H A Dqbatteryinfo_win_p.h102 void setBatteryIndex(int batteryIndex);
H A Dqbatteryinfo_win.cpp114 void QBatteryInfoPrivate::setBatteryIndex(int batteryIndex) in setBatteryIndex() function in QBatteryInfoPrivate
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/linux/
H A Dqbatteryinfo_upower_p.h102 void setBatteryIndex(int batteryIndex);
H A Dqbatteryinfo_linux_p.h105 void setBatteryIndex(int batteryIndex);
H A Dqbatteryinfo_upower.cpp121 void QBatteryInfoPrivate::setBatteryIndex(int batteryIndex) in setBatteryIndex() function in QBatteryInfoPrivate
H A Dqbatteryinfo_linux.cpp139 void QBatteryInfoPrivate::setBatteryIndex(int batteryIndex) in setBatteryIndex() function in QBatteryInfoPrivate
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/mac/
H A Dqbatteryinfo_mac_p.h102 void setBatteryIndex(int batteryIndex);
H A Dqbatteryinfo_mac.mm140 void QBatteryInfoPrivate::setBatteryIndex(int batteryIndex) function
/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/systeminfo/simulator/
H A Dqsysteminfo_simulator.cpp71 setBatteryIndex(batteryIndex); in QBatteryInfoSimulator()
100 void QBatteryInfoSimulator::setBatteryIndex(int batteryIndex) in setBatteryIndex() function in QBatteryInfoSimulator
103 batteryInfoSimulatorBackend->setBatteryIndex(batteryIndex); in setBatteryIndex()
H A Dqsysteminfo_simulator_p.h104 void setBatteryIndex(int batteryIndex);
H A Dqsysteminfobackend_simulator_p.h91 void setBatteryIndex(int batteryIndex);
H A Dqsysteminfobackend_simulator.cpp193 void QBatteryInfoSimulatorBackend::setBatteryIndex(int batteryIndex) in setBatteryIndex() function in QBatteryInfoSimulatorBackend