#include <TGFrame.h>
Inheritance diagram for TGFrame:


Public Methods | |
| TGFrame (const TGWindow *p, UInt_t w, UInt_t h, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
| TGFrame (TGClient *c, Window_t id, const TGWindow *parent=0) | |
| virtual | ~TGFrame () |
| virtual void | DeleteWindow () |
| virtual void | ReallyDelete () |
| UInt_t | GetEventMask () const |
| void | AddInput (UInt_t emask) |
| void | RemoveInput (UInt_t emask) |
| virtual Bool_t | HandleEvent (Event_t *event) |
| virtual Bool_t | HandleConfigureNotify (Event_t *event) |
| virtual Bool_t | HandleButton (Event_t *) |
| virtual Bool_t | HandleDoubleClick (Event_t *) |
| virtual Bool_t | HandleCrossing (Event_t *) |
| virtual Bool_t | HandleMotion (Event_t *) |
| virtual Bool_t | HandleKey (Event_t *) |
| virtual Bool_t | HandleFocusChange (Event_t *) |
| virtual Bool_t | HandleClientMessage (Event_t *event) |
| virtual Bool_t | HandleSelection (Event_t *) |
| virtual Bool_t | HandleSelectionRequest (Event_t *) |
| virtual Bool_t | HandleSelectionClear (Event_t *) |
| virtual Bool_t | HandleColormapChange (Event_t *) |
| virtual void | ProcessedEvent (Event_t *event) |
| virtual void | SendMessage (const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2) |
| virtual Bool_t | ProcessMessage (Long_t, Long_t, Long_t) |
| virtual void | Move (Int_t x, Int_t y) |
| virtual void | Resize (UInt_t w, UInt_t h) |
| virtual void | Resize (TGDimension size) |
| virtual void | MoveResize (Int_t x, Int_t y, UInt_t w, UInt_t h) |
| virtual UInt_t | GetDefaultWidth () const |
| virtual UInt_t | GetDefaultHeight () const |
| virtual TGDimension | GetDefaultSize () const |
| virtual Pixel_t | GetBackground () const |
| virtual void | ChangeBackground (Pixel_t back) |
| virtual void | SetBackgroundColor (Pixel_t back) |
| virtual UInt_t | GetOptions () const |
| virtual void | ChangeOptions (UInt_t options) |
| virtual void | Layout () |
| virtual void | MapSubwindows () |
| virtual void | DrawBorder () |
| virtual void | DrawCopy (Handle_t, Int_t, Int_t) |
| virtual void | Activate (Bool_t) |
| virtual Bool_t | IsActive () const |
| virtual Bool_t | IsComposite () const |
| virtual const TGWindow * | GetMainFrame () const |
| UInt_t | GetWidth () const |
| UInt_t | GetHeight () const |
| TGDimension | GetSize () const |
| Int_t | GetX () const |
| Int_t | GetY () const |
| Int_t | GetBorderWidth () const |
| Bool_t | Contains (Int_t x, Int_t y) const |
| virtual TGFrame * | GetFrameFromPoint (Int_t x, Int_t y) |
| void | SetWidth (UInt_t w) |
| void | SetHeight (UInt_t h) |
| void | SetSize (const TGDimension &s) |
Static Public Methods | |
| Pixel_t | GetDefaultFrameBackground () |
| Pixel_t | GetDefaultSelectedBackground () |
| Pixel_t | GetWhitePixel () |
| Pixel_t | GetBlackPixel () |
| const TGGC & | GetBlackGC () |
| const TGGC & | GetWhiteGC () |
| const TGGC & | GetHilightGC () |
| const TGGC & | GetShadowGC () |
| const TGGC & | GetBckgndGC () |
Protected Methods | |
| virtual void * | GetSender () |
| virtual void | Draw3dRectangle (UInt_t type, Int_t x, Int_t y, UInt_t w, UInt_t h) |
| virtual void | DoRedraw () |
| const TGResourcePool * | GetResourcePool () const |
Static Protected Methods | |
| Time_t | GetLastClick () |
Protected Attributes | |
| Int_t | fX |
| Int_t | fY |
| UInt_t | fWidth |
| UInt_t | fHeight |
| Int_t | fBorderWidth |
| UInt_t | fOptions |
| Pixel_t | fBackground |
| UInt_t | fEventMask |
Static Protected Attributes | |
| Bool_t | fgInit |
| Pixel_t | fgDefaultFrameBackground |
| Pixel_t | fgDefaultSelectedBackground |
| Pixel_t | fgWhitePixel |
| Pixel_t | fgBlackPixel |
| const TGGC * | fgBlackGC |
| const TGGC * | fgWhiteGC |
| const TGGC * | fgHilightGC |
| const TGGC * | fgShadowGC |
| const TGGC * | fgBckgndGC |
| Time_t | fgLastClick |
| UInt_t | fgLastButton |
| Int_t | fgDbx |
| Int_t | fgDby |
| Window_t | fgDbw |
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from TQObject. |
|
||||||||||||||||||||||||
|
|
|
|
Reimplemented from TGWindow. Reimplemented in TGTextButton, TGPictureButton, TGCheckButton, TGRadioButton, TGContainer, TGColorPalette, TGColorPick, TGColorSelect, TGDoubleVSlider, TGDoubleHSlider, TGGroupFrame, TGTreeLBEntry, TGFileIcon, TGFileItem, TGIcon, TGLabel, TGLBEntry, TGTextLBEntry, TGListTree, TGLVEntry, TGPopupMenu, TGMenuTitle, TGProgressBar, TGHProgressBar, TGVProgressBar, TGVSlider, TGHSlider, TGStatusBar, and TGTextEntry. |
|
|
Definition at line 156 of file TGFrame.h. References TGObject::fClient, and TGClient::GetResourcePool(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Referenced by TGVertical3DLine::DrawBorder(), and TGHorizontal3DLine::DrawBorder(). |
|
|
Referenced by TGVertical3DLine::DrawBorder(), and TGHorizontal3DLine::DrawBorder(). |
|
|
|
|
|
|
|
|
Reimplemented in TRootBrowser, TRootCanvas, and TRootControlBar. |
|
|
Definition at line 178 of file TGFrame.h. References fEventMask. |
|
|
|
|
|
|
|
|
Reimplemented from TGWindow. |
|
|
Reimplemented in TGViewPort, and TGTextEntry. |
|
|
|
Reimplemented in TGContainer, TGCompositeFrame, TGImageMap, TGListTree, and TGTextEntry. |
|
|
Reimplemented in TGButton, TGCheckButton, TGRadioButton, TGCompositeFrame, TGListTree, TGPopupMenu, TGSplitter, TGVSplitter, TGHSplitter, TGTextEdit, TGTextEntry, TGView, TGViewFrame, and TTVLVEntry. |
|
|
|
Reimplemented in TGTextButton, TGCheckButton, TGRadioButton, TGContainer, TGColorPalette, TGCompositeFrame, TGMainFrame, TGListTree, TGMenuBar, TGNumberEntryField, TGTextEdit, TGTextEntry, and TGViewFrame. |
|
|
Reimplemented in TGCompositeFrame, TGNumberEntryField, TGTextEdit, and TGTextEntry. |
|
|
Reimplemented in TGMainFrame. |
|
|
Reimplemented in TGCompositeFrame, TGTextEdit, TGTextEntry, and TGViewFrame. |
|
|
Reimplemented in TGTextEntry, TGTextView, and TGViewFrame. Definition at line 192 of file TGFrame.h. Referenced by TGViewFrame::HandleSelectionRequest(). |
|
|
Reimplemented in TGViewFrame. Definition at line 193 of file TGFrame.h. Referenced by TGViewFrame::HandleSelectionClear(). |
|
|
|
|
|
Definition at line 195 of file TGFrame.h. References TQObject::Emit(). |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
||||||||||||
|
Reimplemented from TGWindow. |
|
||||||||||||
|
Reimplemented from TGWindow. Reimplemented in TGListBox. |
|
|
Reimplemented in TGListBox. |
|
||||||||||||||||||||
|
Reimplemented from TGWindow. Reimplemented in TGListBox. |
|
|
Reimplemented in TGCompositeFrame. Definition at line 205 of file TGFrame.h. References TGDimension::fWidth, and GetDefaultSize(). |
|
|
Reimplemented in TGCompositeFrame. Definition at line 206 of file TGFrame.h. References TGDimension::fHeight, and GetDefaultSize(). |
|
|
Reimplemented in TGTextButton, TGCheckButton, TGRadioButton, TGViewPort, TGCanvas, TGColorPalette, TGColorSelect, TGComboBox, TGDoubleVSlider, TGDoubleHSlider, TGCompositeFrame, TGGroupFrame, TGTreeLBEntry, TGIcon, TGLabel, TGTextLBEntry, TGListBox, TGListTree, TGLVEntry, TGHProgressBar, TGVProgressBar, TGHScrollBar, TGVScrollBar, TGVSlider, TGHSlider, TGTabElement, and TGView. Definition at line 207 of file TGFrame.h. References fHeight, and fWidth. Referenced by GetDefaultHeight(), and GetDefaultWidth(). |
|
|
Definition at line 210 of file TGFrame.h. References fBackground. |
|
|
|
|
|
Reimplemented from TGWindow. |
|
|
Definition at line 213 of file TGFrame.h. References fOptions. |
|
|
Reimplemented in TGCompositeFrame. |
|
|
Reimplemented in TGContainer, TGViewPort, TGCanvas, TGCompositeFrame, TGListBox, TGListTree, TGListView, TGNumberEntryField, TGScrollBar, TGHScrollBar, TGVScrollBar, TGShutter, TGTextEntry, and TGView. |
|
|
Reimplemented from TGWindow. Reimplemented in TGContainer, TGCanvas, TGDoubleSlider, TGCompositeFrame, TGScrollBar, and TGSlider. |
|
|
Reimplemented in TGHorizontal3DLine, TGVertical3DLine, TGButtonGroup, TGViewPort, TGCanvas, TGColorFrame, TGComboBox, TGGroupFrame, TGListBox, TGPopupMenu, TGScrollBarElement, TGScrollBar, TGVSplitter, TGHSplitter, TGStatusBar, TGTabElement, TGTab, TGTextEntry, TGToolTip, and TGView. |
|
||||||||||||||||
|
Reimplemented in TGLVEntry. |
|
|
Reimplemented in TGTreeLBEntry, TGLBEntry, TGLVEntry, and TGPopupMenu. |
|
|
Reimplemented in TGFileItem, TGLBEntry, and TGLVEntry. |
|
|
Reimplemented in TGCompositeFrame. |
|
|
Reimplemented from TGWindow. Reimplemented in TGMainFrame. Definition at line 224 of file TGFrame.h. References TGWindow::GetMainFrame(). |
|
|
Definition at line 226 of file TGFrame.h. References fWidth. |
|
|
Definition at line 227 of file TGFrame.h. References fHeight. |
|
|
Reimplemented in TGFileItem. |
|
|
Definition at line 229 of file TGFrame.h. References fX. |
|
|
Definition at line 230 of file TGFrame.h. References fY. |
|
|
Definition at line 231 of file TGFrame.h. References fBorderWidth. |
|
||||||||||||
|
Definition at line 232 of file TGFrame.h. References fHeight. Referenced by GetFrameFromPoint(). |
|
||||||||||||
|
Reimplemented in TGCompositeFrame. Definition at line 234 of file TGFrame.h. References Contains(). |
|
|
Definition at line 238 of file TGFrame.h. References fWidth. |
|
|
Definition at line 239 of file TGFrame.h. References fHeight. |
|
|
Definition at line 240 of file TGFrame.h. References TGDimension::fHeight, fHeight, TGDimension::fWidth, and fWidth. |
|
|
Definition at line 125 of file TGFrame.h. Referenced by GetX(). |
|
|
Definition at line 126 of file TGFrame.h. Referenced by GetY(). |
|
|
Definition at line 127 of file TGFrame.h. Referenced by TGHorizontal3DLine::DrawBorder(), TGView::GetDefaultSize(), TGHSlider::GetDefaultSize(), TGHScrollBar::GetDefaultSize(), TGHProgressBar::GetDefaultSize(), GetDefaultSize(), TGDoubleHSlider::GetDefaultSize(), TGComboBox::GetDefaultSize(), TGCanvas::GetDefaultSize(), TGViewPort::GetDefaultSize(), GetSize(), GetWidth(), SetSize(), and SetWidth(). |
|
|
Definition at line 128 of file TGFrame.h. Referenced by Contains(), TGVertical3DLine::DrawBorder(), TGView::GetDefaultSize(), TGVSlider::GetDefaultSize(), TGVScrollBar::GetDefaultSize(), TGVProgressBar::GetDefaultSize(), GetDefaultSize(), TGDoubleVSlider::GetDefaultSize(), TGComboBox::GetDefaultSize(), TGCanvas::GetDefaultSize(), TGViewPort::GetDefaultSize(), GetHeight(), GetSize(), SetHeight(), and SetSize(). |
|
|
Definition at line 129 of file TGFrame.h. Referenced by GetBorderWidth(). |
|
|
Definition at line 130 of file TGFrame.h. Referenced by GetOptions(), and TGButton::IsDown(). |
|
|
Definition at line 131 of file TGFrame.h. Referenced by GetBackground(). |
|
|
Definition at line 132 of file TGFrame.h. Referenced by GetEventMask(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.16