|
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 | |
| bool | isWhitespace () const noexcept |
| bool | isNewLine () const noexcept |
| String | getText (juce_wchar passwordCharacter) const |
| String | getTrimmedText (const juce_wchar passwordCharacter) const |
Public Attributes | |
| String | atomText |
| float | width |
| int | numChars |
Definition at line 30 of file juce_TextEditor.cpp.
| String juce::TextAtom::getText | ( | juce_wchar | passwordCharacter | ) | const |
Definition at line 41 of file juce_TextEditor.cpp.
| String juce::TextAtom::getTrimmedText | ( | const juce_wchar | passwordCharacter | ) | const |
Definition at line 50 of file juce_TextEditor.cpp.
|
noexcept |
Definition at line 39 of file juce_TextEditor.cpp.
|
noexcept |
Definition at line 38 of file juce_TextEditor.cpp.
| String juce::TextAtom::atomText |
Definition at line 33 of file juce_TextEditor.cpp.
| int juce::TextAtom::numChars |
Definition at line 35 of file juce_TextEditor.cpp.
| float juce::TextAtom::width |
Definition at line 34 of file juce_TextEditor.cpp.