IDAPython 9.0
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, "char const *" _label=None, "char const *" _tooltip=None, "int" _icon=-1)
 init(self, _label=None, _tooltip=None, _icon=-1) -> chooser_stdact_desc_t
 
"action_state_t" ucb (self, "action_ctx_base_t" arg0)
 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)
 

Static Public Attributes

str version = property(_ida_kernwin.chooser_stdact_desc_t_version_get, _ida_kernwin.chooser_stdact_desc_t_version_set, doc=)
 
str label = property(_ida_kernwin.chooser_stdact_desc_t_label_get, _ida_kernwin.chooser_stdact_desc_t_label_set, doc=)
 
str tooltip = property(_ida_kernwin.chooser_stdact_desc_t_tooltip_get, _ida_kernwin.chooser_stdact_desc_t_tooltip_set, doc=)
 
str icon = property(_ida_kernwin.chooser_stdact_desc_t_icon_get, _ida_kernwin.chooser_stdact_desc_t_icon_set, doc=)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
"char const *" _label = None,
"char const *" _tooltip = None,
"int" _icon = -1 )
Parameters
_labelchar const *
_tooltipchar const *
_iconint

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ ucb()

"action_state_t" ucb ( self,
"action_ctx_base_t" arg0 )
Parameters
arg0action_update_ctx_t *

Member Data Documentation

◆ icon

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

◆ label

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

◆ tooltip

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

◆ version

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

Property Documentation

◆ thisown

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

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