|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Public Member Functions | |
| UniformTextSection (const String &text, const Font &f, Colour col, juce_wchar passwordCharToUse) | |
| UniformTextSection (const UniformTextSection &)=default | |
| UniformTextSection (UniformTextSection &&)=default | |
| UniformTextSection & | operator= (const UniformTextSection &)=delete |
| void | append (UniformTextSection &other) |
| UniformTextSection * | split (int indexToBreakAt) |
| void | appendAllText (MemoryOutputStream &mo) const |
| void | appendSubstring (MemoryOutputStream &mo, Range< int > range) const |
| int | getTotalLength () const noexcept |
| void | setFont (const Font &newFont, const juce_wchar passwordCharToUse) |
Public Attributes | |
| Font | font |
| Colour | colour |
| Array< TextAtom > | atoms |
| juce_wchar | passwordChar |
Definition at line 66 of file juce_TextEditor.cpp.
| juce::TextEditor::UniformTextSection::UniformTextSection | ( | const String & | text, |
| const Font & | f, | ||
| Colour | col, | ||
| juce_wchar | passwordCharToUse | ||
| ) |
Definition at line 69 of file juce_TextEditor.cpp.
| void juce::TextEditor::UniformTextSection::append | ( | UniformTextSection & | other | ) |
Definition at line 80 of file juce_TextEditor.cpp.
| void juce::TextEditor::UniformTextSection::appendAllText | ( | MemoryOutputStream & | mo | ) | const |
Definition at line 159 of file juce_TextEditor.cpp.
| void juce::TextEditor::UniformTextSection::appendSubstring | ( | MemoryOutputStream & | mo, |
| Range< int > | range | ||
| ) | const |
Definition at line 165 of file juce_TextEditor.cpp.
|
noexcept |
Definition at line 188 of file juce_TextEditor.cpp.
| void juce::TextEditor::UniformTextSection::setFont | ( | const Font & | newFont, |
| const juce_wchar | passwordCharToUse | ||
| ) |
Definition at line 198 of file juce_TextEditor.cpp.
| UniformTextSection * juce::TextEditor::UniformTextSection::split | ( | int | indexToBreakAt | ) |
Definition at line 114 of file juce_TextEditor.cpp.
Definition at line 213 of file juce_TextEditor.cpp.
| Colour juce::TextEditor::UniformTextSection::colour |
Definition at line 212 of file juce_TextEditor.cpp.
| Font juce::TextEditor::UniformTextSection::font |
Definition at line 211 of file juce_TextEditor.cpp.
| juce_wchar juce::TextEditor::UniformTextSection::passwordChar |
Definition at line 214 of file juce_TextEditor.cpp.