IDA SDK
|
Base class for defining UI requests.
Override the run() method and insert your code.
Public Member Functions | |
virtual bool idaapi | run ()=0 |
Run the UI request. More... | |
|
pure virtual |
Run the UI request.
false | remove the request from the queue |
true | reschedule the request and run it again |