ROOT 6.14/05 Reference Guide |
This is the complete list of members for TGText, including all inherited members.
AddText(TGText *text) | TGText | |
Append(const char *fn) | TGText | |
AsString() | TGText | |
BreakLine(TGLongPosition pos) | TGText | |
Clear() | TGText | |
ColCount() const | TGText | inline |
DelChar(TGLongPosition pos) | TGText | |
DelLine(ULong_t pos) | TGText | |
DelText(TGLongPosition start, TGLongPosition end) | TGText | |
fColCount | TGText | protected |
fCurrent | TGText | protected |
fCurrentRow | TGText | protected |
fFilename | TGText | protected |
fFirst | TGText | protected |
fIsSaved | TGText | protected |
fLongestLine | TGText | protected |
fRowCount | TGText | protected |
GetChar(TGLongPosition pos) | TGText | |
GetCurrentLine() const | TGText | inline |
GetFileName() const | TGText | inline |
GetLine(TGLongPosition pos, ULong_t length) | TGText | |
GetLineLength(Long_t row) | TGText | |
GetLongestLine() const | TGText | inline |
Init() | TGText | protected |
InsChar(TGLongPosition pos, char c) | TGText | |
InsLine(ULong_t row, const char *string) | TGText | |
InsText(TGLongPosition pos, const char *buf) | TGText | |
InsText(TGLongPosition ins_pos, TGText *src, TGLongPosition start_src, TGLongPosition end_src) | TGText | |
IsSaved() const | TGText | inline |
Load(const char *fn, Long_t startpos=0, Long_t length=-1) | TGText | |
LoadBuffer(const char *txtbuf) | TGText | |
LongestLine() | TGText | protected |
operator=(const TGText &) | TGText | protected |
Replace(TGLongPosition start, const char *oldText, const char *newText, Bool_t direction, Bool_t caseSensitive) | TGText | |
ReTab(Long_t row) | TGText | |
RowCount() const | TGText | inline |
Save(const char *fn) | TGText | |
Search(TGLongPosition *foundPos, TGLongPosition start, const char *searchString, Bool_t direction, Bool_t caseSensitive) | TGText | |
SetCurrentRow(Long_t row) | TGText | protected |
TGText(const TGText &) | TGText | protected |
TGText() | TGText | |
TGText(TGText *text) | TGText | |
TGText(const char *string) | TGText | |
~TGText() | TGText | virtual |