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

Class text_options_t

object --+
         |
        text_options_t

Proxy of C++ text_options_t class

Instance Methods
 
__repr__(self)
repr(x)
text_options_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
copy_to_inf(*args)
copy_to_inf(self, bool gv, idainfo inf)
 
copy_from_inf(*args)
copy_from_inf(self, idainfo inf)
 
__swig_destroy__(...)
delete_text_options_t(text_options_t self)
 
__del__(self)

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

Properties
  thisown
The membership flag
  text
text_options_t_text_get(text_options_t self)
  graph
text_options_t_graph_get(text_options_t self)

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: text_options_t
Overrides: object.__init__

Property Details

thisown

The membership flag

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

text

text_options_t_text_get(text_options_t self)

Get Method:
unreachable.text_options_t_text_get(...) - text_options_t_text_get(text_options_t self)
Set Method:
unreachable.text_options_t_text_set(...) - text_options_t_text_set(text_options_t self, text)

graph

text_options_t_graph_get(text_options_t self)

Get Method:
unreachable.text_options_t_graph_get(...) - text_options_t_graph_get(text_options_t self)
Set Method:
unreachable.text_options_t_graph_set(...) - text_options_t_graph_set(text_options_t self, graph)