Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon
chooser_stdact_desc_t Struct Reference

Public Member Functions

 chooser_stdact_desc_t (const char *_label=nullptr, const char *_tooltip=nullptr, int _icon=-1)
 
virtual action_state_t idaapi ucb (action_update_ctx_t *)
 the update callback, see action_handler_t::update() When the update callback is called from the chooser UI engine, it can be sure that ctx.source.chooser is a valid pointer to chooser_base_t and that there are selected items for the Delete and Edit actions. More...
 

Public Attributes

int version = 1
 to support the backward compatibility
 
const char * label
 see action_desc_t
 
const char * tooltip
 
int icon
 

Member Function Documentation

◆ ucb()

virtual action_state_t idaapi chooser_stdact_desc_t::ucb ( action_update_ctx_t )
inlinevirtual

the update callback, see action_handler_t::update() When the update callback is called from the chooser UI engine, it can be sure that ctx.source.chooser is a valid pointer to chooser_base_t and that there are selected items for the Delete and Edit actions.


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