NotificationsDispatcher Class Reference

Public Member Functions

 NotificationsDispatcher (QObject *parent, BinaryViewRef view, BinaryNinja::BinaryDataNotification::NotificationTypes notifications)
 
 ~NotificationsDispatcher ()
 
void setAnalysisCachingEnabled (bool enable)
 
void setNotificationEventQueuing (bool enable)
 
void setUpdateHandler (std::function< void(bool refresh, std::vector< NotificationEvent > &&)> &&updateHandler)
 
void asyncRefresh ()
 

Constructor & Destructor Documentation

◆ NotificationsDispatcher()

NotificationsDispatcher::NotificationsDispatcher ( QObject *  parent,
BinaryViewRef  view,
BinaryNinja::BinaryDataNotification::NotificationTypes  notifications 
)

◆ ~NotificationsDispatcher()

NotificationsDispatcher::~NotificationsDispatcher ( )

Member Function Documentation

◆ setAnalysisCachingEnabled()

void NotificationsDispatcher::setAnalysisCachingEnabled ( bool  enable)
inline

◆ setNotificationEventQueuing()

void NotificationsDispatcher::setNotificationEventQueuing ( bool  enable)
inline

◆ setUpdateHandler()

void NotificationsDispatcher::setUpdateHandler ( std::function< void(bool refresh, std::vector< NotificationEvent > &&)> &&  updateHandler)
inline

◆ asyncRefresh()

void NotificationsDispatcher::asyncRefresh ( )
inline