void DelText(ULong_t pos, ULong_t length)
Delete length chars from line starting at position pos.
void DelChar(ULong_t pos)
Delete a character from the line.
TGTextLine & operator=(const TGTextLine &)
assignment operator
const char * GetFileName() const
char * GetWord(ULong_t pos)
Get word at position. Returned string must be deleted.
void InsText(ULong_t pos, const char *text)
Insert text in line starting at position pos.
TGTextLine()
Create empty line of text (default ctor).
TGTextLine * GetCurrentLine() const
void InsChar(ULong_t pos, char character)
Insert a character at the specified position.
Long_t GetLongestLine() const
char GetChar(ULong_t pos)
Get a character at the specified position from the line.