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
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::TextAtom Struct Reference

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
 

Detailed Description

Definition at line 30 of file juce_TextEditor.cpp.

Member Function Documentation

◆ getText()

String juce::TextAtom::getText ( juce_wchar  passwordCharacter) const

Definition at line 41 of file juce_TextEditor.cpp.

◆ getTrimmedText()

String juce::TextAtom::getTrimmedText ( const juce_wchar  passwordCharacter) const

Definition at line 50 of file juce_TextEditor.cpp.

◆ isNewLine()

bool juce::TextAtom::isNewLine ( ) const
noexcept

Definition at line 39 of file juce_TextEditor.cpp.

◆ isWhitespace()

bool juce::TextAtom::isWhitespace ( ) const
noexcept

Definition at line 38 of file juce_TextEditor.cpp.

Member Data Documentation

◆ atomText

String juce::TextAtom::atomText

Definition at line 33 of file juce_TextEditor.cpp.

◆ numChars

int juce::TextAtom::numChars

Definition at line 35 of file juce_TextEditor.cpp.

◆ width

float juce::TextAtom::width

Definition at line 34 of file juce_TextEditor.cpp.


The documentation for this struct was generated from the following file: