![]() |
Qt 6.x
The Qt SDK
|
#include <devicehandlerlist_p.h>
Classes | |
struct | Device |
Public Member Functions | |
void | add (const QString &deviceNode, std::unique_ptr< Handler > handler) |
bool | remove (const QString &deviceNode) |
int | count () const noexcept |
std::vector< Device >::const_iterator | begin () const noexcept |
std::vector< Device >::const_iterator | end () const noexcept |
Definition at line 27 of file devicehandlerlist_p.h.
|
inline |
Definition at line 34 of file devicehandlerlist_p.h.
Referenced by QEvdevTabletManager::addDevice(), QEvdevTouchManager::addDevice(), QEvdevKeyboardManager::addKeyboard(), and QEvdevMouseManager::addMouse().
|
inlinenoexcept |
Definition at line 51 of file devicehandlerlist_p.h.
|
inlinenoexcept |
Definition at line 49 of file devicehandlerlist_p.h.
Referenced by QEvdevTouchManager::updateInputDeviceCount().
|
inlinenoexcept |
Definition at line 52 of file devicehandlerlist_p.h.
|
inline |
Definition at line 39 of file devicehandlerlist_p.h.
References QSet< T >::cend(), d, and it.
Referenced by QEvdevTabletManager::removeDevice(), QEvdevTouchManager::removeDevice(), QEvdevKeyboardManager::removeKeyboard(), and QEvdevMouseManager::removeMouse().