JUCE
|
This is the complete list of members for AttributedString, including all inherited members.
append(const String &textToAppend) | AttributedString | |
append(const String &textToAppend, const Font &font) | AttributedString | |
append(const String &textToAppend, Colour colour) | AttributedString | |
append(const String &textToAppend, const Font &font, Colour colour) | AttributedString | |
append(const AttributedString &other) | AttributedString | |
AttributedString()=default | AttributedString | |
AttributedString(const String &newString) | AttributedString | explicit |
AttributedString(const AttributedString &)=default | AttributedString | |
AttributedString(AttributedString &&) noexcept=default | AttributedString | |
byChar enum value | AttributedString | |
byWord enum value | AttributedString | |
clear() | AttributedString | |
draw(Graphics &g, const Rectangle< float > &area) const | AttributedString | |
getAttribute(int index) const noexcept | AttributedString | |
getJustification() const noexcept | AttributedString | |
getLineSpacing() const noexcept | AttributedString | |
getNumAttributes() const noexcept | AttributedString | |
getReadingDirection() const noexcept | AttributedString | |
getText() const noexcept | AttributedString | |
getWordWrap() const noexcept | AttributedString | |
leftToRight enum value | AttributedString | |
natural enum value | AttributedString | |
none enum value | AttributedString | |
operator=(const AttributedString &)=default | AttributedString | |
operator=(AttributedString &&) noexcept=default | AttributedString | |
ReadingDirection enum name | AttributedString | |
rightToLeft enum value | AttributedString | |
setColour(Range< int > range, Colour colour) | AttributedString | |
setColour(Colour colour) | AttributedString | |
setFont(Range< int > range, const Font &font) | AttributedString | |
setFont(const Font &font) | AttributedString | |
setJustification(Justification newJustification) noexcept | AttributedString | |
setLineSpacing(float newLineSpacing) noexcept | AttributedString | |
setReadingDirection(ReadingDirection newReadingDirection) noexcept | AttributedString | |
setText(const String &newText) | AttributedString | |
setWordWrap(WordWrap newWordWrap) noexcept | AttributedString | |
WordWrap enum name | AttributedString |