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

Proxy of C++ line_section_t class.

Inheritance diagram for line_section_t:
tagged_line_section_t

Public Member Functions

"bool" contains (self, *args)
 contains(self, x) -> bool
 
"bool" is_open (self, *args)
 is_open(self) -> bool
 
"bool" is_closed (self, *args)
 is_closed(self) -> bool
 
"bool" valid (self, *args)
 valid(self) -> bool
 
 __init__ (self, *args)
 init(self) -> line_section_t
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 start = property(_ida_kernwin.line_section_t_start_get, _ida_kernwin.line_section_t_start_set, doc=)
 
 length = property(_ida_kernwin.line_section_t_length_get, _ida_kernwin.line_section_t_length_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Reimplemented in tagged_line_section_t.

Member Function Documentation

◆ contains()

"bool" contains ( self,
* args )
Parameters
xcpidx_t

◆ is_closed()

"bool" is_closed ( self,
* args )

◆ is_open()

"bool" is_open ( self,
* args )

◆ valid()

"bool" valid ( self,
* args )

Reimplemented in tagged_line_section_t.

Property Documentation

◆ length

length = property(_ida_kernwin.line_section_t_length_get, _ida_kernwin.line_section_t_length_set, doc=)
static

◆ start

start = property(_ida_kernwin.line_section_t_start_get, _ida_kernwin.line_section_t_start_set, doc=)
static

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