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

Proxy of C++ qstring_printer_t class.

Inheritance diagram for qstring_printer_t:
vc_printer_t vd_printer_t

Public Member Functions

 __init__ (self, "cfunc_t" f, "bool" tags)
 init(self, f, tags) -> qstring_printer_t
 
"qstring" get_s (self)
 get_s(self) -> qstring
 
- Public Member Functions inherited from vc_printer_t
"bool" oneliner (self)
 oneliner(self) -> bool Are we generating one-line text representation?
 
 __disown__ (self)
 
- Public Member Functions inherited from vd_printer_t

Static Public Attributes

str with_tags = property(_ida_hexrays.qstring_printer_t_with_tags_get, _ida_hexrays.qstring_printer_t_with_tags_set, doc=)
 
str s = property(_ida_hexrays.qstring_printer_t_s_get, _ida_hexrays.qstring_printer_t_s_set, doc=)
 
- Static Public Attributes inherited from vc_printer_t
str func = property(_ida_hexrays.vc_printer_t_func_get, _ida_hexrays.vc_printer_t_func_set, doc=)
 
str lastchar = property(_ida_hexrays.vc_printer_t_lastchar_get, _ida_hexrays.vc_printer_t_lastchar_set, doc=!)
 
- Static Public Attributes inherited from vd_printer_t
str tmpbuf = property(_ida_hexrays.vd_printer_t_tmpbuf_get, _ida_hexrays.vd_printer_t_tmpbuf_set, doc=)
 
str hdrlines = property(_ida_hexrays.vd_printer_t_hdrlines_get, _ida_hexrays.vd_printer_t_hdrlines_set, doc=)
 

Protected Member Functions

"int" _print (self, "int" indent, "char const *" format)
 _print(self, indent, format) -> int
 
- Protected Member Functions inherited from vd_printer_t

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from vc_printer_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from vd_printer_t
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
"cfunc_t" f,
"bool" tags )
Parameters
fcfunc_t const *
tagsbool

Reimplemented from vc_printer_t.

Member Function Documentation

◆ _print()

"int" _print ( self,
"int" indent,
"char const *" format )
protected

Parameters

indent: int format: char const *

Reimplemented from vd_printer_t.

◆ get_s()

"qstring" get_s ( self)

Member Data Documentation

◆ s

s = property(_ida_hexrays.qstring_printer_t_s_get, _ida_hexrays.qstring_printer_t_s_set, doc=)
static

◆ with_tags

str with_tags = property(_ida_hexrays.qstring_printer_t_with_tags_get, _ida_hexrays.qstring_printer_t_with_tags_set, doc=)
static

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: