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

Public Member Functions

 __init__ (self, str name, str label, 'PyObject *' handler, str shortcut=None, str tooltip=None, int icon=-1, int flags=0)
 

Static Public Attributes

str cb
 
str name
 
str label
 
str owner
 
str shortcut
 
str tooltip
 
str icon
 
str flags
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
str name,
str label,
'PyObject *' handler,
str shortcut = None,
str tooltip = None,
int icon = -1,
int flags = 0 )

Member Data Documentation

◆ cb

str cb
static
Initial value:
= property(_ida_kernwin.action_desc_t_cb_get, _ida_kernwin.
action_desc_t_cb_set)

◆ flags

str flags
static
Initial value:
= property(_ida_kernwin.action_desc_t_flags_get,
_ida_kernwin.action_desc_t_flags_set)

◆ icon

str icon
static
Initial value:
= property(_ida_kernwin.action_desc_t_icon_get,
_ida_kernwin.action_desc_t_icon_set)

◆ label

str label
static
Initial value:
= property(_ida_kernwin.action_desc_t_label_get,
_ida_kernwin.action_desc_t_label_set)

◆ name

str name
static
Initial value:
= property(_ida_kernwin.action_desc_t_name_get,
_ida_kernwin.action_desc_t_name_set)

◆ owner

str owner
static
Initial value:
= property(_ida_kernwin.action_desc_t_owner_get,
_ida_kernwin.action_desc_t_owner_set)

◆ shortcut

str shortcut
static
Initial value:
= property(_ida_kernwin.
action_desc_t_shortcut_get, _ida_kernwin.action_desc_t_shortcut_set)

◆ tooltip

str tooltip
static
Initial value:
= property(_ida_kernwin.
action_desc_t_tooltip_get, _ida_kernwin.action_desc_t_tooltip_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: