openshot-audio  0.1.2
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
juce::CodeDocumentLine Class Reference

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
 

Constructor & Destructor Documentation

juce::CodeDocumentLine::CodeDocumentLine ( const String::CharPointerType  startOfLine,
const String::CharPointerType  endOfLine,
const int  lineLen,
const int  numNewLineChars,
const int  startInFile 
)
inline

Member Function Documentation

static void juce::CodeDocumentLine::createLines ( Array< CodeDocumentLine * > &  newLines,
StringRef  text 
)
inlinestatic
bool juce::CodeDocumentLine::endsWithLineBreak ( ) const
inlinenoexcept
void juce::CodeDocumentLine::updateLength ( )
inlinenoexcept

Member Data Documentation

String juce::CodeDocumentLine::line
int juce::CodeDocumentLine::lineLength
int juce::CodeDocumentLine::lineLengthWithoutNewLines
int juce::CodeDocumentLine::lineStartInFile

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