QScintilla
2.10
|
#include <qscistyledtext.h>
Public Member Functions | |
QsciStyledText (const QString &text, int style) | |
QsciStyledText (const QString &text, const QsciStyle &style) | |
void | apply (QsciScintillaBase *sci) const |
const QString & | text () const |
int | style () const |
The QsciStyledText class is a container for a piece of text and the style used to display the text.
QsciStyledText::QsciStyledText | ( | const QString & | text, |
int | style | ||
) |
Constructs a QsciStyledText instance for text text and style number style.
QsciStyledText::QsciStyledText | ( | const QString & | text, |
const QsciStyle & | style | ||
) |
Constructs a QsciStyledText instance for text text and style style.