#include <TGCanvas.h>
Inheritance diagram for TGContainer:


Public Methods | |
| TGContainer (const TGWindow *p, UInt_t w, UInt_t h, UInt_t options=kSunkenFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| TGContainer (TGCanvas *p, UInt_t options=kSunkenFrame, Pixel_t back=GetDefaultFrameBackground()) | |
| virtual | ~TGContainer () |
| virtual void | MapSubwindows () |
| virtual void | DrawRegion (Int_t x, Int_t y, UInt_t w, UInt_t h) |
| virtual void | Associate (const TGWindow *w) |
| virtual void | AdjustPosition () |
| virtual void | SetPagePosition (const TGPosition &pos) |
| virtual void | SetPagePosition (Int_t x, Int_t y) |
| virtual void | SetPageDimension (const TGDimension &dim) |
| virtual void | SetPageDimension (UInt_t w, UInt_t h) |
| virtual void | RemoveAll () |
| virtual void | RemoveItem (TGFrame *item) |
| virtual void | Layout () |
| const TGWindow * | GetMessageWindow () const |
| TGPosition | GetPagePosition () const |
| TGDimension | GetPageDimension () const |
| virtual void | SetMapSubwindows (Bool_t on) |
| virtual Bool_t | IsMapSubwindows () const |
| virtual Int_t | NumSelected () const |
| virtual Int_t | NumItems () const |
| virtual TGFrameElement * | FindFrame (Int_t x, Int_t y, Bool_t exclude=kTRUE) |
| virtual const TGFrame * | GetNextSelected (void **current) |
| virtual TGFrame * | GetLastActive () const |
| virtual Bool_t | HandleExpose (Event_t *event) |
| virtual Bool_t | HandleButton (Event_t *event) |
| virtual Bool_t | HandleDoubleClick (Event_t *event) |
| virtual Bool_t | HandleMotion (Event_t *event) |
| virtual Bool_t | HandleKey (Event_t *event) |
| virtual void | SelectAll () |
| virtual void | UnSelectAll () |
| virtual void | InvertSelection () |
| virtual void | ReturnPressed (TGFrame *) |
| virtual void | SpacePressed (TGFrame *) |
| virtual void | OnMouseOver (TGFrame *) |
| virtual void | CurrentChanged (Int_t x, Int_t y) |
| virtual void | CurrentChanged (TGFrame *f) |
| virtual void | Clicked (TGFrame *f, Int_t btn) |
| virtual void | DoubleClicked (TGFrame *f, Int_t btn) |
| virtual void | DoubleClicked (TGFrame *f, Int_t btn, Int_t x, Int_t y) |
| virtual void | Clicked (TGFrame *f, Int_t btn, Int_t x, Int_t y) |
Protected Methods | |
| virtual void | DoRedraw () |
| virtual void | ClearViewPort () |
| virtual void | ActivateItem (TGFrameElement *el) |
| virtual void | LineUp (Bool_t select=kFALSE) |
| virtual void | LineDown (Bool_t select=kFALSE) |
| virtual void | LineLeft (Bool_t select=kFALSE) |
| virtual void | LineRight (Bool_t select=kFALSE) |
| virtual void | PageUp (Bool_t select=kFALSE) |
| virtual void | PageDown (Bool_t select=kFALSE) |
| virtual void | Home (Bool_t select=kFALSE) |
| virtual void | End (Bool_t select=kFALSE) |
| virtual void | Search () |
| virtual void | RepeatSearch () |
| virtual void | SearchPattern () |
| virtual void | OnAutoScroll () |
| virtual void * | FindItem (const TString &name, Bool_t direction=kTRUE, Bool_t caseSensitive=kTRUE, Bool_t beginWith=kFALSE) |
Static Protected Methods | |
| const TGGC & | GetLineGC () |
Protected Attributes | |
| TGViewPort * | fViewPort |
| TGCanvas * | fCanvas |
| const TGWindow * | fMsgWindow |
| TGFrameElement * | fLastActiveEl |
| Int_t | fXp |
| Int_t | fYp |
| Int_t | fX0 |
| Int_t | fY0 |
| Int_t | fXf |
| Int_t | fYf |
| Bool_t | fDragging |
| Int_t | fTotal |
| Int_t | fSelected |
| TTimer * | fScrollTimer |
| Bool_t | fMapSubwindows |
| Bool_t | fOnMouseOver |
| TGSearchType * | fSearch |
| Bool_t | fLastDir |
| Bool_t | fLastCase |
| TString | fLastName |
| TTimer * | fKeyTimer |
| TString | fKeyInput |
| Bool_t | fKeyTimerActive |
| Bool_t | fScrolling |
Static Protected Attributes | |
| TGGC * | fgLineGC |
Friends | |
| class | TGViewPort |
| class | TGCanvas |
| class | TGContainerKeyboardTimer |
| class | TGContainerScrollTimer |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Reimplemented in TGListTree. |
|
|
Reimplemented from TGFrame. Reimplemented in TGListTree. |
|
|
|
|
|
Reimplemented in TGLVContainer. |
|
|
Reimplemented in TGListTree. |
|
|
Reimplemented in TGListTree. |
|
|
|
|
|
|
|
|
Reimplemented in TGListTree. |
|
|
Reimplemented in TGListTree. |
|
|
Reimplemented in TGListTree. |
|
|
Reimplemented in TGListTree. |
|
|
Reimplemented in TGListTree. |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
Reimplemented in TGListTree. Referenced by TGListTree::FindItem(). |
|
|
Reimplemented from TGCompositeFrame. |
|
||||||||||||||||||||
|
Reimplemented in TGListTree. |
|
|
Definition at line 106 of file TGCanvas.h. |
|
|
Reimplemented in TGListTree. Referenced by TGListTree::AdjustPosition(). |
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TGCompositeFrame. Reimplemented in TGListTree. |
|
|
Definition at line 116 of file TGCanvas.h. |
|
|
|
|
|
|
|
|
Definition at line 120 of file TGCanvas.h. References fMapSubwindows. |
|
|
Definition at line 121 of file TGCanvas.h. References fMapSubwindows. |
|
|
Definition at line 122 of file TGCanvas.h. References fSelected. |
|
|
Definition at line 123 of file TGCanvas.h. References fTotal. |
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 127 of file TGCanvas.h. References TGFrameElement::fFrame. |
|
|
Reimplemented from TGWindow. Reimplemented in TGListTree. |
|
|
Reimplemented from TGCompositeFrame. Reimplemented in TGListTree, and TTVLVContainer. |
|
|
Reimplemented from TGCompositeFrame. Reimplemented in TGListTree. |
|
|
Reimplemented from TGCompositeFrame. Reimplemented in TGListTree, and TTVLVContainer. |
|
|
Reimplemented from TGCompositeFrame. Reimplemented in TGListTree. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in TGListTree. |
|
|
|
|
|
Reimplemented in TGListTree. |
|
||||||||||||
|
Reimplemented in TGListTree. |
|
|
Reimplemented in TGListTree. |
|
||||||||||||
|
Reimplemented in TGListTree. |
|
||||||||||||
|
Reimplemented in TGListTree. |
|
||||||||||||||||||||
|
Reimplemented in TGListTree. |
|
||||||||||||||||||||
|
Reimplemented in TGListTree. |
|
|
Definition at line 44 of file TGCanvas.h. |
|
|
Definition at line 45 of file TGCanvas.h. |
|
|
Definition at line 46 of file TGCanvas.h. |
|
|
Definition at line 47 of file TGCanvas.h. |
|
|
Definition at line 50 of file TGCanvas.h. |
|
|
Definition at line 51 of file TGCanvas.h. Referenced by TGListTree::SetCanvas(). |
|
|
Definition at line 52 of file TGCanvas.h. |
|
|
Definition at line 53 of file TGCanvas.h. |
|
|
Definition at line 54 of file TGCanvas.h. |
|
|
Definition at line 54 of file TGCanvas.h. |
|
|
Definition at line 55 of file TGCanvas.h. |
|
|
Definition at line 55 of file TGCanvas.h. |
|
|
Definition at line 56 of file TGCanvas.h. |
|
|
Definition at line 56 of file TGCanvas.h. |
|
|
Definition at line 57 of file TGCanvas.h. |
|
|
Definition at line 58 of file TGCanvas.h. Referenced by NumItems(). |
|
|
Reimplemented in TGListTree. Definition at line 59 of file TGCanvas.h. Referenced by NumSelected(). |
|
|
Definition at line 60 of file TGCanvas.h. |
|
|
Definition at line 61 of file TGCanvas.h. Referenced by IsMapSubwindows(), and SetMapSubwindows(). |
|
|
Definition at line 62 of file TGCanvas.h. |
|
|
Definition at line 63 of file TGCanvas.h. |
|
|
Definition at line 64 of file TGCanvas.h. |
|
|
Definition at line 65 of file TGCanvas.h. |
|
|
Definition at line 66 of file TGCanvas.h. |
|
|
Definition at line 67 of file TGCanvas.h. |
|
|
Definition at line 68 of file TGCanvas.h. |
|
|
Definition at line 69 of file TGCanvas.h. |
|
|
Definition at line 70 of file TGCanvas.h. |
|
|
Reimplemented in TGListTree. Definition at line 72 of file TGCanvas.h. |
1.2.16