Loading...
Searching...
No Matches
Go to the documentation of this file.
21 QString sysName()
const override;
22 QString name()
const override;
24 bool isEnabled()
const override;
25 void setEnabled(
bool enabled)
override;
27 LEDs leds()
const override;
28 void setLeds(LEDs leds)
override;
30 bool isKeyboard()
const override;
31 bool isPointer()
const override;
32 bool isTouchpad()
const override;
33 bool isTouch()
const override;
34 bool isTabletTool()
const override;
35 bool isTabletPad()
const override;
36 bool isTabletModeSwitch()
const override;
37 bool isLidSwitch()
const override;
39 void setAuthenticated(
bool authenticated);
40 bool isAuthenticated()
const;
44 bool m_authenticated =
false;