IDAPython 9.0
Loading...
Searching...
No Matches
chooser_stdact_desc_t Class Reference
Inheritance diagram for chooser_stdact_desc_t:

Public Member Functions

 __init__ (self, str _label=None, str _tooltip=None, int _icon=-1)
 
'action_state_t' ucb (self, 'action_ctx_base_t' arg0)
 
 __disown__ (self)
 

Static Public Attributes

str version
 
str label
 
str tooltip
 
str icon
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
str _label = None,
str _tooltip = None,
int _icon = -1 )

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ ucb()

'action_state_t' ucb ( self,
'action_ctx_base_t' arg0 )
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. 

Member Data Documentation

◆ icon

str icon
static
Initial value:
= property(_ida_kernwin.chooser_stdact_desc_t_icon_get,
_ida_kernwin.chooser_stdact_desc_t_icon_set)

◆ label

str label
static
Initial value:
= property(_ida_kernwin.
chooser_stdact_desc_t_label_get, _ida_kernwin.
chooser_stdact_desc_t_label_set)

◆ tooltip

str tooltip
static
Initial value:
= property(_ida_kernwin.
chooser_stdact_desc_t_tooltip_get, _ida_kernwin.
chooser_stdact_desc_t_tooltip_set)

◆ version

str version
static
Initial value:
= property(_ida_kernwin.
chooser_stdact_desc_t_version_get, _ida_kernwin.
chooser_stdact_desc_t_version_set)

Property Documentation

◆ thisown

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

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