Kirigami::Platform::VirtualKeyboardWatcher Class

class Kirigami::Platform::VirtualKeyboardWatcher

This class reports on the status of KWin's VirtualKeyboard DBus interface. More...

Header: #include <Kirigami/Platform/VirtualKeyboardWatcher>
CMake: find_package(KF6 REQUIRED COMPONENTS KirigamiPlatform)
target_link_libraries(mytarget PRIVATE KF6::KirigamiPlatform)
Inherits: QObject

Properties

Public Functions

bool active() const
bool available() const
bool enabled() const
bool visible() const
bool willShowOnActive() const

Signals

Detailed Description

Property Documentation

[read-only] active : const bool

Access functions:

bool active() const

Notifier signal:

void activeChanged()

[read-only] available : const bool

Access functions:

bool available() const

Notifier signal:

void availableChanged()

[read-only] enabled : const bool

Access functions:

bool enabled() const

Notifier signal:

void enabledChanged()

[read-only] visible : const bool

Access functions:

bool visible() const

Notifier signal:

void visibleChanged()

[read-only] willShowOnActive : const bool

Access functions:

bool willShowOnActive() const

Notifier signal:

void willShowOnActiveChanged()