IDAPython 9.0
Loading...
Searching...
No Matches
user_defined_prefix_t Class Reference
Inheritance diagram for user_defined_prefix_t:

Public Member Functions

 __init__ (self, *args)
 
None get_user_defined_prefix (self, ida_idaapi.ea_t ea, 'insn_t const &' insn, int lnnum, int indent, str line)
 
 __disown__ (self)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __disown__()

__disown__ ( self)

◆ get_user_defined_prefix()

None get_user_defined_prefix ( self,
ida_idaapi.ea_t ea,
'insn_t const &' insn,
int lnnum,
int indent,
str line )
This callback must be overridden by the derived class. 

@param ea: the current address
@param insn: the current instruction. if the current item is not an instruction, then insn.itype is zero.
@param lnnum: number of the current line (each address may have several listing lines for it). 0 means the very first line for the current address.
@param indent: see explanations for gen_printf()
@param line: the line to be generated. the line usually contains color tags. this argument can be examined to decide whether to generate the prefix.

Property Documentation

◆ thisown

thisown
static
Initial value:
= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')

The documentation for this class was generated from the following file: