Inheritance diagram for TDelTextCom:
Public Member Functions | |
TDelTextCom (TGTextEdit *te, TGText *txt) | |
virtual | ~TDelTextCom () |
void | SetEndPos (TGLongPosition end) |
void | SetBreakLine (Bool_t on) |
Bool_t | Notify () |
Private Attributes | |
TGText * | fText |
TGLongPosition | fEndPos |
Bool_t | fBreakLine |
Definition at line 177 of file TGTextEdit.cxx.
TDelTextCom::TDelTextCom | ( | TGTextEdit * | te, | |
TGText * | txt | |||
) | [inline] |
virtual TDelTextCom::~TDelTextCom | ( | ) | [inline, virtual] |
void TDelTextCom::SetEndPos | ( | TGLongPosition | end | ) | [inline] |
Definition at line 192 of file TGTextEdit.cxx.
References fEndPos.
Referenced by TGTextEdit::Delete().
void TDelTextCom::SetBreakLine | ( | Bool_t | on | ) | [inline] |
Definition at line 196 of file TGTextEdit.cxx.
References fBreakLine.
Referenced by TGTextEdit::Delete().
Bool_t TDelTextCom::Notify | ( | ) | [inline, virtual] |
Reimplemented from TObject.
Definition at line 198 of file TGTextEdit.cxx.
References TGText::BreakLine(), fBreakLine, TGTextEditCommand::fEdit, fEndPos, TGTextEditCommand::fPos, fText, TGLongPosition::fX, TGLongPosition::fY, TGText::GetLineLength(), TGTextView::GetText(), TGText::InsText(), kTRUE, TGText::RowCount(), TGTextEdit::SetCurrent(), and TGTextView::Update().
TGText* TDelTextCom::fText [private] |
Definition at line 180 of file TGTextEdit.cxx.
Referenced by Notify(), TDelTextCom(), and ~TDelTextCom().
TGLongPosition TDelTextCom::fEndPos [private] |
Bool_t TDelTextCom::fBreakLine [private] |
Definition at line 182 of file TGTextEdit.cxx.
Referenced by Notify(), SetBreakLine(), and TDelTextCom().