IDAPython 8.4
Loading...
Searching...
No Matches
chooser_stdact_desc_t Class Reference

Proxy of C++ chooser_stdact_desc_t class.

Inheritance diagram for chooser_stdact_desc_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _label=None, _tooltip=None, _icon=-1) -> chooser_stdact_desc_t
 
"action_state_t" ucb (self, *args)
 ucb(self, arg0) -> action_state_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.
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 version = property(_ida_kernwin.chooser_stdact_desc_t_version_get, _ida_kernwin.chooser_stdact_desc_t_version_set, doc=)
 
 label = property(_ida_kernwin.chooser_stdact_desc_t_label_get, _ida_kernwin.chooser_stdact_desc_t_label_set, doc=)
 
 tooltip = property(_ida_kernwin.chooser_stdact_desc_t_tooltip_get, _ida_kernwin.chooser_stdact_desc_t_tooltip_set, doc=)
 
 icon = property(_ida_kernwin.chooser_stdact_desc_t_icon_get, _ida_kernwin.chooser_stdact_desc_t_icon_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_labelchar const *
_tooltipchar const *
_iconint

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ ucb()

"action_state_t" ucb ( self,
* args )
Parameters
arg0action_update_ctx_t *

Property Documentation

◆ icon

icon = property(_ida_kernwin.chooser_stdact_desc_t_icon_get, _ida_kernwin.chooser_stdact_desc_t_icon_set, doc=)
static

◆ label

label = property(_ida_kernwin.chooser_stdact_desc_t_label_get, _ida_kernwin.chooser_stdact_desc_t_label_set, doc=)
static

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

◆ tooltip

tooltip = property(_ida_kernwin.chooser_stdact_desc_t_tooltip_get, _ida_kernwin.chooser_stdact_desc_t_tooltip_set, doc=)
static

◆ version

version = property(_ida_kernwin.chooser_stdact_desc_t_version_get, _ida_kernwin.chooser_stdact_desc_t_version_set, doc=)
static

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