Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::RichTextHighlighter Class Reference

Highlights a given string given a matching substring. More...

#include <RichTextHighlighter.h>

Public Member Functions

 AZ_CLASS_ALLOCATOR (RichTextHighlighter, AZ::SystemAllocator)
 

Static Public Member Functions

static QString HighlightText (const QString &displayString, const QString &matchingSubstring)
 
static void PaintHighlightedRichText (const QString &highlightedString, QPainter *painter, QStyleOptionViewItem option, QRect availableRect, QPoint offset=QPoint())
 

Detailed Description

Highlights a given string given a matching substring.


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