|
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 | |
| CodeDocumentLine (const String::CharPointerType startOfLine, const String::CharPointerType endOfLine, const int lineLen, const int numNewLineChars, const int startInFile) | |
| bool | endsWithLineBreak () const noexcept |
| void | updateLength () noexcept |
Static Public Member Functions | |
| static void | createLines (Array< CodeDocumentLine * > &newLines, StringRef text) |
Public Attributes | |
| String | line |
| int | lineStartInFile |
| int | lineLength |
| int | lineLengthWithoutNewLines |
Definition at line 29 of file juce_CodeDocument.cpp.
| juce::CodeDocumentLine::CodeDocumentLine | ( | const String::CharPointerType | startOfLine, |
| const String::CharPointerType | endOfLine, | ||
| const int | lineLen, | ||
| const int | numNewLineChars, | ||
| const int | startInFile | ||
| ) |
Definition at line 32 of file juce_CodeDocument.cpp.
|
static |
Definition at line 44 of file juce_CodeDocument.cpp.
|
noexcept |
Definition at line 99 of file juce_CodeDocument.cpp.
|
noexcept |
Definition at line 104 of file juce_CodeDocument.cpp.
| String juce::CodeDocumentLine::line |
Definition at line 123 of file juce_CodeDocument.cpp.
| int juce::CodeDocumentLine::lineLength |
Definition at line 124 of file juce_CodeDocument.cpp.
| int juce::CodeDocumentLine::lineLengthWithoutNewLines |
Definition at line 124 of file juce_CodeDocument.cpp.
| int juce::CodeDocumentLine::lineStartInFile |
Definition at line 124 of file juce_CodeDocument.cpp.