Module idaapi :: Class plugin_t
[frames] | no frames]

Class plugin_t

object --+
         |
        plugin_t

Proxy of C++ plugin_t class

Instance Methods
 
__repr__(self)
repr(x)
plugin_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__swig_destroy__(...)
delete_plugin_t(plugin_t self)
 
__del__(self)

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

Properties
  thisown
The membership flag
  version
plugin_t_version_get(plugin_t self) -> int
  flags
plugin_t_flags_get(plugin_t self) -> int
  comment
plugin_t_comment_get(plugin_t self) -> char
  help
plugin_t_help_get(plugin_t self) -> char
  wanted_name
plugin_t_wanted_name_get(plugin_t self) -> char
  wanted_hotkey
plugin_t_wanted_hotkey_get(plugin_t self) -> char

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: plugin_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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

version

plugin_t_version_get(plugin_t self) -> int

Get Method:
unreachable.plugin_t_version_get(...) - plugin_t_version_get(plugin_t self) -> int
Set Method:
unreachable.plugin_t_version_set(...) - plugin_t_version_set(plugin_t self, int version)

flags

plugin_t_flags_get(plugin_t self) -> int

Get Method:
unreachable.plugin_t_flags_get(...) - plugin_t_flags_get(plugin_t self) -> int
Set Method:
unreachable.plugin_t_flags_set(...) - plugin_t_flags_set(plugin_t self, int flags)

comment

plugin_t_comment_get(plugin_t self) -> char

Get Method:
unreachable.plugin_t_comment_get(...) - plugin_t_comment_get(plugin_t self) -> char
Set Method:
unreachable.plugin_t_comment_set(...) - plugin_t_comment_set(plugin_t self, char comment)

help

plugin_t_help_get(plugin_t self) -> char

Get Method:
unreachable.plugin_t_help_get(...) - plugin_t_help_get(plugin_t self) -> char
Set Method:
unreachable.plugin_t_help_set(...) - plugin_t_help_set(plugin_t self, char help)

wanted_name

plugin_t_wanted_name_get(plugin_t self) -> char

Get Method:
unreachable.plugin_t_wanted_name_get(...) - plugin_t_wanted_name_get(plugin_t self) -> char
Set Method:
unreachable.plugin_t_wanted_name_set(...) - plugin_t_wanted_name_set(plugin_t self, char wanted_name)

wanted_hotkey

plugin_t_wanted_hotkey_get(plugin_t self) -> char

Get Method:
unreachable.plugin_t_wanted_hotkey_get(...) - plugin_t_wanted_hotkey_get(plugin_t self) -> char
Set Method:
unreachable.plugin_t_wanted_hotkey_set(...) - plugin_t_wanted_hotkey_set(plugin_t self, char wanted_hotkey)