IDAPython 9.0
Loading...
Searching...
No Matches
highlighter_cbs_t Class Reference

Proxy of C++ highlighter_cbs_t class.

Inheritance diagram for highlighter_cbs_t:

Public Member Functions

"void" set_style (self, "int32" arg0, "int32" arg1, "syntax_highlight_style" arg2)
 set_style(self, arg0, arg1, arg2)
 
"int32" prev_block_state (self)
 prev_block_state(self) -> int32
 
"int32" cur_block_state (self)
 cur_block_state(self) -> int32
 
"void" set_block_state (self, "int32" arg0)
 set_block_state(self, arg0)
 
 __init__ (self)
 init(self) -> highlighter_cbs_t
 
 __disown__ (self)
 

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)
Parameters
selfPyObject *

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ cur_block_state()

"int32" cur_block_state ( self)

◆ prev_block_state()

"int32" prev_block_state ( self)

◆ set_block_state()

"void" set_block_state ( self,
"int32" arg0 )
Parameters
arg0int32

◆ set_style()

"void" set_style ( self,
"int32" arg0,
"int32" arg1,
"syntax_highlight_style" arg2 )
Parameters
arg0int32
arg1int32
arg2enum syntax_highlight_style

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: