IDAPython 9.0
Loading...
Searching...
No Matches
action_desc_t Class Reference

Proxy of C++ action_desc_t class.

Inheritance diagram for action_desc_t:

Public Member Functions

 __init__ (self, "char const *" name, "char const *" label, "PyObject *" handler, "char const *" shortcut=None, "char const *" tooltip=None, "int" icon=-1, "int" flags=0)
 init(self, name, label, handler, shortcut=None, tooltip=None, icon=-1, flags=0) -> action_desc_t
 

Static Public Attributes

str cb = property(_ida_kernwin.action_desc_t_cb_get, _ida_kernwin.action_desc_t_cb_set, doc=)
 
str name = property(_ida_kernwin.action_desc_t_name_get, _ida_kernwin.action_desc_t_name_set, doc=)
 
str label = property(_ida_kernwin.action_desc_t_label_get, _ida_kernwin.action_desc_t_label_set, doc=)
 
str owner = property(_ida_kernwin.action_desc_t_owner_get, _ida_kernwin.action_desc_t_owner_set, doc=!)
 
str shortcut = property(_ida_kernwin.action_desc_t_shortcut_get, _ida_kernwin.action_desc_t_shortcut_set, doc=)
 
str tooltip = property(_ida_kernwin.action_desc_t_tooltip_get, _ida_kernwin.action_desc_t_tooltip_set, doc=)
 
str icon = property(_ida_kernwin.action_desc_t_icon_get, _ida_kernwin.action_desc_t_icon_set, doc=)
 
str flags = property(_ida_kernwin.action_desc_t_flags_get, _ida_kernwin.action_desc_t_flags_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 *" name,
"char const *" label,
"PyObject *" handler,
"char const *" shortcut = None,
"char const *" tooltip = None,
"int" icon = -1,
"int" flags = 0 )
Parameters
namechar const *
labelchar const *
handlerPyObject *
shortcutchar const *
tooltipchar const *
iconint
flagsint

Member Data Documentation

◆ cb

str cb = property(_ida_kernwin.action_desc_t_cb_get, _ida_kernwin.action_desc_t_cb_set, doc=)
static

◆ flags

str flags = property(_ida_kernwin.action_desc_t_flags_get, _ida_kernwin.action_desc_t_flags_set, doc=)
static

◆ icon

str icon = property(_ida_kernwin.action_desc_t_icon_get, _ida_kernwin.action_desc_t_icon_set, doc=)
static

◆ label

str label = property(_ida_kernwin.action_desc_t_label_get, _ida_kernwin.action_desc_t_label_set, doc=)
static

◆ name

str name = property(_ida_kernwin.action_desc_t_name_get, _ida_kernwin.action_desc_t_name_set, doc=)
static

◆ owner

str owner = property(_ida_kernwin.action_desc_t_owner_get, _ida_kernwin.action_desc_t_owner_set, doc=!)
static

◆ shortcut

str shortcut = property(_ida_kernwin.action_desc_t_shortcut_get, _ida_kernwin.action_desc_t_shortcut_set, doc=)
static

◆ tooltip

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