#include <qscistyledtext.h>
| 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.
| const QString& QsciStyledText::text | ( | ) | const [inline] |
Returns a reference to the text.
| int QsciStyledText::style | ( | ) | const [inline] |
Returns the number of the style.
1.5.8