Proxy of C++ action_desc_t class.
|
| | __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
|
| |
|
| 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=) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
◆ __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
-
| name | char const * |
| label | char const * |
| handler | PyObject * |
| shortcut | char const * |
| tooltip | char const * |
| icon | int |
| flags | int |
◆ 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 |
◆ 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: