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

Class graph_location_info_t

object --+
         |
        graph_location_info_t

Proxy of C++ graph_location_info_t class

Instance Methods
 
__repr__(self)
repr(x)
graph_location_info_t
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
__eq__(*args)
__eq__(self, graph_location_info_t r) -> bool
 
__ne__(*args)
__ne__(self, graph_location_info_t r) -> bool
 
__swig_destroy__(...)
delete_graph_location_info_t(graph_location_info_t self)
 
__del__(self)

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

Properties
  thisown
The membership flag
  zoom
graph_location_info_t_zoom_get(graph_location_info_t self) -> double
  orgx
graph_location_info_t_orgx_get(graph_location_info_t self) -> double
  orgy
graph_location_info_t_orgy_get(graph_location_info_t self) -> double

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

Property Details

thisown

The membership flag

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

zoom

graph_location_info_t_zoom_get(graph_location_info_t self) -> double

Get Method:
unreachable.graph_location_info_t_zoom_get(...) - graph_location_info_t_zoom_get(graph_location_info_t self) -> double
Set Method:
unreachable.graph_location_info_t_zoom_set(...) - graph_location_info_t_zoom_set(graph_location_info_t self, double zoom)

orgx

graph_location_info_t_orgx_get(graph_location_info_t self) -> double

Get Method:
unreachable.graph_location_info_t_orgx_get(...) - graph_location_info_t_orgx_get(graph_location_info_t self) -> double
Set Method:
unreachable.graph_location_info_t_orgx_set(...) - graph_location_info_t_orgx_set(graph_location_info_t self, double orgx)

orgy

graph_location_info_t_orgy_get(graph_location_info_t self) -> double

Get Method:
unreachable.graph_location_info_t_orgy_get(...) - graph_location_info_t_orgy_get(graph_location_info_t self) -> double
Set Method:
unreachable.graph_location_info_t_orgy_set(...) - graph_location_info_t_orgy_set(graph_location_info_t self, double orgy)