Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
HIDDriverHandler Class Reference
+ Inheritance diagram for HIDDriverHandler:
+ Collaboration diagram for HIDDriverHandler:

Public Member Functions

 HIDDriverHandler (HIDDriver *hidd)
 
 ~HIDDriverHandler ()
 
void process_event (void) override
 
void async_wait (void) override
 
void find_devices (void)
 
 HIDDriverHandler (HIDDriver *hidd)
 
 ~HIDDriverHandler ()
 
void process_event (void) override
 
void async_wait (void) override
 
void find_devices (void)
 

Detailed Description

Definition at line 53 of file qintegrityhidmanager.cpp.

Constructor & Destructor Documentation

◆ HIDDriverHandler() [1/2]

HIDDriverHandler::HIDDriverHandler ( HIDDriver * hidd)
inline

Definition at line 56 of file qintegrityhidmanager.cpp.

◆ ~HIDDriverHandler() [1/2]

HIDDriverHandler::~HIDDriverHandler ( )
inline

Definition at line 57 of file qintegrityhidmanager.cpp.

References qDeleteAll().

+ Here is the call graph for this function:

◆ HIDDriverHandler() [2/2]

HIDDriverHandler::HIDDriverHandler ( HIDDriver * hidd)
inline

Definition at line 54 of file qintegrityhidmanager.cpp.

◆ ~HIDDriverHandler() [2/2]

HIDDriverHandler::~HIDDriverHandler ( )
inline

Definition at line 55 of file qintegrityhidmanager.cpp.

References qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ async_wait() [1/2]

void HIDDriverHandler::async_wait ( void )
overridevirtual

Implements IntNotifier.

Definition at line 74 of file qintegrityhidmanager.cpp.

References IntNotifier::act.

Referenced by find_devices().

+ Here is the caller graph for this function:

◆ async_wait() [2/2]

void HIDDriverHandler::async_wait ( void )
overridevirtual

Implements IntNotifier.

◆ find_devices() [1/2]

void HIDDriverHandler::find_devices ( void )

Definition at line 79 of file qintegrityhidmanager.cpp.

References async_wait(), QInputDeviceManager::DeviceTypePointer, Error, forever, QInputDeviceManagerPrivate::get(), QGuiApplicationPrivate::inputDeviceManager(), and Success.

Referenced by process_event().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ find_devices() [2/2]

void HIDDriverHandler::find_devices ( void )

◆ process_event() [1/2]

void HIDDriverHandler::process_event ( void )
overridevirtual

Implements IntNotifier.

Definition at line 69 of file qintegrityhidmanager.cpp.

References find_devices().

+ Here is the call graph for this function:

◆ process_event() [2/2]

void HIDDriverHandler::process_event ( void )
overridevirtual

Implements IntNotifier.


The documentation for this class was generated from the following files: