IDAPython 8.4
Loading...
Searching...
No Matches
sync_source_t Class Reference

Proxy of C++ sync_source_t class.

Inheritance diagram for sync_source_t:

Public Member Functions

 __init__ (self, *args)
 init(self, _view) -> sync_source_t
 
"bool" __eq__ (self, *args)
 eq(self, _o) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, _o) -> bool
 
"bool" is_register (self, *args)
 is_register(self) -> bool
 
"bool" is_widget (self, *args)
 is_widget(self) -> bool
 
"TWidget const *" get_widget (self, *args)
 get_widget(self) -> TWidget const *
 
"char const *" get_register (self, *args)
 get_register(self) -> char const *
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_viewTWidget const *

init(self, _regname) -> sync_source_t

Parameters
_regnamechar const *

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
_osync_source_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
_osync_source_t const &

◆ get_register()

"char const *" get_register ( self,
* args )

◆ get_widget()

"TWidget const *" get_widget ( self,
* args )

◆ is_register()

"bool" is_register ( self,
* args )

◆ is_widget()

"bool" is_widget ( self,
* args )

Property Documentation

◆ 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: