BluezQt::Input Class
class BluezQt::InputDevice input. More...
Header: | #include <BluezQt/Input> |
CMake: | find_package(KF6 REQUIRED COMPONENTS BluezQt) target_link_libraries(mytarget PRIVATE KF6::BluezQt) |
Inherits: | QObject |
Public Types
enum | ReconnectMode { NoReconnect, HostReconnect, DeviceReconnect, AnyReconnect } |
Properties
- reconnectMode : const ReconnectMode
Public Functions
BluezQt::Input::ReconnectMode | reconnectMode() const |
BluezQt::InputPtr | toSharedPtr() const |
Signals
void | reconnectModeChanged(BluezQt::Input::ReconnectMode mode) |
Detailed Description
This class represents an input interface.
Member Type Documentation
enum Input::ReconnectMode
Constant | Value | Description |
---|---|---|
BluezQt::Input::NoReconnect | 0 | Device and host are not required to automatically restore the connection. |
BluezQt::Input::HostReconnect | 1 | Host restores the connection. |
BluezQt::Input::DeviceReconnect | 2 | Device restores the connection |
BluezQt::Input::AnyReconnect | 3 | Device shall attempt to restore the lost connection, but host may also restore the connection. |
Property Documentation
[read-only]
reconnectMode : const ReconnectMode
Access functions:
BluezQt::Input::ReconnectMode | reconnectMode() const |
Notifier signal:
void | reconnectModeChanged(BluezQt::Input::ReconnectMode mode) |
Member Function Documentation
BluezQt::Input::ReconnectMode Input::reconnectMode() const
Returns the reconnect mode.
Note: Getter function for property reconnectMode.
[signal]
void Input::reconnectModeChanged(BluezQt::Input::ReconnectMode mode)
Indicates that the input's reconnect mode has changed.
Note: Notifier signal for property reconnectMode.
BluezQt::InputPtr Input::toSharedPtr() const
Returns a shared pointer from this.