RichTextPainter¶
-
class
RichTextPainter
¶ Public Types
-
enum
CustomRichTextFlags
¶ Values:
-
enumerator
FlagNone
¶
-
enumerator
FlagColor
¶
-
enumerator
FlagBackground
¶
-
enumerator
FlagAll
¶
-
enumerator
-
typedef std::vector<CustomRichText_t>
List
¶
Public Static Functions
-
template<typename
T
= qreal>
voidpaintRichText
(QPainter *painter, T x, T y, T w, T h, T xinc, const List &richText, CachedFontMetrics<T> *fontMetrics)¶
-
void
htmlRichText
(const List &richText, QString &textHtml, QString &textPlain)¶ RichTextPainter::htmlRichText Convert rich text in x64dbg to HTML, for use by other applications.
- Parameters
richText
: The rich text to be converted to HTML formattextHtml
: The HTML source. Any previous content will be preserved and new content will be appended at the end.textPlain
: The plain text. Any previous content will be preserved and new content will be appended at the end.
-
struct
CustomRichText_t
¶
-
enum