IDAPython 9.0
Loading...
Searching...
No Matches
_notify_when_dispatcher_t Class Reference

Classes

class  _callback_t
 
class  _IDB_Hooks
 
class  _IDP_Hooks
 

Public Member Functions

 __init__ (self)
 
 dispatch (self, slot, *args)
 
 notify_when (self, when, fun)
 

Public Attributes

 idp_hooks = self._IDP_Hooks(self)
 
 idb_hooks = self._IDB_Hooks(self)
 
list callbacks = []
 

Protected Member Functions

 _find (self, fun)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ _find()

_find ( self,
fun )
protected

◆ dispatch()

dispatch ( self,
slot,
* args )

◆ notify_when()

notify_when ( self,
when,
fun )

Member Data Documentation

◆ callbacks

callbacks = []

◆ idb_hooks

idb_hooks = self._IDB_Hooks(self)

◆ idp_hooks

idp_hooks = self._IDP_Hooks(self)

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