TGTextBuffer A text buffer is used in several widgets, like TGTextEntry, TGFileDialog, etc. It is a little wrapper around the powerful TString class and used for single line texts. For multi line texts use TGText.
TGTextBuffer() | |
TGTextBuffer(Int_t length) | |
virtual | ~TGTextBuffer() |
void | AddText(Int_t pos, const char* text) |
void | AddText(Int_t pos, const char* text, Int_t length) |
static TClass* | Class() |
void | Clear() |
UInt_t | GetBufferLength() const |
const char* | GetString() const |
UInt_t | GetTextLength() const |
virtual TClass* | IsA() const |
void | RemoveText(Int_t pos, Int_t length) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TGTextBuffer(const TGTextBuffer& tb) | |
TGTextBuffer& | operator=(const TGTextBuffer& tb) |
TString* | fBuffer |