Module ida_kernwin :: Class action_desc_t
[frames] | no frames]

Class action_desc_t

object --+
         |
        action_desc_t

Proxy of C++ action_desc_t class.

Instance Methods
action_desc_t
__init__(self, name, label, handler, shortcut=None, tooltip=None, icon=-1, flags=0)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  cb
action_desc_t_cb_get(self) -> int
  flags
action_desc_t_flags_get(self) -> int
  icon
action_desc_t_icon_get(self) -> int
  label
action_desc_t_label_get(self) -> char const *
  name
action_desc_t_name_get(self) -> char const *
  owner
action_desc_t_owner_get(self) -> plugin_t const *
  shortcut
action_desc_t_shortcut_get(self) -> char const *
  thisown
The membership flag
  tooltip
action_desc_t_tooltip_get(self) -> char const *

Inherited from object: __class__

Method Details

__init__(self, name, label, handler, shortcut=None, tooltip=None, icon=-1, flags=0)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Returns: action_desc_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

cb

action_desc_t_cb_get(self) -> int

Get Method:
unreachable.action_desc_t_cb_get(self)
Set Method:
unreachable.action_desc_t_cb_set(self, cb)

flags

action_desc_t_flags_get(self) -> int

Get Method:
unreachable.action_desc_t_flags_get(self)
Set Method:
unreachable.action_desc_t_flags_set(self, flags)

icon

action_desc_t_icon_get(self) -> int

Get Method:
unreachable.action_desc_t_icon_get(self)
Set Method:
unreachable.action_desc_t_icon_set(self, icon)

label

action_desc_t_label_get(self) -> char const *

Get Method:
unreachable.action_desc_t_label_get(self)
Set Method:
unreachable.action_desc_t_label_set(self, label)

name

action_desc_t_name_get(self) -> char const *

Get Method:
unreachable.action_desc_t_name_get(self)
Set Method:
unreachable.action_desc_t_name_set(self, name)

owner

action_desc_t_owner_get(self) -> plugin_t const *

Get Method:
unreachable.action_desc_t_owner_get(self)
Set Method:
unreachable.action_desc_t_owner_set(self, owner)

shortcut

action_desc_t_shortcut_get(self) -> char const *

Get Method:
unreachable.action_desc_t_shortcut_get(self)
Set Method:
unreachable.action_desc_t_shortcut_set(self, shortcut)

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

tooltip

action_desc_t_tooltip_get(self) -> char const *

Get Method:
unreachable.action_desc_t_tooltip_get(self)
Set Method:
unreachable.action_desc_t_tooltip_set(self, tooltip)