IDA C++ SDK 9.2
Loading...
Searching...
No Matches
ui_requests_t Class Reference

List of UI requests. More...

#include <kernwin.hpp>

Inheritance diagram for ui_requests_t:
qlist< ui_request_t * >

Additional Inherited Members

Public Types inherited from qlist< ui_request_t * >
typedef ui_request_tvalue_type
Public Member Functions inherited from qlist< ui_request_t * >
 DEFINE_LIST_ITERATOR (iterator,, friend class const_iterator;) DEFINE_LIST_ITERATOR(const_iterator
 const_iterator (const iterator &x)
 DEFINE_REVERSE_ITERATOR (reverse_iterator, iterator) DEFINE_REVERSE_ITERATOR(const_reverse_iterator
const_iterator qlist (void)
 Constructor.
 ~qlist (void)
 Destructor.
Public Attributes inherited from qlist< ui_request_t * >
 const

Detailed Description

List of UI requests.

The ui_request_t is allocated by the caller but its ownership is transferred to the execute_ui_requests(). The ui_request_t instance will be deleted as soon as it is executed and was not rescheduled for another run.


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