![]() |
Qt 6.x
The Qt SDK
|
#include <devicehandlerlist_p.h>
Collaboration diagram for QtInputSupport::DeviceHandlerList< Handler >: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().
Here is the caller graph for this function:
|
inlinenoexcept |
Definition at line 51 of file devicehandlerlist_p.h.
|
inlinenoexcept |
Definition at line 49 of file devicehandlerlist_p.h.
Referenced by QEvdevTouchManager::updateInputDeviceCount().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function: