ROOT
6.06/09
Reference Guide
|
Public Member Functions | |
TGFrame (const TGWindow *p=0, UInt_t w=1, UInt_t h=1, UInt_t options=0, Pixel_t back=GetDefaultFrameBackground()) | |
TGFrame (TGClient *c, Window_t id, const TGWindow *parent=0) | |
Create a frame using an externally created window. More... | |
virtual | ~TGFrame () |
Destructor. More... | |
virtual void | DeleteWindow () |
Delete window. More... | |
virtual void | ReallyDelete () |
UInt_t | GetEventMask () const |
void | AddInput (UInt_t emask) |
Add events specified in the emask to the events the frame should handle. More... | |
void | RemoveInput (UInt_t emask) |
Remove events specified in emask from the events the frame should handle. More... | |
virtual Bool_t | HandleEvent (Event_t *event) |
Handle all frame events. More... | |
virtual Bool_t | HandleConfigureNotify (Event_t *event) |
This event is generated when the frame is resized. More... | |
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) |
Handle a client message. More... | |
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 Bool_t | HandleDragEnter (TGFrame *) |
virtual Bool_t | HandleDragLeave (TGFrame *) |
virtual Bool_t | HandleDragMotion (TGFrame *) |
virtual Bool_t | HandleDragDrop (TGFrame *, Int_t, Int_t, TGLayoutHints *) |
virtual void | ProcessedConfigure (Event_t *event) |
virtual void | ProcessedEvent (Event_t *event) |
virtual void | SendMessage (const TGWindow *w, Long_t msg, Long_t parm1, Long_t parm2) |
Send message (i.e. More... | |
virtual Bool_t | ProcessMessage (Long_t, Long_t, Long_t) |
virtual TGDimension | GetDefaultSize () const |
std::cout << fWidth << "x" << fHeight << std::endl; More... | |
virtual void | Move (Int_t x, Int_t y) |
Move frame. More... | |
virtual void | Resize (UInt_t w=0, UInt_t h=0) |
Resize the frame. More... | |
virtual void | Resize (TGDimension size) |
Resize the frame. More... | |
virtual void | MoveResize (Int_t x, Int_t y, UInt_t w=0, UInt_t h=0) |
Move and/or resize the frame. More... | |
virtual UInt_t | GetDefaultWidth () const |
virtual UInt_t | GetDefaultHeight () const |
virtual Pixel_t | GetBackground () const |
virtual void | ChangeBackground (Pixel_t back) |
Change frame background color. More... | |
virtual void | SetBackgroundColor (Pixel_t back) |
Set background color (override from TGWindow base class). More... | |
virtual Pixel_t | GetForeground () const |
Return frame foreground color. More... | |
virtual void | SetForegroundColor (Pixel_t) |
virtual UInt_t | GetOptions () const |
virtual void | ChangeOptions (UInt_t options) |
Change frame options. Options is an OR of the EFrameTypes. More... | |
virtual void | Layout () |
virtual void | MapSubwindows () |
virtual void | ReparentWindow (const TGWindow *p, Int_t x=0, Int_t y=0) |
Reparent window, make p the new parent and position the window at position (x,y) in new parent. More... | |
virtual void | MapWindow () |
virtual void | MapRaised () |
virtual void | UnmapWindow () |
virtual void | DrawBorder () |
Draw frame border. More... | |
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 Bool_t | IsEditable () const |
virtual void | SetEditable (Bool_t) |
virtual void | SetLayoutBroken (Bool_t=kTRUE) |
virtual Bool_t | IsLayoutBroken () const |
virtual void | SetCleanup (Int_t=kLocalCleanup) |
virtual void | SetDragType (Int_t type) |
SetDragType. More... | |
virtual void | SetDropType (Int_t type) |
SetDropType. More... | |
virtual Int_t | GetDragType () const |
Returns drag source type. More... | |
virtual Int_t | GetDropType () const |
Returns drop target type. More... | |
UInt_t | GetWidth () const |
UInt_t | GetHeight () const |
UInt_t | GetMinWidth () const |
UInt_t | GetMinHeight () const |
UInt_t | GetMaxWidth () const |
UInt_t | GetMaxHeight () const |
TGDimension | GetSize () const |
Int_t | GetX () const |
Int_t | GetY () const |
Int_t | GetBorderWidth () const |
TGFrameElement * | GetFrameElement () const |
void | SetFrameElement (TGFrameElement *fe) |
Bool_t | Contains (Int_t x, Int_t y) const |
virtual TGFrame * | GetFrameFromPoint (Int_t x, Int_t y) |
virtual void | SetX (Int_t x) |
virtual void | SetY (Int_t y) |
virtual void | SetWidth (UInt_t w) |
virtual void | SetHeight (UInt_t h) |
virtual void | SetMinWidth (UInt_t w) |
virtual void | SetMinHeight (UInt_t h) |
virtual void | SetMaxWidth (UInt_t w) |
virtual void | SetMaxHeight (UInt_t h) |
virtual void | SetSize (const TGDimension &s) |
virtual void | Print (Option_t *option="") const |
Print window id. More... | |
void | SaveUserColor (std::ostream &out, Option_t *) |
Save a user color in a C++ macro file - used in SavePrimitive(). More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a frame widget as a C++ statement(s) on output stream out. More... | |
virtual void | Delete (Option_t *="") |
Delete this object. More... | |
virtual TObject * | DrawClone (Option_t *="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual void | SetDrawOption (Option_t *="") |
Set drawing option for object. More... | |
void | SetDNDSource (Bool_t onoff) |
void | SetDNDTarget (Bool_t onoff) |
Bool_t | IsDNDSource () const |
Bool_t | IsDNDTarget () const |
virtual TDNDData * | GetDNDData (Atom_t) |
virtual Bool_t | HandleDNDDrop (TDNDData *) |
virtual Atom_t | HandleDNDPosition (Int_t, Int_t, Atom_t, Int_t, Int_t) |
virtual Atom_t | HandleDNDEnter (Atom_t *) |
virtual Bool_t | HandleDNDLeave () |
virtual Bool_t | HandleDNDFinished () |
Public Member Functions inherited from TGWindow | |
TGWindow (const TGWindow *p=0, Int_t x=0, Int_t y=0, UInt_t w=0, UInt_t h=0, UInt_t border=0, Int_t depth=0, UInt_t clss=0, void *visual=0, SetWindowAttributes_t *attr=0, UInt_t wtype=0) | |
TGWindow (TGClient *c, Window_t id, const TGWindow *parent=0) | |
Create a copy of a window. More... | |
virtual | ~TGWindow () |
Window destructor. Unregisters the window. More... | |
const TGWindow * | GetParent () const |
virtual const TGWindow * | GetMainFrame () const |
Returns top level main frame. More... | |
virtual void | DestroyWindow () |
virtual void | DestroySubwindows () |
virtual void | RaiseWindow () |
virtual void | LowerWindow () |
virtual void | IconifyWindow () |
virtual void | RequestFocus () |
virtual void | SetBackgroundPixmap (Pixmap_t pixmap) |
virtual Bool_t | HandleExpose (Event_t *event) |
virtual Bool_t | HandleTimer (TTimer *) |
Execute action in response of a timer timing out. More... | |
virtual Bool_t | HandleIdleEvent (TGIdleHandler *) |
virtual Bool_t | IsMapped () |
Returns kTRUE if window is mapped on screen, kFALSE otherwise. More... | |
virtual UInt_t | GetEditDisabled () const |
virtual void | SetEditDisabled (UInt_t on=kEditDisable) |
virtual Int_t | MustCleanup () const |
virtual void | SetWindowName (const char *name=0) |
Set window name. More... | |
virtual const char * | GetName () const |
Return unique name, used in SavePrimitive methods. More... | |
virtual void | SetName (const char *name) |
virtual void | SetMapSubwindows (Bool_t) |
virtual Bool_t | IsMapSubwindows () const |
Public Member Functions inherited from TGObject | |
TGObject () | |
TGObject (const TGObject &tgo) | |
virtual | ~TGObject () |
Handle_t | GetId () const |
TGClient * | GetClient () const |
ULong_t | Hash () const |
Return hash value for this object. More... | |
Bool_t | IsEqual (const TObject *obj) const |
Equal comparison (TGObjects are equal if they have the same window identifier). More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsSortable () const |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Public Member Functions inherited from TQObject | |
TQObject () | |
TQObject Constructor. More... | |
virtual | ~TQObject () |
TQObject Destructor. More... | |
TList * | GetListOfClassSignals () const |
Returns pointer to list of signals of this class. More... | |
TList * | GetListOfSignals () const |
TList * | GetListOfConnections () const |
Bool_t | AreSignalsBlocked () const |
Bool_t | BlockSignals (Bool_t b) |
void | CollectClassSignalLists (TList &list, TClass *cls) |
Collect class signal lists from class cls and all its base-classes. More... | |
template<typename... T> | |
void | EmitVA (const char *signal_name, Int_t, const T &...params) |
void | EmitVA (const char *signal, Int_t nargs, va_list va)=delete |
void | Emit (const char *signal) |
Acitvate signal without args. More... | |
void | Emit (const char *signal, Long_t *paramArr) |
Emit a signal with a varying number of arguments, paramArr is an array of the parameters. More... | |
void | Emit (const char *signal, const char *params) |
Activate signal with parameter text string. More... | |
void | Emit (const char *signal, Double_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Long_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Long64_t param) |
Activate signal with single parameter. More... | |
void | Emit (const char *signal, Bool_t param) |
void | Emit (const char *signal, Char_t param) |
void | Emit (const char *signal, UChar_t param) |
void | Emit (const char *signal, Short_t param) |
void | Emit (const char *signal, UShort_t param) |
void | Emit (const char *signal, Int_t param) |
void | Emit (const char *signal, UInt_t param) |
void | Emit (const char *signal, ULong_t param) |
void | Emit (const char *signal, ULong64_t param) |
void | Emit (const char *signal, Float_t param) |
Bool_t | Connect (const char *signal, const char *receiver_class, void *receiver, const char *slot) |
Non-static method is used to connect from the signal of this object to the receiver slot. More... | |
Bool_t | Disconnect (const char *signal=0, void *receiver=0, const char *slot=0) |
Disconnects signal of this object from slot of receiver. More... | |
virtual void | HighPriority (const char *signal_name, const char *slot_name=0) |
virtual void | LowPriority (const char *signal_name, const char *slot_name=0) |
virtual Bool_t | HasConnection (const char *signal_name) const |
Return true if there is any object connected to this signal. More... | |
virtual Int_t | NumberOfSignals () const |
Return number of signals for this object. More... | |
virtual Int_t | NumberOfConnections () const |
Return number of connections for this object. More... | |
virtual void | Connected (const char *) |
virtual void | Disconnected (const char *) |
virtual void | Destroyed () |
virtual void | ChangedBy (const char *method) |
virtual void | Message (const char *msg) |
Static Public Member Functions | |
static Pixel_t | GetDefaultFrameBackground () |
Get default frame background. More... | |
static Pixel_t | GetDefaultSelectedBackground () |
Get default selected frame background. More... | |
static Pixel_t | GetWhitePixel () |
Get white pixel value. More... | |
static Pixel_t | GetBlackPixel () |
Get black pixel value. More... | |
static const TGGC & | GetBlackGC () |
Get black graphics context. More... | |
static const TGGC & | GetWhiteGC () |
Get white graphics context. More... | |
static const TGGC & | GetHilightGC () |
Get highlight color graphics context. More... | |
static const TGGC & | GetShadowGC () |
Get shadow color graphics context. More... | |
static const TGGC & | GetBckgndGC () |
Get background color graphics context. More... | |
Static Public Member Functions inherited from TGWindow | |
static Int_t | GetCounter () |
Return global window counter (total number of created windows). More... | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Static Public Member Functions inherited from TQObject | |
static Bool_t | Connect (TQObject *sender, const char *signal, const char *receiver_class, void *receiver, const char *slot) |
Create connection between sender and receiver. More... | |
static Bool_t | Connect (const char *sender_class, const char *signal, const char *receiver_class, void *receiver, const char *slot) |
This method allows to make a connection from any object of the same class to a single slot. More... | |
static Bool_t | Disconnect (TQObject *sender, const char *signal=0, void *receiver=0, const char *slot=0) |
Disconnects signal in object sender from slot_method in object receiver. More... | |
static Bool_t | Disconnect (const char *class_name, const char *signal, void *receiver=0, const char *slot=0) |
Disconnects "class signal". More... | |
static Bool_t | AreAllSignalsBlocked () |
Returns true if all signals are blocked. More... | |
static Bool_t | BlockAllSignals (Bool_t b) |
Block or unblock all signals. Returns the previous block status. More... | |
Protected Types | |
enum | { kDeleteWindowCalled = BIT(15) } |
Protected Member Functions | |
virtual void * | GetSender () |
virtual void | Draw3dRectangle (UInt_t type, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Draw 3D rectangle on the frame border. More... | |
virtual void | DoRedraw () |
Redraw the frame. More... | |
const TGResourcePool * | GetResourcePool () const |
TString | GetOptionString () const |
Returns a frame option string - used in SavePrimitive(). More... | |
virtual void | StartGuiBuilding (Bool_t on=kTRUE) |
Go into GUI building mode. More... | |
Protected Member Functions inherited from TGWindow | |
TGWindow (Window_t id) | |
TGWindow (const TGWindow &tgw) | |
TGWindow & | operator= (const TGWindow &tgw) |
Protected Member Functions inherited from TGObject | |
TGObject & | operator= (const TGObject &tgo) |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Protected Member Functions inherited from TQObject | |
virtual const char * | GetSenderClassName () const |
Static Protected Member Functions | |
static Time_t | GetLastClick () |
Get time of last mouse click. More... | |
Static Protected Member Functions inherited from TQObject | |
static Bool_t | ConnectToClass (TQObject *sender, const char *signal, TClass *receiver_class, void *receiver, const char *slot) |
Create connection between sender and receiver. More... | |
static Bool_t | ConnectToClass (const char *sender_class, const char *signal, TClass *receiver_class, void *receiver, const char *slot) |
This method allows to make connection from any object of the same class to the receiver object. More... | |
static Int_t | CheckConnectArgs (TQObject *sender, TClass *sender_class, const char *signal, TClass *receiver_class, const char *slot) |
Checking of consitency of sender/receiver methods/arguments. More... | |
static TString | CompressName (const char *method_name) |
Protected Attributes | |
Int_t | fX |
Int_t | fY |
UInt_t | fWidth |
UInt_t | fHeight |
UInt_t | fMinWidth |
UInt_t | fMinHeight |
UInt_t | fMaxWidth |
UInt_t | fMaxHeight |
Int_t | fBorderWidth |
UInt_t | fOptions |
Pixel_t | fBackground |
UInt_t | fEventMask |
Int_t | fDNDState |
TGFrameElement * | fFE |
Protected Attributes inherited from TGWindow | |
const TGWindow * | fParent |
Bool_t | fNeedRedraw |
TString | fName |
UInt_t | fEditDisabled |
Protected Attributes inherited from TGObject | |
Handle_t | fId |
TGClient * | fClient |
Protected Attributes inherited from TQObject | |
TList * | fListOfSignals |
TList * | fListOfConnections |
list of signals from this object More... | |
Bool_t | fSignalsBlocked |
list of connections to this object More... | |
Static Protected Attributes | |
static Bool_t | fgInit = kFALSE |
static Pixel_t | fgDefaultFrameBackground = 0 |
static Pixel_t | fgDefaultSelectedBackground = 0 |
static Pixel_t | fgWhitePixel = 0 |
static Pixel_t | fgBlackPixel = 0 |
static const TGGC * | fgBlackGC = 0 |
static const TGGC * | fgWhiteGC = 0 |
static const TGGC * | fgHilightGC = 0 |
static const TGGC * | fgShadowGC = 0 |
static const TGGC * | fgBckgndGC = 0 |
static Time_t | fgLastClick = 0 |
static UInt_t | fgLastButton = 0 |
static Int_t | fgDbx = 0 |
static Int_t | fgDby = 0 |
static Window_t | fgDbw = 0 |
static UInt_t | fgUserColor = 0 |
Static Protected Attributes inherited from TGWindow | |
static Int_t | fgCounter |
Static Protected Attributes inherited from TQObject | |
static Bool_t | fgAllSignalsBlocked = kFALSE |
flag used for suppression of signals More... | |
Private Member Functions | |
TGFrame (const TGFrame &) | |
TGFrame & | operator= (const TGFrame &) |
Additional Inherited Members | |
Public Types inherited from TGWindow | |
enum | EEditMode { kEditEnable = 0, kEditDisable = BIT(0), kEditDisableEvents = BIT(1), kEditDisableGrab = BIT(2), kEditDisableLayout = BIT(3), kEditDisableResize = BIT(4), kEditDisableHeight = BIT(5), kEditDisableWidth = BIT(6), kEditDisableBtnEnable = BIT(7), kEditDisableKeyEnable = BIT(8) } |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
#include <TGFrame.h>
|
private |
Referenced by TGColorDialog::TGColorDialog().
TGFrame::TGFrame | ( | const TGWindow * | p = 0 , |
UInt_t | w = 1 , |
||
UInt_t | h = 1 , |
||
UInt_t | options = 0 , |
||
Pixel_t | back = GetDefaultFrameBackground() |
||
) |
Create a frame using an externally created window.
For example to register the root window (called by TGClient), or a window created via TVirtualX::InitWindow() (id is obtained with TVirtualX::GetWindowID()).
Definition at line 201 of file TGFrame.cxx.
|
virtual |
Destructor.
Definition at line 248 of file TGFrame.cxx.
Reimplemented in TGPopupMenu, TGLVEntry, TGLBEntry, and TGTreeLBEntry.
Definition at line 273 of file TGFrame.h.
Referenced by TGContainer::ActivateItem(), TGContainer::DeActivateItem(), TGContainer::HandleKey(), TGContainer::SearchPattern(), TGMdiDecorFrame::SetMdiButtons(), and TGLBContainer::SetMultipleSelections().
Add events specified in the emask to the events the frame should handle.
Definition at line 321 of file TGFrame.cxx.
Referenced by TGTextEditor::Build(), TRootBrowser::CreateBrowser(), TGColorPalette::GotFocus(), TGComboBox::HandleButton(), TGHtml::HandleHtmlInput(), TGTextEntry::Init(), TGComboBox::Init(), TGSplitButton::Init(), TGListBox::InitListBox(), TGMdiDecorFrame::Layout(), TRootGuiBuilder::NewProject(), TSessionServerFrame::OnBtnConnectClicked(), TGuiBldDragManager::PlaceFrame(), TGMsgBox::PMsgBox(), TGuiBldDragManager::SetEditable(), TGColorPalette::TGColorPalette(), TGColorPick::TGColorPick(), TGColorPopup::TGColorPopup(), TGColorSelect::TGColorSelect(), TGContainer::TGContainer(), TGedNameFrame::TGedNameFrame(), TGedPopup::TGedPopup(), TGedSelect::TGedSelect(), TGFSComboBox::TGFSComboBox(), TGHeaderFrame::TGHeaderFrame(), TGHSlider::TGHSlider(), TGHSplitter::TGHSplitter(), TGHtml::TGHtml(), TGImageMap::TGImageMap(), TGListTree::TGListTree(), TGMdiContainer::TGMdiContainer(), TGMdiTitleBar::TGMdiTitleBar(), TGMdiTitleIcon::TGMdiTitleIcon(), TGPopupMenu::TGPopupMenu(), TGScrollBar::TGScrollBar(), TGScrollBarElement::TGScrollBarElement(), TGSpeedo::TGSpeedo(), TGSplitFrame::TGSplitFrame(), TGTripleHSlider::TGTripleHSlider(), TGViewPort::TGViewPort(), TGVSlider::TGVSlider(), and TGVSplitter::TGVSplitter().
Change frame background color.
Reimplemented in TGListBox, TGScrollBar, and TGView.
Definition at line 275 of file TGFrame.cxx.
Referenced by TGScrollBar::ChangeBackground(), TGCompositeFrame::ChangeSubframesBackground(), TGScrollBarElement::HandleCrossing(), TGScrollBar::HandleCrossing(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), and TNewChainDlg::TNewChainDlg().
Change frame options. Options is an OR of the EFrameTypes.
Reimplemented in TGCompositeFrame.
Definition at line 303 of file TGFrame.cxx.
Referenced by TGCompositeFrame::ChangeOptions(), TGLSAViewer::CreateFrames(), TGLSAViewer::CreateMenus(), TGDockButton::DrawBorder(), TGComboBox::EnableTextInput(), TRootGuiBuilder::HandleButtons(), TGButton::SetStyle(), TGHtml::SizeAndLink(), TEveCompositeFrame::TEveCompositeFrame(), TEveWindowSlot::TEveWindowSlot(), TGComboBox::TGComboBox(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoTreeDialog::TGeoTreeDialog(), TGeoVolumeEditor::TGeoVolumeEditor(), TGLineStyleComboBox::TGLineStyleComboBox(), TGLineWidthComboBox::TGLineWidthComboBox(), TGSplitButton::TGSplitButton(), TRootGuiBuilder::Update(), and TGuiBldEditor::UpdateBorder().
Definition at line 301 of file TGFrame.h.
Referenced by TH1Editor::DoHistChanges(), TH2Editor::DoHistChanges(), TH2Editor::DoHistComplex(), GetFrameFromPoint(), TGCompositeFrame::GetFrameFromPoint(), and TGCompositeFrame::TranslateCoordinates().
Delete this object.
Typically called as a command via the interpreter. Normally use "delete" operator when object has been allocated on the heap.
Reimplemented from TObject.
Reimplemented in TTreeViewer, and TGTextEdit.
|
virtual |
Delete window.
Use single shot timer to call final delete method. We use this indirect way since deleting the window in its own execution "thread" can cause side effects because frame methods can still be called while the window object has already been deleted.
Reimplemented in TGTextEditor, and TEveGedEditor.
Definition at line 258 of file TGFrame.cxx.
Referenced by TRootHelpDialog::CloseWindow(), TRootControlBar::CloseWindow(), TNewChainDlg::CloseWindow(), TGMdiFrame::CloseWindow(), TFunctionParametersDialog::CloseWindow(), TGSearchDialog::CloseWindow(), TFitParametersDialog::CloseWindow(), TGUndockedFrame::CloseWindow(), TStructViewerGUI::CloseWindow(), TProofProgressLog::CloseWindow(), TGMsgBox::CloseWindow(), TGFileDialog::CloseWindow(), TGPrintDialog::CloseWindow(), TNewQueryDlg::CloseWindow(), TRootBrowser::CloseWindow(), TGGotoDialog::CloseWindow(), TUploadDataSetDlg::CloseWindow(), TRootCanvas::CloseWindow(), TRootBrowserLite::CloseWindow(), TTreeViewer::CloseWindow(), TGMainFrame::CloseWindow(), TSessionViewer::CloseWindow(), TGTextEditor::DeleteWindow(), TGLEmbeddedViewer::DestroyGLWidget(), TGLSAViewer::DestroyGLWidget(), TGeoVolumeDialog::DoClose(), TGeoShapeDialog::DoClose(), TGeoMediumDialog::DoClose(), TGeoMaterialDialog::DoClose(), TGeoMatrixDialog::DoClose(), TGDNDManager::EndDrag(), TGMsgBox::HandleKey(), TNewQueryDlg::OnBtnCloseClicked(), TGColorPopup::PlacePopup(), TRootHelpDialog::ProcessMessage(), TNewChainDlg::ProcessMessage(), TGMsgBox::ProcessMessage(), TGFileDialog::ProcessMessage(), TGColorDialog::TGColorDialog(), TEveManager::~TEveManager(), TEveWindowFrame::~TEveWindowFrame(), TEveWindowPack::~TEveWindowPack(), TEveWindowSlot::~TEveWindowSlot(), TEveWindowTab::~TEveWindowTab(), and TGDNDManager::~TGDNDManager().
|
protectedvirtual |
Redraw the frame.
Reimplemented from TGWindow.
Reimplemented in TGGroupFrame, TGSplitButton, TGRadioButton, TGCheckButton, TGMenuTitle, TGLBContainer, TGPictureButton, TGIconLBEntry, TGDoubleHSlider, TGMdiTitleIcon, TGuiBldDragManager, TGPopupMenu, TGTextButton, TGDoubleVSlider, TGLineLBEntry, TGHSlider, TGedPatternSelect, TGColorSelect, TGVProgressBar, TGedSelect, TGVSlider, TGColorPick, TGTripleHSlider, TGHProgressBar, TGTable, TGTextLBEntry, TGLWidget, TGLVEntry, TGTextEntry, TGedPatternFrame, TGContainer, TGLPShapeObjEditor, TGTripleVSlider, TGView, TGColorPalette, TGFileItem, TGSpeedo, TGDockHideButton, TGSplitTool, TGLBEntry, TGedMarkerSelect, TGLabel, TGProgressBar, TGDockButton, TGuiBldNameFrame, TGButtonGroup, TGStatusBar, TGTableCell, TGTreeLBEntry, TGIcon, TGuiBldHintsButton, TGShapedFrame, and TGDragWindow.
Definition at line 412 of file TGFrame.cxx.
Referenced by TGuiBldHintsButton::DoRedraw(), TGTableCell::DoRedraw(), TGStatusBar::DoRedraw(), TGuiBldNameFrame::DoRedraw(), TGLabel::DoRedraw(), TGSpeedo::DoRedraw(), TGLPShapeObjEditor::DoRedraw(), TGedPatternFrame::DoRedraw(), TGHProgressBar::DoRedraw(), TGedSelect::DoRedraw(), TGVProgressBar::DoRedraw(), TGColorSelect::DoRedraw(), TGTextButton::DoRedraw(), TGPopupMenu::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), TGButton::HandleButton(), TGScrollBarElement::HandleCrossing(), TGButton::HandleCrossing(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TGListBox::MoveResize(), TGListBox::Resize(), and TGButton::SetState().
|
protectedvirtual |
Draw 3D rectangle on the frame border.
Definition at line 339 of file TGFrame.cxx.
Referenced by TGedMarkerSelect::DoRedraw(), TGColorPalette::DoRedraw(), TGColorPick::DoRedraw(), TGColorSelect::DoRedraw(), TGedPatternSelect::DoRedraw(), TGColorFrame::DrawBorder(), TGedPatternFrame::DrawBorder(), and DrawBorder().
|
virtual |
Draw frame border.
Reimplemented in TGGroupFrame, TGListBox, TGCanvas, TGPopupMenu, TGViewPort, TGTabElement, TGMdiCornerWinResizer, TGMdiHorizontalWinResizer, TGTextEntry, TGScrollBar, TGHSplitter, TGMdiVerticalWinResizer, TGTab, TGButtonGroup, TGComboBox, TGMdiWinResizer, TGView, TGedPatternFrame, TGVSplitter, TGScrollBarElement, TGSplitTool, TGColorFrame, TGStatusBar, TGToolTip, TGVertical3DLine, TGDockButton, TGTableCell, and TGHorizontal3DLine.
Definition at line 403 of file TGFrame.cxx.
Referenced by TGIcon::DoRedraw(), TGColorPick::DoRedraw(), DoRedraw(), TGDockButton::DrawBorder(), TGView::DrawBorder(), TGComboBox::DrawBorder(), TGTextEntry::DrawBorder(), TGCanvas::DrawBorder(), and TGListBox::DrawBorder().
|
inlinevirtual |
Draw class inheritance tree of the class to which this object belongs.
If a class B inherits from a class A, description of B is drawn on the right side of description of A. Member functions overridden by B are shown in class A with a blue line crossing-out the corresponding member function. The following picture is the class inheritance tree of class TPaveLabel:
Reimplemented from TObject.
Reimplemented in TGIconLBEntry, TGLineLBEntry, TGLVEntry, TGTextLBEntry, TGTableCell, and TGTreeLBEntry.
Definition at line 272 of file TGFrame.h.
Referenced by TGContainer::DrawRegion().
|
inlinevirtual |
Dump contents of object on stdout.
Using the information in the object dictionary (class TClass) each data member is interpreted. If a data member is a pointer, the pointer value is printed
The following output is the Dump of a TArrow object:
Reimplemented from TObject.
Reimplemented in TGPack.
|
inlinevirtual |
Definition at line 255 of file TGFrame.h.
Referenced by TRootGuiBuilder::AddAction(), TGuiBldDragManager::ChangeBackgroundColor(), TGColorDialog::DoPreview(), TGMenuTitle::DoRedraw(), TGListTree::DrawOutline(), TGComboBox::EnableTextInput(), TGTableHeader::Init(), TGTableCell::Init(), TGColorDialog::ProcessMessage(), TRootGuiBuilder::PropagateBgndColor(), TGProgressBar::SavePrimitive(), TGTextView::SavePrimitive(), TGTab::SavePrimitive(), TGTextEdit::SavePrimitive(), TGHtml::SavePrimitive(), SaveUserColor(), and TGComboBox::SetEnabled().
|
static |
Get background color graphics context.
Definition at line 757 of file TGFrame.cxx.
Referenced by ClassImp(), TGDragWindow::DoRedraw(), TGIcon::DoRedraw(), TGSplitTool::DoRedraw(), TGColorPick::DoRedraw(), TGVSlider::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGDoubleHSlider::DoRedraw(), Draw3dRectangle(), TGStatusBar::DrawBorder(), TGColorFrame::DrawBorder(), TGScrollBarElement::DrawBorder(), TGVSplitter::DrawBorder(), TGedPatternFrame::DrawBorder(), TGComboBox::DrawBorder(), TGView::DrawBorder(), TGHSplitter::DrawBorder(), TGTextEntry::DrawBorder(), TGPopupMenu::DrawBorder(), TGCanvas::DrawBorder(), TGListBox::DrawBorder(), TGPopupMenu::DrawEntry(), TGColorPalette::DrawFocusHilite(), TGColorPick::DrawHScursor(), TGColorPick::DrawLcursor(), TGTripleVSlider::DrawPointer(), TGTripleHSlider::DrawPointer(), TRootGuiBuilder::GetBgndGC(), TRootGuiBuilder::GetPopupBgndGC(), TGSplitTool::HandleMotion(), and TGFrame().
|
static |
Get black graphics context.
Definition at line 717 of file TGFrame.cxx.
Referenced by ClassImp(), TGSplitTool::DoRedraw(), TGDockHideButton::DoRedraw(), TGTextEntry::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGDoubleHSlider::DoRedraw(), Draw3dRectangle(), TGToolTip::DrawBorder(), TGSplitTool::DrawBorder(), TGScrollBarElement::DrawBorder(), TGComboBox::DrawBorder(), TGView::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGPopupMenu::DrawBorder(), TGCanvas::DrawBorder(), TGListBox::DrawBorder(), TGuiBldDragManager::DrawLasso(), TGSplitTool::HandleMotion(), and TGFrame().
|
static |
Get black pixel value.
Definition at line 704 of file TGFrame.cxx.
Referenced by ClassImp(), and TGFrame().
|
inline |
Definition at line 296 of file TGFrame.h.
Referenced by TGMdiMainFrame::ArrangeMinimized(), TGuiBldDragManager::Compact(), TGTabLayout::GetDefaultSize(), TGTableLayout::GetDefaultSize(), TGVerticalLayout::GetDefaultSize(), TGHorizontalLayout::GetDefaultSize(), TGRowLayout::GetDefaultSize(), TGColumnLayout::GetDefaultSize(), TGMatrixLayout::GetDefaultSize(), TGMdiMainFrame::GetWindowGeometry(), TGuiBldDragManager::HandleDelete(), TGTabLayout::Layout(), TGTableLayout::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGMdiMainFrame::Minimize(), TGMdiFrame::SavePrimitive(), and TGTableLayout::SetRowColSizes().
|
static |
Get default frame background.
Definition at line 665 of file TGFrame.cxx.
Referenced by ClassImp(), TGMenuTitle::DoRedraw(), TRootGuiBuilder::GetBgnd(), TRootGuiBuilder::GetPopupBgnd(), TGMdiMainFrame::Maximize(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGProgressBar::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGVSlider::SavePrimitive(), TGComboBox::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), SaveUserColor(), TEveCompositeFrame::SetCurrent(), TEveCompositeFrameInTab::SetCurrent(), TEveWindowSlot::SetCurrent(), TGComboBox::SetEnabled(), TGTextEntry::SetState(), TGColorDialog::TGColorDialog(), TGeoManagerEditor::TGeoManagerEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFrame(), TGMdiButtons::TGMdiButtons(), TGShutterItem::TGShutterItem(), and TGuiBldBorderFrame().
|
inlinevirtual |
Reimplemented in TGCompositeFrame, and TGNumberEntry.
Definition at line 254 of file TGFrame.h.
Referenced by TRootDialog::Add(), TGListBox::AddEntry(), TGListBox::AddEntrySort(), TGTextEditor::Build(), TSessionServerFrame::Build(), TSessionFrame::Build(), TRootGuiBuilder::BuildHProgressBar(), TRootGuiBuilder::BuildHScrollBar(), TTreeViewer::BuildInterface(), ClassImp(), TGHtml::ControlSize(), TFitEditor::CreateFunctionGroup(), TRootContextMenu::DisplayPopup(), TGuiBldDragManager::DoResize(), TGTableLayout::FindRowColSizesMultiplyAttached(), TGTableLayout::FindRowColSizesSinglyAttached(), TGNumberEntry::GetDefaultHeight(), TGTextView::HLayout(), TGListBox::InsertEntry(), TGView::Layout(), TGShutter::Layout(), TGListView::Layout(), TGCanvas::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGContainer::LineLeft(), TGContainer::LineRight(), TGuiBldDragManager::PlaceFrame(), TRootDialog::Popup(), TGShutter::ProcessMessage(), TGTableHeader::SetWidth(), TGHtml::SizeAndLink(), TAdvancedGraphicsDialog::TAdvancedGraphicsDialog(), TAxisEditor::TAxisEditor(), TestDialog::TestDialog(), TestMainFrame::TestMainFrame(), TestMsgBox::TestMsgBox(), TEveTextEditor::TEveTextEditor(), TF1Editor::TF1Editor(), TGColorDialog::TGColorDialog(), TGColorPopup::TGColorPopup(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFileDialog::TGFileDialog(), TGGotoDialog::TGGotoDialog(), TGHSlider::TGHSlider(), TGHtmlBrowser::TGHtmlBrowser(), TGPrintDialog::TGPrintDialog(), TGraphEditor::TGraphEditor(), TH1Editor::TH1Editor(), TH2Editor::TH2Editor(), TNewChainDlg::TNewChainDlg(), TPieEditor::TPieEditor(), TPieSliceEditor::TPieSliceEditor(), TTextEditor::TTextEditor(), TUploadDataSetDlg::TUploadDataSetDlg(), and TGTextView::VLayout().
|
static |
Get default selected frame background.
Definition at line 678 of file TGFrame.cxx.
Referenced by ClassImp(), TGMenuTitle::DoRedraw(), TEveListTreeItem::GetActiveColor(), TGListTreeItemStd::GetActiveColor(), TRootGuiBuilder::GetPopupHlght(), TGProgressBar::SavePrimitive(), and TGFrame().
|
virtual |
std::cout << fWidth << "x" << fHeight << std::endl;
Reimplemented in TGGroupFrame, TGSplitButton, TGCompositeFrame, TGRadioButton, TGListBox, TGListTree, TGCheckButton, TGMdiContainer, TGCanvas, TGIconLBEntry, TGDoubleHSlider, TGVScrollBar, TGTextButton, TGViewPort, TGDoubleVSlider, TGHScrollBar, TGLineLBEntry, TGHSlider, TGColorSelect, TGedPatternSelect, TGTabElement, TGVProgressBar, TGVSlider, TGLVEntry, TGHProgressBar, TGTextLBEntry, TGTextEntry, TGView, TGShutter, TGComboBox, TGColorPalette, TGLabel, TGSpeedo, TGedMarkerSelect, TGStatusBar, TGIcon, TGTreeLBEntry, and TGDragWindow.
Definition at line 566 of file TGFrame.cxx.
Referenced by TGuiBldDragManager::Compact(), GetDefaultHeight(), TGTabLayout::GetDefaultSize(), TGVerticalLayout::GetDefaultSize(), TGHorizontalLayout::GetDefaultSize(), TGRowLayout::GetDefaultSize(), TGColumnLayout::GetDefaultSize(), TGMatrixLayout::GetDefaultSize(), TGTileLayout::GetDefaultSize(), TGListLayout::GetDefaultSize(), TGListDetailsLayout::GetDefaultSize(), GetDefaultWidth(), TGLVContainer::GetMaxItemSize(), TGTableLayout::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListDetailsLayout::Layout(), MoveResize(), and Resize().
|
inlinevirtual |
Reimplemented in TGCompositeFrame, and TGLBContainer.
Definition at line 253 of file TGFrame.h.
Referenced by TGTextView::AdjustWidth(), TSessionViewer::Build(), TRootGuiBuilder::BuildVProgressBar(), TRootGuiBuilder::BuildVScrollBar(), TGTab::ChangeTab(), ClassImp(), TRootControlBar::Create(), TRootContextMenu::DisplayPopup(), TGDockableFrame::DockContainer(), TGuiBldDragManager::DoResize(), TGTableLayout::FindRowColSizesMultiplyAttached(), TGTableLayout::FindRowColSizesSinglyAttached(), TGTextView::HLayout(), TGTabLayout::Layout(), TGView::Layout(), TGListView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGContainer::LineRight(), TGuiBldDragManager::PlaceFrame(), TGMsgBox::PMsgBox(), TRootDialog::Popup(), TGListView::SetDefaultColumnWidth(), TGListView::SetHeader(), TGTableHeader::SetHeight(), TGHtml::SizeAndLink(), TAdvancedGraphicsDialog::TAdvancedGraphicsDialog(), TestMsgBox::TestMsgBox(), TGColorDialog::TGColorDialog(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), TGFileDialog::TGFileDialog(), TGGotoDialog::TGGotoDialog(), TGPrintDialog::TGPrintDialog(), TGVSlider::TGVSlider(), and TGTextView::VLayout().
Reimplemented in TGListTree.
Definition at line 338 of file TGFrame.h.
Referenced by TGDNDManager::HandleSelectionRequest(), and TGDNDManager::SendDNDEnter().
|
virtual |
Returns drag source type.
If frame is not "draggable" - return zero
Definition at line 806 of file TGFrame.cxx.
|
virtual |
Returns drop target type.
If frame cannot accept drop - return zero
Definition at line 815 of file TGFrame.cxx.
|
virtual |
Return frame foreground color.
Reimplemented in TGTextEntry.
Definition at line 285 of file TGFrame.cxx.
Referenced by TGMenuTitle::DoRedraw(), TGTextLBEntry::DrawCopy(), and TGMenuTitle::TGMenuTitle().
|
inline |
Definition at line 298 of file TGFrame.h.
Referenced by TGuiBldHintsEditor::ChangeSelected(), TGuiBldDragManager::Drop(), TGuiBldDragManager::GrabFrame(), TGuiBldHintsEditor::LayoutSubframes(), TGPack::MapSubwindows(), TGCompositeFrame::MapSubwindows(), TGuiBldHintsEditor::MatrixLayout(), TGuiBldDragManager::Menu4Frame(), TGShutter::RemoveItem(), TGuiBldDragManager::SaveFrame(), TGLVContainer::SelectEntry(), TGuiBldHintsEditor::SetMatrixSep(), and TGuiBldHintsEditor::UpdateState().
Reimplemented in TGCompositeFrame.
Definition at line 303 of file TGFrame.h.
Referenced by TGCompositeFrame::GetFrameFromPoint().
|
inline |
Definition at line 288 of file TGFrame.h.
Referenced by TGContainer::ActivateItem(), TGPack::AddFrameInternal(), TGTextView::AddLine(), TGMdiMainFrame::AddMdiFrame(), TGTextView::AddText(), TGTextEdit::AdjustPos(), TGContainer::AdjustPosition(), TGListTree::AdjustPosition(), TRootCanvas::AdjustSize(), TGMdiMainFrame::ArrangeFrames(), TGMdiMainFrame::ArrangeMinimized(), TGTextEdit::BreakLine(), TRootBrowserLite::BrowseTextFile(), TGTransientFrame::CenterOnParent(), TGView::ChangeBackground(), TGuiBldGeometryFrame::ChangeSelected(), TGuiBldDragManager::CheckTargetAtPoint(), ClassImp(), TGView::Clear(), TGContainer::ClearViewPort(), TGCanvas::ClearViewPort(), TGuiBldDragManager::CloneEditable(), TRootControlBar::Create(), TRootCanvas::CreateCanvas(), TFitEditor::CreateGeneralTab(), TGContainer::DeActivateItem(), TGTextEdit::DelChar(), TGTextEdit::Delete(), TStyleManager::DoMoreLess(), TGContainer::DoRedraw(), TGTextButton::DoRedraw(), TGPictureButton::DoRedraw(), TGuiBldDragManager::DoResize(), TGTextEdit::DrawCursor(), TGuiBldDragManager::DrawGrabRectangles(), TGuiBldDragManager::DrawLasso(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGTextView::DrawRegion(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), TGHtml::DrawRegion(), TGLPShapeObjEditor::DrawSphere(), TGLWidget::ExtractViewport(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), TGPack::GetAvailableLength(), TGMdiMainFrame::GetBBox(), TGPack::GetFrameLength(), TGHtml::GetInputElement(), TGMdiMainFrame::GetMinimizedBBox(), TGContainer::GetPageDimension(), TGLVContainer::GetPageDimension(), TGHtml::GetPctWidth(), TGMdiMainFrame::GetWindowGeometry(), TGTextEdit::Goto(), TGuiBldDragManager::HandleAlignment(), TileFrame::HandleButton(), TGView::HandleButton(), TGTextView::HandleButton(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGListTree::HandleButton(), TGHtml::HandleButton(), TGSplitFrame::HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TRootCanvas::HandleContainerConfigure(), TGuiBldDragManager::HandleCopy(), TGTextView::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TGTextEdit::HandleDoubleClick(), TGContainer::HandleDoubleClick(), TGCompositeFrame::HandleDragDrop(), TGLSAViewer::HandleMenuBarHiding(), TTVLVContainer::HandleMotion(), TGTextView::HandleMotion(), TGContainer::HandleMotion(), TGVFileSplitter::HandleMotion(), TGLBContainer::HandleMotion(), TGTableFrame::HandleMouseWheel(), TGuiBldDragManager::HandlePaste(), TGTextEdit::HandleSelection(), TGToolTip::HandleTimer(), TGTextView::HandleTimer(), TGuiBldDragManager::HandleUpdateSelected(), TRootBrowserLite::HideTextEdit(), TGTabLayout::Layout(), TGView::Layout(), TGXYLayout::Layout(), TGListView::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGCanvas::Layout(), TGMdiDecorFrame::Layout(), TGNumberEntryLayout::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGTextEdit::LineDown(), TGContainer::LineDown(), TGHtml::MapControls(), TGuiBldDragManager::MapGlobalDialog(), TGSplitFrame::MapToSPlitTool(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGMdiDecorFrame::Move(), TGMdiDecorFrame::MoveResize(), TGTextEdit::NextChar(), TGContainer::OnAutoScroll(), TGLBContainer::OnAutoScroll(), TGSplitFrame::OnSplitterClicked(), TGuiBldDragManager::PlaceFrame(), TGShutter::ProcessMessage(), TGuiBldDragManager::PutToCanvas(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGHtml::Redraw(), TGHtml::RedrawArea(), TGHtml::RedrawText(), TGPack::RefitFramesToPack(), TGuiBldDragManager::ReparentFrames(), TGTextEdit::Replace(), TGuiBldGeometryFrame::ResizeSelected(), TGuiBldDragManager::Save(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGMdiMenuBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGVSplitter::SavePrimitive(), TGTripleVSlider::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGTextView::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGHSplitter::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGTextEdit::SavePrimitive(), TGVSlider::SavePrimitive(), TGComboBox::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGVProgressBar::SavePrimitive(), TGLineStyleComboBox::SavePrimitive(), TGDoubleVSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGListView::SavePrimitive(), TGLineWidthComboBox::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGPopupMenu::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), TGNumberEntry::SavePrimitive(), SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), TGHtml::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TRootGuiBuilder::SaveProject(), TGMainFrame::SaveSource(), TGTransientFrame::SaveSource(), TGTextEdit::ScreenDown(), TGTextEdit::ScreenUp(), TGView::ScrollCanvas(), TGTable::ScrollCHeaders(), TGListView::ScrollHeader(), TGTable::ScrollRHeaders(), TGTextView::Search(), TGTextEdit::Search(), TGTextView::SelectAll(), TGuiBldDragManager::SelectFrame(), TGListView::SetDefaultColumnWidth(), TGTable::SetEvenRowBackground(), TGPack::SetFrameLength(), TGTable::SetHeaderBackground(), TGTable::SetOddRowBackground(), TGToolTip::SetPosition(), TGuiBldHintsEditor::SetPosition(), TGSplitTool::SetPosition(), TGTableLayout::SetRowColSizes(), TGTextView::SetSBRange(), TRecorderRecording::SetTypeOfConfigureNotify(), TGContainer::SetVsbPosition(), TGCanvas::SetVsbPosition(), TGedEditor::Show(), TGTextView::ShowBottom(), TRootCanvas::ShowEditor(), TSessionViewer::ShowEnabledPackages(), TSessionViewer::ShowLog(), TSessionViewer::ShowPackages(), TSessionViewer::ShowStatus(), TRootCanvas::ShowStatusBar(), TRootCanvas::ShowToolBar(), TGuiBldEditor::SwitchLayout(), TGXYLayout::TGXYLayout(), TGLEventHandler::TriggerTooltip(), TRootGuiBuilder::TRootGuiBuilder(), TGDockableFrame::UndockContainer(), TGTextView::Update(), TGView::UpdateRegion(), and TGTable::UpdateView().
|
static |
Get highlight color graphics context.
Definition at line 737 of file TGFrame.cxx.
Referenced by ClassImp(), TGDockButton::DoRedraw(), TGLabel::DoRedraw(), TGDockHideButton::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGTextButton::DoRedraw(), TGDoubleHSlider::DoRedraw(), TGPictureButton::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), Draw3dRectangle(), TGHorizontal3DLine::DrawBorder(), TGVertical3DLine::DrawBorder(), TGStatusBar::DrawBorder(), TGScrollBarElement::DrawBorder(), TGView::DrawBorder(), TGComboBox::DrawBorder(), TGButtonGroup::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGPopupMenu::DrawBorder(), TGCanvas::DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), TGPopupMenu::DrawEntry(), TRootGuiBuilder::GetPopupHlghtGC(), and TGFrame().
|
staticprotected |
Get time of last mouse click.
Definition at line 767 of file TGFrame.cxx.
|
inlinevirtual |
Definition at line 260 of file TGFrame.h.
Referenced by TGDoubleSlider::ChangeCursor(), TRootControlBar::Create(), TGIcon::DoRedraw(), TGDockButton::DrawBorder(), TGComboBox::EnableTextInput(), TGUndockedFrame::FixSize(), TGLabel::GetDefaultSize(), TGShutter::GetDefaultSize(), TGTextEntry::GetDefaultSize(), TGTableLayout::GetDefaultSize(), TGVerticalLayout::GetDefaultSize(), TGTextButton::GetDefaultSize(), TGHorizontalLayout::GetDefaultSize(), TGRowLayout::GetDefaultSize(), TGColumnLayout::GetDefaultSize(), TGCheckButton::GetDefaultSize(), TGRadioButton::GetDefaultSize(), TGSplitButton::GetDefaultSize(), GetOptionString(), TRootGuiBuilder::HandleButtons(), TGuiBldDragManager::HighlightCompositeFrame(), TGSplitFrame::HSplit(), TGTable::Init(), TGCanvas::Layout(), TGSplitFrame::MapToSPlitTool(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGIcon::Resize(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGProgressBar::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGVSlider::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGDockableFrame::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGPictureButton::SavePrimitive(), TGLVContainer::SavePrimitive(), SavePrimitive(), TGCheckButton::SavePrimitive(), TGListBox::SavePrimitive(), TGRadioButton::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGMainFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), TGVSplitter::SetFrame(), TGHSplitter::SetFrame(), TGButton::SetStyle(), TGHtml::SizeAndLink(), TGuiBldDragManager::SwitchLayout(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestSliders::TestSliders(), TEveBrowser::TEveBrowser(), TEveGListTreeEditorFrame::TEveGListTreeEditorFrame(), TFitEditor::TFitEditor(), TGComboBox::TGComboBox(), TGGotoDialog::TGGotoDialog(), TGHSplitter::TGHSplitter(), TGLineStyleComboBox::TGLineStyleComboBox(), TGLineWidthComboBox::TGLineWidthComboBox(), TGPrintDialog::TGPrintDialog(), TGSplitButton::TGSplitButton(), TGTableHeaderFrame::TGTableHeaderFrame(), TGVSplitter::TGVSplitter(), TNewQueryDlg::TNewQueryDlg(), TRootGuiBuilder::TRootGuiBuilder(), TUploadDataSetDlg::TUploadDataSetDlg(), TRootGuiBuilder::Update(), TGuiBldEditor::UpdateBorder(), and TGSplitFrame::VSplit().
|
protected |
Returns a frame option string - used in SavePrimitive().
Definition at line 2460 of file TGFrame.cxx.
Referenced by TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TGShutterItem::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGTripleVSlider::SavePrimitive(), TGProgressBar::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGTripleHSlider::SavePrimitive(), TGVSlider::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGDockableFrame::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGDoubleVSlider::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGDoubleHSlider::SavePrimitive(), TGTextButton::SavePrimitive(), TGPopupMenu::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGPictureButton::SavePrimitive(), TGLVContainer::SavePrimitive(), TGCheckButton::SavePrimitive(), SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), TGRadioButton::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGMainFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), and TGGroupFrame::SavePrimitive().
|
inlineprotected |
|
inlineprotectedvirtual |
|
static |
Get shadow color graphics context.
Definition at line 747 of file TGFrame.cxx.
Referenced by ClassImp(), TGDockButton::DoRedraw(), TGLabel::DoRedraw(), TGedMarkerSelect::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGedPatternSelect::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGTextButton::DoRedraw(), TGDoubleHSlider::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), Draw3dRectangle(), TGHorizontal3DLine::DrawBorder(), TGVertical3DLine::DrawBorder(), TGToolTip::DrawBorder(), TGStatusBar::DrawBorder(), TGSplitTool::DrawBorder(), TGScrollBarElement::DrawBorder(), TGComboBox::DrawBorder(), TGView::DrawBorder(), TGButtonGroup::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGPopupMenu::DrawBorder(), TGCanvas::DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), TGPopupMenu::DrawEntry(), TGColorPalette::DrawFocusHilite(), TGColorPick::DrawLcursor(), and TGFrame().
|
inline |
Definition at line 293 of file TGFrame.h.
Referenced by TGTableLayout::GetDefaultSize(), TGVerticalLayout::GetDefaultSize(), TGHorizontalLayout::GetDefaultSize(), TGRowLayout::GetDefaultSize(), TGColumnLayout::GetDefaultSize(), TGTileLayout::GetDefaultSize(), TGNumberEntryLayout::GetDefaultSize(), TGListLayout::GetDefaultSize(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListDetailsLayout::Layout(), TGMenuBar::Layout(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), and TGDockableFrame::UndockContainer().
|
static |
Get white graphics context.
Definition at line 727 of file TGFrame.cxx.
Referenced by ClassImp(), TGScrollBarElement::DrawBorder(), TGViewPort::SetHPos(), TGViewPort::SetVPos(), and TGFrame().
|
static |
Get white pixel value.
Definition at line 691 of file TGFrame.cxx.
Referenced by TGTextEditor::Build(), TSessionOutputFrame::Build(), TSessionInputFrame::Build(), TTreeViewer::BuildInterface(), TGuiBldDragManager::ChangeBackgroundColor(), ClassImp(), TGLabel::DoRedraw(), TGComboBox::EnableTextInput(), TRootGuiBuilder::PropagateBgndColor(), TGFSComboBox::SavePrimitive(), TGProgressBar::SavePrimitive(), TGComboBox::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListBox::SavePrimitive(), TGListTree::SavePrimitive(), TGHtml::SavePrimitive(), SaveUserColor(), TGFrame(), TGraphEditor::TGraphEditor(), TNewChainDlg::TNewChainDlg(), and TUploadDataSetDlg::TUploadDataSetDlg().
|
inline |
Definition at line 287 of file TGFrame.h.
Referenced by TGContainer::ActivateItem(), TGPack::AddFrameInternal(), TGTextView::AddLine(), TGMdiMainFrame::AddMdiFrame(), TGTextView::AddText(), TGTextEdit::AdjustPos(), TGContainer::AdjustPosition(), TRootCanvas::AdjustSize(), TGMdiMainFrame::ArrangeMinimized(), TGTextEdit::BreakLine(), TRootBrowserLite::BrowseTextFile(), TEveGValuator::Build(), TEveGDoubleValuator::Build(), TH1Editor::BuildHistAddComboBox(), TH1Editor::BuildHistCoordsComboBox(), TH2Editor::BuildHistCoordsComboBox(), TTreeViewer::BuildInterface(), TArrowEditor::BuildOptionComboBox(), TH1Editor::BuildPercentComboBox(), TGTransientFrame::CenterOnParent(), TGView::ChangeBackground(), TH1Editor::ChangeErrorCombo(), TGuiBldGeometryFrame::ChangeSelected(), TGuiBldDragManager::CheckTargetAtPoint(), ClassImp(), TGView::Clear(), TGContainer::ClearViewPort(), TGCanvas::ClearViewPort(), TGuiBldDragManager::CloneEditable(), TGFileBrowser::CreateBrowser(), TRootBrowserLite::CreateBrowser(), TRootCanvas::CreateCanvas(), TAdvancedGraphicsDialog::CreateContourFrame(), TFitEditor::CreateFunctionGroup(), TFitEditor::CreateGeneralTab(), TGLViewerEditor::CreateGuidesTab(), TFitEditor::CreateMinimizationTab(), TAdvancedGraphicsDialog::CreateScanFrame(), TGContainer::DeActivateItem(), TGTextEntry::Del(), TGTextEdit::DelChar(), TGTextEdit::Delete(), TH1Editor::DoHistChanges(), TH1Editor::DoHistSimple(), TGContainer::DoRedraw(), TGTextButton::DoRedraw(), TGPictureButton::DoRedraw(), TGuiBldDragManager::DoResize(), TGTextEdit::DrawCursor(), TGuiBldDragManager::DrawGrabRectangles(), TGuiBldDragManager::DrawLasso(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), TGHtml::DrawRegion(), TGLPShapeObjEditor::DrawSphere(), TTreeViewer::EditExpression(), TGTextEdit::End(), TGTextEntry::End(), TGLWidget::ExtractViewport(), TFitEditor::FillFunctionList(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), TGPack::GetAvailableLength(), TGMdiMainFrame::GetBBox(), TGPack::GetFrameLength(), TGHtml::GetInputElement(), TGMdiMainFrame::GetMinimizedBBox(), TGContainer::GetPageDimension(), TGLVContainer::GetPageDimension(), TGHtml::GetPctWidth(), TRootCanvas::GetWindowGeometry(), TGMdiMainFrame::GetWindowGeometry(), TGTextEdit::Goto(), TGuiBldDragManager::HandleAlignment(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGSplitFrame::HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TRootCanvas::HandleContainerConfigure(), TGuiBldDragManager::HandleCopy(), TGTextView::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TGTextEdit::HandleDoubleClick(), TGContainer::HandleDoubleClick(), TGCompositeFrame::HandleDragDrop(), TGLSAViewer::HandleMenuBarHiding(), TTVLVContainer::HandleMotion(), TGTextView::HandleMotion(), TGContainer::HandleMotion(), TGVFileSplitter::HandleMotion(), TGLBContainer::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGTextEdit::HandleSelection(), TGToolTip::HandleTimer(), TGTextView::HandleTimer(), TGuiBldDragManager::HandleUpdateSelected(), TRootBrowserLite::HideTextEdit(), TGTextEdit::InsChar(), TGTextEntry::IsCursorOutOfFrame(), TGTabLayout::Layout(), TGView::Layout(), TGComboBox::Layout(), TGXYLayout::Layout(), TGListView::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGCanvas::Layout(), TGLBContainer::Layout(), TGMdiDecorFrame::Layout(), TGNumberEntryLayout::Layout(), TGMenuBar::Layout(), TGHtml::LayoutDoc(), TGListView::LayoutHeader(), TGTextEdit::LineDown(), TGLVContainer::LineLeft(), TGTextEdit::LineUp(), TGHtml::MapControls(), TGuiBldDragManager::MapGlobalDialog(), TGSplitFrame::MapToSPlitTool(), TGTextView::Mark(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGMdiDecorFrame::Move(), TGMdiDecorFrame::MoveResize(), TGTextEdit::NextChar(), TGContainer::OnAutoScroll(), TGSplitFrame::OnSplitterClicked(), TGuiBldDragManager::PlaceFrame(), TGTextEdit::PrevChar(), TGuiBldDragManager::PutToCanvas(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGHtml::Redraw(), TGHtml::RedrawArea(), TGPack::RefitFramesToPack(), TGuiBldDragManager::ReparentFrames(), TGTextEdit::Replace(), TGuiBldGeometryFrame::ResizeSelected(), TGuiBldDragManager::Save(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiMenuBar::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGTextView::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGHSplitter::SavePrimitive(), TGHProgressBar::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGTripleHSlider::SavePrimitive(), TGTextEdit::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGNumberEntryField::SavePrimitive(), TGLineStyleComboBox::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGLineWidthComboBox::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGDoubleHSlider::SavePrimitive(), TGTextButton::SavePrimitive(), TGPopupMenu::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), TGNumberEntry::SavePrimitive(), SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGTransientFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), TGHtml::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TRootGuiBuilder::SaveProject(), TGMainFrame::SaveSource(), TGTransientFrame::SaveSource(), TGTextEntry::ScrollByChar(), TGView::ScrollCanvas(), TGTable::ScrollCHeaders(), TGListView::ScrollHeader(), TGTable::ScrollRHeaders(), TGTextView::Search(), TGTextEdit::Search(), TGTextView::SelectAll(), TGuiBldDragManager::SelectFrame(), TGTable::SetEvenRowBackground(), TGPack::SetFrameLength(), TGTable::SetHeaderBackground(), TGContainer::SetHsbPosition(), TGCanvas::SetHsbPosition(), TGedNameFrame::SetModel(), TH1Editor::SetModel(), TGTable::SetOddRowBackground(), TGToolTip::SetPosition(), TGuiBldHintsEditor::SetPosition(), TGSplitTool::SetPosition(), TGTableLayout::SetRowColSizes(), TGTextView::SetSBRange(), TRecorderRecording::SetTypeOfConfigureNotify(), TGedEditor::Show(), TRootCanvas::ShowEditor(), TRootCanvas::ShowStatusBar(), TRootCanvas::ShowToolBar(), TGuiBldEditor::SwitchLayout(), TEveProjectionAxesEditor::TEveProjectionAxesEditor(), TEveProjectionManagerEditor::TEveProjectionManagerEditor(), TGedEditor::TGedEditor(), TGeoTreeDialog::TGeoTreeDialog(), TGXYLayout::TGXYLayout(), TNewQueryDlg::TNewQueryDlg(), TGLEventHandler::TriggerTooltip(), TGTextView::UnMark(), TGTextView::Update(), TGTextEntry::UpdateOffset(), TGView::UpdateRegion(), and TGTable::UpdateView().
|
inline |
Definition at line 294 of file TGFrame.h.
Referenced by TGContainer::ActivateItem(), TGContainer::AdjustPosition(), TGMdiMainFrame::ArrangeFrames(), TGMdiMainFrame::ArrangeMinimized(), TGuiBldEditor::ChangeSelected(), TGuiBldDragManager::Compact(), TGContainer::DeActivateItem(), TGuiBldDragManager::DoResize(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGContainer::DrawRegion(), TGuiBldDragManager::DropCanvas(), TGContainer::FindFrame(), TGMdiMainFrame::GetBBox(), TGCompositeFrame::GetFrameFromPoint(), TGMdiMainFrame::GetMinimizedBBox(), TGMdiMainFrame::GetWindowGeometry(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAlignment(), TTVLVContainer::HandleButton(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGHeaderFrame::HandleButton(), TGuiBldDragManager::HandleDelete(), TGContainer::HandleDoubleClick(), TGHeaderFrame::HandleDoubleClick(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGLBContainer::HandleMotion(), TGHeaderFrame::HandleMotion(), TGHScrollBar::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListDetailsLayout::Layout(), TGContainer::LineDown(), TGLVContainer::LineDown(), TGContainer::LineLeft(), TGLVContainer::LineLeft(), TGContainer::LineRight(), TGLVContainer::LineRight(), TGContainer::LineUp(), TGLVContainer::LineUp(), TGuiBldDragManager::MapGlobalDialog(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGContainer::OnAutoScroll(), TGContainer::PageDown(), TGContainer::PageUp(), TGuiBldDragManager::PutToCanvas(), TGuiBldDragManager::ReparentFrames(), TGuiBldGeometryFrame::ResizeSelected(), TGMdiMainFrame::Restore(), TGMdiFrame::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TGTable::ScrollRHeaders(), TGuiBldHintsEditor::SetPosition(), TRecorderRecording::SetTypeOfConfigureNotify(), and TGCompositeFrame::TranslateCoordinates().
|
inline |
Definition at line 295 of file TGFrame.h.
Referenced by TGContainer::ActivateItem(), TGContainer::AdjustPosition(), TGMdiMainFrame::ArrangeMinimized(), TGuiBldEditor::ChangeSelected(), TGuiBldDragManager::Compact(), TGContainer::DeActivateItem(), TGuiBldDragManager::DoResize(), TGTableFrame::DrawRegion(), TGTableHeaderFrame::DrawRegion(), TGContainer::DrawRegion(), TGuiBldDragManager::DropCanvas(), TGContainer::FindFrame(), TGMdiMainFrame::GetBBox(), TGCompositeFrame::GetFrameFromPoint(), TGMdiMainFrame::GetMinimizedBBox(), TGMdiMainFrame::GetWindowGeometry(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAlignment(), TTVLVContainer::HandleButton(), TGContainer::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGuiBldDragManager::HandleDelete(), TGContainer::HandleDoubleClick(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGLBContainer::HandleMotion(), TGVerticalLayout::Layout(), TGVScrollBar::Layout(), TGHorizontalLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListDetailsLayout::Layout(), TGContainer::LineDown(), TGLVContainer::LineDown(), TGContainer::LineLeft(), TGLVContainer::LineLeft(), TGContainer::LineRight(), TGLVContainer::LineRight(), TGContainer::LineUp(), TGLVContainer::LineUp(), TGuiBldDragManager::MapGlobalDialog(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGContainer::OnAutoScroll(), TGLBContainer::OnAutoScroll(), TGContainer::PageDown(), TGContainer::PageUp(), TGuiBldDragManager::PutToCanvas(), TGuiBldDragManager::ReparentFrames(), TGuiBldGeometryFrame::ResizeSelected(), TGMdiMainFrame::Restore(), TGMdiFrame::SavePrimitive(), TGCompositeFrame::SavePrimitiveSubframes(), TGuiBldHintsEditor::SetPosition(), TRecorderRecording::SetTypeOfConfigureNotify(), and TGCompositeFrame::TranslateCoordinates().
Reimplemented in TGHtml, TGHeaderFrame, TGMainFrame, TGSplitButton, TGCompositeFrame, TGRadioButton, TGMenuBar, TGListTree, TGCheckButton, TGMdiDecorFrame, TGLBContainer, TGLVContainer, TGMdiTitleBar, TGPopupMenu, TGDoubleHSlider, TGVScrollBar, TGMdiTitleIcon, TGTextEntry, TGuiBldDragManager, TGDoubleVSlider, TGHScrollBar, TGHSlider, TGTabElement, TGColorSelect, TGViewFrame, TGColorPick, TGVFileSplitter, TGContainer, TGedSelect, TGTextView, TTVLVContainer, TGImageMap, TGVSlider, TGTripleHSlider, TGHSplitter, TGTextEdit, TGScrollBar, TGView, TGColorPopup, TEveGedNameTextButton, TGDoubleSlider, TGedNameFrame, TGButton, TGComboBox, TGSlider, TGMdiWinResizer, TGTripleVSlider, TGVSplitter, TileFrame, TGLWidget, TGedPatternFrame, TGSpeedo, TGColorPalette, TGSplitTool, TGColorFrame, TGedPopup, TGComboBoxPopup, TRootContextMenu, and TGSplitter.
Definition at line 224 of file TGFrame.h.
Referenced by TGedPopup::HandleButton(), TGColorPopup::HandleButton(), TGedSelect::HandleButton(), TGColorSelect::HandleButton(), TGMdiTitleBar::HandleButton(), TGuiBldDragManager::HandleButtonPress(), TGuiBldDragManager::HandleButtonRelease(), and HandleEvent().
Handle a client message.
Client messages are the ones sent via TGFrame::SendMessage (typically by widgets).
Reimplemented in TGMainFrame, and TGuiBldDragManager.
Definition at line 651 of file TGFrame.cxx.
Referenced by TGMainFrame::HandleClientMessage(), and HandleEvent().
Definition at line 234 of file TGFrame.h.
Referenced by HandleEvent().
This event is generated when the frame is resized.
Reimplemented in TGMdiDecorFrame, TGMdiContainer, TGViewPort, TGTextEntry, TGuiBldDragManager, TGHSlider, TGVSlider, TGTripleHSlider, TGSplitFrame, TGSlider, TGTripleVSlider, and TGLWidget.
Definition at line 425 of file TGFrame.cxx.
Referenced by TGLWidget::HandleConfigureNotify(), TGTripleVSlider::HandleConfigureNotify(), TGTripleHSlider::HandleConfigureNotify(), TGVSlider::HandleConfigureNotify(), TGHSlider::HandleConfigureNotify(), TGTextEntry::HandleConfigureNotify(), TGViewPort::HandleConfigureNotify(), and HandleEvent().
Reimplemented in TGSplitButton, TGCompositeFrame, TGRadioButton, TGListTree, TGCheckButton, TGPopupMenu, TGTextEntry, TGViewFrame, TGTextView, TGHSplitter, TGTextEdit, TGScrollBar, TGedNameFrame, TGButton, TGVSplitter, TGLWidget, TGedPatternFrame, TTVLVEntry, TGScrollBarElement, TGDockButton, TRootContextMenu, and TGSplitter.
Definition at line 226 of file TGFrame.h.
Referenced by HandleEvent().
Reimplemented in TGListTree, TGTextView, TRootCanvas, and TRootEmbeddedCanvas.
Definition at line 339 of file TGFrame.h.
Referenced by TGDNDManager::HandleSelection().
Reimplemented in TGListTree, TGTextView, TRootCanvas, TGFileItem, and TRootEmbeddedCanvas.
Definition at line 342 of file TGFrame.h.
Referenced by TGDNDManager::HandleDNDPosition().
|
inlinevirtual |
Reimplemented in TGContainer, and TGFileItem.
Definition at line 344 of file TGFrame.h.
Referenced by TGDNDManager::EndDrag(), TGDNDManager::HandleDNDFinished(), and TGDNDManager::HandleTimer().
|
inlinevirtual |
Reimplemented in TGListTree, TGTextView, TGFileItem, TRootCanvas, and TRootEmbeddedCanvas.
Definition at line 343 of file TGFrame.h.
Referenced by TGDNDManager::HandleDNDEnter(), TGDNDManager::HandleDNDLeave(), and TGDNDManager::HandleDNDPosition().
Reimplemented in TGListTree, TGTextView, TGFileItem, TRootCanvas, and TRootEmbeddedCanvas.
Definition at line 340 of file TGFrame.h.
Referenced by TGDNDManager::HandleDNDPosition().
Reimplemented in TGHeaderFrame, TGCompositeFrame, TGListTree, TGLBContainer, TGMdiTitleBar, TGMdiTitleIcon, TGTextEntry, TGuiBldDragManager, TGViewFrame, TGVFileSplitter, TGContainer, TGTextView, TGImageMap, TGTextEdit, TGComboBox, and TGLWidget.
Definition at line 225 of file TGFrame.h.
Referenced by TGHeaderFrame::HandleDoubleClick(), TGuiBldDragManager::HandleEvent(), and HandleEvent().
|
inlinevirtual |
Reimplemented in TGCompositeFrame.
Definition at line 238 of file TGFrame.h.
Referenced by TGuiBldDragManager::Drop().
Reimplemented in TGCompositeFrame.
Reimplemented in TGCompositeFrame.
Definition at line 236 of file TGFrame.h.
Referenced by TGuiBldDragManager::CheckTargetAtPoint(), and TGuiBldDragManager::Drop().
Reimplemented in TGCompositeFrame.
Definition at line 237 of file TGFrame.h.
Referenced by TGuiBldDragManager::CheckTargetAtPoint().
Handle all frame events.
Events are dispatched to the specific event handlers.
Reimplemented from TGWindow.
Reimplemented in TGuiBldDragManager.
Definition at line 439 of file TGFrame.cxx.
Reimplemented in TGHtml, TGCompositeFrame, TGTextEntry, TGNumberEntryField, TGTextEdit, and TGLWidget.
Definition at line 229 of file TGFrame.h.
Referenced by HandleEvent().
Reimplemented in TGMainFrame, TGSplitButton, TGCompositeFrame, TGRadioButton, TGMenuBar, TGListTree, TGCheckButton, TGuiBldDragManager, TGTextButton, TGTextEntry, TGMdiMainFrame, TRootBrowser, TGViewFrame, TRootBrowserLite, TGNumberEntryField, TGContainer, TGTextEdit, TRootGuiBuilder, TGMsgBox, TGTextEditor, TGLWidget, TGColorPalette, and TRootDialog.
Definition at line 228 of file TGFrame.h.
Referenced by HandleEvent(), TGuiBldDragManager::HandleKey(), and TGMainFrame::HandleKey().
Reimplemented in TGHtml, TGHeaderFrame, TGMainFrame, TGSplitButton, TGCompositeFrame, TGMenuBar, TGListTree, TGLBContainer, TGMdiTitleBar, TGPopupMenu, TGDoubleHSlider, TGVScrollBar, TGTextEntry, TGuiBldDragManager, TGDoubleVSlider, TGHScrollBar, TGHSlider, TGViewFrame, TGColorPick, TGVFileSplitter, TGContainer, TGTextView, TGMdiCornerWinResizer, TGImageMap, TGVSlider, TTVLVContainer, TGTripleHSlider, TGHSplitter, TGTextEdit, TGMdiHorizontalWinResizer, TGScrollBar, TGDoubleSlider, TGMdiVerticalWinResizer, TGComboBox, TGSlider, TGTripleVSlider, TGVSplitter, TGLWidget, TGColorPalette, TGSplitTool, TRootContextMenu, and TGSplitter.
Definition at line 227 of file TGFrame.h.
Referenced by HandleEvent(), and TGPopupMenu::HandleMotion().
Reimplemented in TGMainFrame, TGCompositeFrame, TGTextEntry, TGuiBldDragManager, TGViewFrame, TGTextEdit, and TGComboBox.
Definition at line 231 of file TGFrame.h.
Referenced by HandleEvent().
Reimplemented in TGTextEntry, TGViewFrame, and TGTextView.
Definition at line 233 of file TGFrame.h.
Referenced by HandleEvent(), and TGViewFrame::HandleSelectionClear().
Reimplemented in TGMainFrame, TGTextEntry, TGuiBldDragManager, TGViewFrame, TGTextView, and TGComboBox.
Definition at line 232 of file TGFrame.h.
Referenced by HandleEvent(), TGViewFrame::HandleSelectionRequest(), and TGMainFrame::HandleSelectionRequest().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in TGTabElement, TGLVEntry, TGFileItem, and TGLBEntry.
Definition at line 274 of file TGFrame.h.
Referenced by TGContainer::GetNextSelected(), TGLVContainer::GetSelectedEntries(), TGLVContainer::GetSelectedItems(), TGLVContainer::HandleButton(), TGContainer::HandleKey(), TGContainer::HandleMotion(), TGContainer::InvertSelection(), TGContainer::OnAutoScroll(), TGContainer::SelectAll(), and TGContainer::UnSelectAll().
|
inlinevirtual |
Reimplemented in TGCompositeFrame.
Definition at line 275 of file TGFrame.h.
Referenced by TGCompositeFrame::TranslateCoordinates(), TGeoBBoxEditor::~TGeoBBoxEditor(), TGeoCombiTransEditor::~TGeoCombiTransEditor(), TGeoConeEditor::~TGeoConeEditor(), TGeoConeSegEditor::~TGeoConeSegEditor(), TGeoCtubEditor::~TGeoCtubEditor(), TGeoEltuEditor::~TGeoEltuEditor(), TGeoGtraEditor::~TGeoGtraEditor(), TGeoHypeEditor::~TGeoHypeEditor(), TGeoMaterialEditor::~TGeoMaterialEditor(), TGeoNodeEditor::~TGeoNodeEditor(), TGeoParaEditor::~TGeoParaEditor(), TGeoPconEditor::~TGeoPconEditor(), TGeoPgonEditor::~TGeoPgonEditor(), TGeoRotationEditor::~TGeoRotationEditor(), TGeoSphereEditor::~TGeoSphereEditor(), TGeoTorusEditor::~TGeoTorusEditor(), TGeoTranslationEditor::~TGeoTranslationEditor(), TGeoTrapEditor::~TGeoTrapEditor(), TGeoTrd1Editor::~TGeoTrd1Editor(), TGeoTrd2Editor::~TGeoTrd2Editor(), TGeoTubeEditor::~TGeoTubeEditor(), and TGeoTubeSegEditor::~TGeoTubeSegEditor().
|
inline |
Definition at line 335 of file TGFrame.h.
Referenced by TGContainer::HandleMotion().
|
inline |
Definition at line 336 of file TGFrame.h.
Referenced by TGFileItem::HandleDNDEnter().
|
inlinevirtual |
Reimplemented from TGWindow.
Reimplemented in TGCompositeFrame, TGNumberEntry, and TGNumberEntryField.
Definition at line 276 of file TGFrame.h.
Referenced by TGuiBldDragManager::HandleButon3Pressed(), HandleEvent(), TGuiBldDragManager::Menu4Frame(), and TGuiBldDragManager::RecognizeGesture().
|
inlinevirtual |
Reimplemented in TGCompositeFrame.
Definition at line 279 of file TGFrame.h.
Referenced by TGuiBldDragManager::BreakLayout(), TGuiBldDragManager::CanChangeLayoutOrder(), TGuiBldEditor::ChangeSelected(), TGuiBldDragManager::DrawGrabRectangles(), TGuiBldDragManager::Drop(), TGCanvas::Layout(), TGuiBldDragManager::Menu4Frame(), and TGuiBldEditor::SwitchLayout().
|
inlinevirtual |
Reimplemented in TGSplitButton, TGCompositeFrame, TGMenuBar, TGListBox, TGListTree, TGMdiDecorFrame, TGLBContainer, TGCanvas, TGTextButton, TGVScrollBar, TGViewPort, TGMdiMainFrame, TGHScrollBar, TGListView, TGNumberEntryField, TGTextEntry, TGScrollBar, TGLabel, TGComboBox, TGTextView, TGContainer, TGShutter, TGView, TGPack, and TGDragWindow.
Definition at line 262 of file TGFrame.h.
Referenced by TGedEditor::ConfigureGedFrames(), TGuiBldDragManager::Drop(), HandleConfigureNotify(), TGTabLayout::Layout(), TGPack::Layout(), TGTableLayout::Layout(), TGXYLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGListDetailsLayout::Layout(), TGListBox::Layout(), MoveResize(), TGTableCell::Resize(), Resize(), TProofProgressLog::SetGrepView(), TGHtml::SizeAndLink(), and TGuiBldEditor::SwitchLayout().
|
inlinevirtual |
Reimplemented from TGWindow.
Reimplemented in TGDragWindow.
Definition at line 268 of file TGFrame.h.
Referenced by TGuiBldEditor::ChangeSelected(), TGuiBldDragManager::DoReplace(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAction(), TGuiBldDragManager::HandleKey(), TGView::Layout(), TGuiBldDragManager::MapGlobalDialog(), TGDragWindow::MapRaised(), TRootGuiBuilder::NewProject(), TGuiBldDragManager::PlaceFrame(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGMsgBox::PMsgBox(), TGTextEdit::Search(), TGContainer::Search(), TGuiBldDragManager::SelectFrame(), TRootControlBar::Show(), TGFileBrowser::Show(), TGButtonGroup::Show(), TGLSAViewer::Show(), TRootGuiBuilder::Show(), TRootCanvas::Show(), TRootBrowserLite::Show(), TRootBrowser::Show(), and TRootGuiBuilder::TRootGuiBuilder().
|
inlinevirtual |
Reimplemented from TGWindow.
Reimplemented in TGCompositeFrame, TGCanvas, TGDoubleSlider, TGScrollBar, TGSlider, and TGPack.
Definition at line 263 of file TGFrame.h.
Referenced by TGedEditor::ConfigureGedFrames(), TGPack::MapSubwindows(), TGCanvas::MapSubwindows(), TGCompositeFrame::MapSubwindows(), TGuiBldDragManager::PlaceFrame(), TGHtml::SizeAndLink(), TGDNDManager::StartDrag(), and TGuiBldHintsManager().
|
inlinevirtual |
Reimplemented from TGWindow.
Reimplemented in TGDragWindow.
Definition at line 267 of file TGFrame.h.
Referenced by TEveCompositeFrame::AcquireEveWindow(), TGPack::AddFrameInternal(), TGTab::AddTab(), TRootBrowserLite::BrowseTextFile(), TGTextEditor::Build(), TSessionViewer::Build(), TTreeViewer::BuildInterface(), TGPack::CheckSplitterVisibility(), TGedEditor::ConfigureGedFrames(), TGFileBrowser::CreateBrowser(), TGLEmbeddedViewer::CreateGLWidget(), TGLSAViewer::CreateGLWidget(), TGeoPconEditor::CreateSections(), TEveWindow::CreateWindowInTab(), TEveWindow::CreateWindowMainFrame(), TEveWindow::DestroyWindow(), TFunctionParametersDialog::DoFix(), TFitParametersDialog::DoParFix(), TFunctionParametersDialog::DoReset(), TFitParametersDialog::DoReset(), TGSplitFrame::ExtractFrame(), TGCompositeFrame::HandleDragDrop(), TGuiBldDragManager::HandleReturn(), TGTextView::HLayout(), TGView::Layout(), TGListView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGLAnnotation::MakeEditor(), TEveCaloVizEditor::MakeSliceInfo(), TTreeViewer::MapBranch(), TGHtml::MapControls(), TGPack::MapSubwindows(), TGCanvas::MapSubwindows(), TStylePreview::MapTheWindow(), TGDragWindow::MapWindow(), TTreeViewer::NewExpression(), TRootGuiBuilder::NewProject(), TEveWindowPack::NewSlotWithWeight(), TSessionLogView::Popup(), TRootHelpDialog::Popup(), TRootDialog::Popup(), TProofProgressLog::Popup(), TNewQueryDlg::Popup(), Editor::Popup(), TGuiBldDragManager::PutToCanvas(), TMVA::StatDialogBDTReg::RaiseDialog(), TMVA::StatDialogBDT::RaiseDialog(), TMVA::StatDialogMVAEffs::RaiseDialog(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TEveGValuator::SetEnabled(), TGLViewerEditor::SetGuides(), TEveElementEditor::SetModel(), TEveTransSubEditor::SetModel(), TEveDigitSetEditor::SetModel(), TEveCaloVizEditor::SetModel(), TEveGeoTopNodeEditor::SetModel(), TGLViewerEditor::SetModel(), TGToolTip::Show(), TGSplitTool::Show(), TGedEditor::Show(), TGeoTransientPanel::Show(), TStyleManager::Show(), TGPack::ShowFrame(), TGCompositeFrame::ShowFrame(), TRootBrowserLite::ShowMacroButtons(), TEveViewer::SpawnGLEmbeddedViewer(), TRootBrowser::StartEmbedding(), TMVA::StatDialogBDT::StatDialogBDT(), TMVA::StatDialogBDTReg::StatDialogBDTReg(), TMVA::StatDialogMVAEffs::StatDialogMVAEffs(), TTreeViewer::SwitchTree(), TAdvancedGraphicsDialog::TAdvancedGraphicsDialog(), TestDialog::TestDialog(), TestMainFrame::TestMainFrame(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TEveGListTreeEditorFrame::TEveGListTreeEditorFrame(), TEveManager::TEveManager(), TFitEditor::TFitEditor(), TGColorDialog::TGColorDialog(), TGedEditor::TGedEditor(), TGFileDialog::TGFileDialog(), TGGotoDialog::TGGotoDialog(), TGHtmlBrowser::TGHtmlBrowser(), TGMdiTitleBar::TGMdiTitleBar(), TGPrintDialog::TGPrintDialog(), TGSelectBox::TGSelectBox(), TGTextEditor::TGTextEditor(), TGuiBldHintsEditor::TGuiBldHintsEditor(), TGuiBldHintsManager(), TNewChainDlg::TNewChainDlg(), TRootBrowser::TRootBrowser(), TStructViewerGUI::TStructViewerGUI(), TStyleDialog::TStyleDialog(), TStyleManager::TStyleManager(), TUploadDataSetDlg::TUploadDataSetDlg(), TGDockableFrame::UndockContainer(), TFitEditor::UpdateGUI(), and TGTextView::VLayout().
Move frame.
Reimplemented from TGWindow.
Reimplemented in TGMdiDecorFrame, and TGMdiFrame.
Definition at line 575 of file TGFrame.cxx.
Referenced by TGTransientFrame::CenterOnParent(), TRootControlBar::Create(), TGuiBldDragManager::CreatePropertyEditor(), TGDNDManager::Drag(), Editor::Editor(), TGuiBldDragManager::GrabFrame(), TGuiBldDragManager::HandleAlignment(), TTVLVContainer::HandleButton(), TGHScrollBar::HandleButton(), TGVScrollBar::HandleButton(), TGuiBldDragManager::HandleDelete(), TTVLVContainer::HandleMotion(), TGHScrollBar::HandleMotion(), TGVScrollBar::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGListView::Layout(), TGHScrollBar::Layout(), TGVScrollBar::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGMatrixLayout::Layout(), TGMdiDecorFrame::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListView::LayoutHeader(), TGuiBldDragManager::MapGlobalDialog(), TGMdiDecorFrame::Move(), TGTableCell::MoveDraw(), TGIcon::MoveResize(), TGPack::MoveResize(), TGuiBldDragManager::PlaceFrame(), TGPopupMenu::PlaceMenu(), TGuiBldDragManager::PutToCanvas(), ReparentWindow(), TGTable::ScrollCHeaders(), TGListView::ScrollHeader(), TGTable::ScrollRHeaders(), TGPack::SetFramePosition(), TGViewPort::SetHPos(), TGHScrollBar::SetPosition(), TGVScrollBar::SetPosition(), TGHScrollBar::SetRange(), TGVScrollBar::SetRange(), TGViewPort::SetVPos(), TRootCanvas::SetWindowPosition(), TGToolTip::Show(), TGSplitTool::Show(), TSessionViewer::ShowEnabledPackages(), TSessionViewer::ShowLog(), TSessionViewer::ShowPackages(), TSessionViewer::ShowStatus(), TGDNDManager::StartDrag(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TGCanvas::TGCanvas(), TGeoTreeDialog::TGeoTreeDialog(), TNewChainDlg::TNewChainDlg(), TNewQueryDlg::TNewQueryDlg(), TSessionViewer::TSessionViewer(), TUploadDataSetDlg::TUploadDataSetDlg(), and TGDockableFrame::UndockContainer().
Move and/or resize the frame.
If w=0 && h=0 - Resize to default size
Reimplemented from TGWindow.
Reimplemented in TGListBox, TGMdiDecorFrame, TGScrollBar, TGPack, and TGIcon.
Definition at line 611 of file TGFrame.cxx.
Referenced by TGTab::ChangeTab(), TGuiBldDragManager::DoReplace(), TGuiBldDragManager::DoResize(), TGuiBldDragManager::HandleDelete(), TGuiBldDragManager::HandleReturn(), TGTextView::HLayout(), TGTabLayout::Layout(), TGView::Layout(), TGShutter::Layout(), TGTableLayout::Layout(), TGXYLayout::Layout(), TGListView::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGCanvas::Layout(), TGMdiDecorFrame::Layout(), TGNumberEntryLayout::Layout(), TGListDetailsLayout::Layout(), TGListBox::Layout(), TGListView::LayoutHeader(), TGHtml::MapControls(), TStylePreview::MapTheWindow(), TGScrollBar::MoveResize(), TGMdiDecorFrame::MoveResize(), TGListBox::MoveResize(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), TGuiBldGeometryFrame::ResizeSelected(), TGuiBldHintsEditor::SetPosition(), TGedEditor::Show(), TFitEditor::TFitEditor(), TGLSAViewer::TGLSAViewer(), TGSelectBox::TGSelectBox(), TRootBrowser::TRootBrowser(), TRootBrowserLite::TRootBrowserLite(), TRootCanvas::TRootCanvas(), TRootGuiBuilder::TRootGuiBuilder(), TStyleManager::TStyleManager(), and TGTextView::VLayout().
Print window id.
Reimplemented from TGWindow.
Reimplemented in TGCompositeFrame, and TGTextEdit.
Definition at line 775 of file TGFrame.cxx.
Referenced by TGCompositeFrame::Print().
Definition at line 240 of file TGFrame.h.
Referenced by HandleEvent().
Definition at line 242 of file TGFrame.h.
Referenced by HandleEvent().
Reimplemented in TGHtml, TSessionViewer, TGCompositeFrame, TGListBox, TGNumberEntry, Editor, TSessionServerFrame, TGCanvas, TestProgress, TGMdiTitleBar, TTreeViewer, TestShutter, TestSliders, TGColorDialog, TGSelectBox, TGMdiMainFrame, TGListView, TestMsgBox, TGedPatternSelect, TRootBrowserLite, TRootCanvas, TUploadDataSetDlg, TGColorSelect, TestDialog, TGGotoDialog, TGTextEdit, TGDockableFrame, TGedPatternPopup, TGColorPopup, TNewQueryDlg, TGPrintDialog, TGShutter, TestMainFrame, TGFileDialog, TASPaletteEditor, TGedPatternSelector, TGMsgBox, TGComboBox, TGTextEditor, TGView, TG16ColorSelector, TGSearchDialog, TGFontDialog, TNewChainDlg, TGedMarkerSelect, TGedPopup, TGHtmlBrowser, TRootContextMenu, TAttTextEditor, TRootControlBar, TRootHelpDialog, TGedMarkerPopup, TTreeInput, TGInputDialog, TGLSAFrame, and TSessionLogView.
Definition at line 246 of file TGFrame.h.
Referenced by HandleClientMessage().
|
inlinevirtual |
Reimplemented in TRootBrowser, TRootBrowserLite, TRootCanvas, TEveBrowser, and TRootControlBar.
Remove events specified in emask from the events the frame should handle.
Definition at line 330 of file TGFrame.cxx.
Referenced by TGL5DDataSetEditor::ConnectSignals2Slots(), TGLBContainer::HandleButton(), TGHtml::HandleHtmlInput(), TGListBox::InitListBox(), TGMdiDecorFrame::Layout(), TGColorPalette::LostFocus(), and TSessionServerFrame::OnBtnConnectClicked().
Reparent window, make p the new parent and position the window at position (x,y) in new parent.
Reimplemented from TGWindow.
Definition at line 265 of file TGFrame.h.
Referenced by TEveCompositeFrame::AcquireEveWindow(), TGDockableFrame::AddFrame(), TGMdiMenuBar::AddFrames(), TGMdiTitleBar::AddFrames(), TGuiBldDragManager::DeleteFrame(), TGDockableFrame::DockContainer(), TGuiBldDragManager::DropCanvas(), TGSplitFrame::ExtractFrame(), TGuiBldDragManager::GrabFrame(), TGCompositeFrame::HandleDragDrop(), TGuiBldDragManager::PutToCanvas(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TRootBrowser::RecursiveReparent(), TEveCompositeFrame::RelinquishEveWindow(), TGPack::RemoveFrameInternal(), TGuiBldDragManager::ReparentFrames(), TGSplitFrame::SplitHorizontal(), TGSplitFrame::SplitVertical(), TEveWindowSlot::StopEmbedding(), TGSplitFrame::SwallowBack(), TGSplitFrame::SwitchFrames(), TRootBrowser::SwitchMenus(), TGDockableFrame::UndockContainer(), TGSplitFrame::UnSplit(), and TEveViewer::~TEveViewer().
Resize the frame.
If w=0 && h=0 - Resize to default size
Reimplemented from TGWindow.
Reimplemented in TGListBox, TGHSlider, TGVSlider, TGScrollBar, TGPack, TGIcon, TGTableHeader, and TGTableCell.
Definition at line 587 of file TGFrame.cxx.
Referenced by TRootDialog::Add(), TRootGuiBuilder::AddAction(), TStyleManager::AddDateFormatEntry(), TGComboBox::AddEntry(), TGPopupMenu::AddEntry(), TStyleManager::AddFontTypeEntry(), TGPopupMenu::AddLabel(), TStyleManager::AddLineStyleEntry(), TStyleManager::AddLineWidthEntry(), TRootGuiBuilder::AddMacro(), TStyleManager::AddMarkerSizeEntry(), TStyleManager::AddPaperSizeEntry(), TGPopupMenu::AddPopup(), TGPopupMenu::AddSeparator(), TStyleManager::AddTextAlignEntry(), TStyleManager::AddTextEntry(), TStyleManager::AddTopLevelInterface(), TRootCanvas::AdjustSize(), TGTextView::AdjustWidth(), TGTextEditor::Build(), TSessionServerFrame::Build(), TSessionFrame::Build(), TSessionQueryFrame::Build(), TSessionViewer::Build(), TRootGuiBuilder::BuildComboBox(), TRootGuiBuilder::BuildH3DLine(), TRootGuiBuilder::BuildHProgressBar(), TTreeViewer::BuildInterface(), TRootGuiBuilder::BuildListTree(), TArrowEditor::BuildOptionComboBox(), TRootGuiBuilder::BuildTextEdit(), TRootGuiBuilder::BuildV3DLine(), TRootGuiBuilder::BuildVProgressBar(), TGuiBldNameFrame::ChangeSelected(), TGuiBldDragManager::ChangeTextFont(), ClassImp(), TGuiBldDragManager::CloneEditable(), TGuiBldDragManager::Compact(), TGHtml::ControlSize(), TRootControlBar::Create(), TH1Editor::CreateBinTab(), TH2Editor::CreateBinTab(), TGFileBrowser::CreateBrowser(), TRootBrowserLite::CreateBrowser(), TRootBrowser::CreateBrowser(), TRootCanvas::CreateCanvas(), TAdvancedGraphicsDialog::CreateConfFrame(), TAdvancedGraphicsDialog::CreateContourFrame(), TGeoPgonEditor::CreateEdges(), TFitEditor::CreateFunctionGroup(), TFitEditor::CreateGeneralTab(), TGLViewerEditor::CreateGuidesTab(), TGL5DDataSetEditor::CreateIsoTab(), TGLSAViewer::CreateMenus(), TFitEditor::CreateMinimizationTab(), TEveTrackPropagatorSubEditor::CreateRefsContainer(), TAdvancedGraphicsDialog::CreateScanFrame(), TNewChainDlg::DisplayDirectory(), TRootContextMenu::DisplayPopup(), TGDockableFrame::DockContainer(), TStyleManager::DoMoreLess(), TGuiBldDragManager::DoResize(), Editor::Editor(), TRootCanvas::FitCanvas(), TGMdiDecorFrame::HandleConfigureNotify(), TRootEmbeddedCanvas::HandleContainerConfigure(), TRootCanvas::HandleContainerConfigure(), TGVSplitter::HandleMotion(), TGHSplitter::HandleMotion(), TGVFileSplitter::HandleMotion(), TGuiBldDragManager::HandlePaste(), TGToolTip::HandleTimer(), TGuiBldDragManager::HandleUpdateSelected(), TRootBrowserLite::HideTextEdit(), TGLEmbeddedViewer::Init(), TProofProgressLog::Init(), TGTextEntry::Init(), TGComboBox::Init(), TGTable::Init(), TGTextButton::Init(), TGCheckButton::Init(), TGRadioButton::Init(), TGComboBox::InsertEntry(), TGListView::Layout(), TGHScrollBar::Layout(), TGVScrollBar::Layout(), TGCanvas::Layout(), TGLBContainer::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListBox::Layout(), TSpiderEditor::MakeBrowse(), TGLAnnotation::MakeEditor(), TEveTextEditor::MakeLabeledCombo(), TEveCaloLegoEditor::MakeLabeledCombo(), TParallelCoordEditor::MakeVariablesTab(), TGComboBox::NewEntry(), TSessionViewer::OnListTreeClicked(), TGSplitFrame::OnSplitterClicked(), TGuiBldDragManager::PlaceFrame(), TGMsgBox::PMsgBox(), TRootDialog::Popup(), TTreeViewer::ProcessMessage(), TSessionFrame::ProofInfos(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGPack::RefitFramesToPack(), TGComboBox::RemoveEntry(), TGPopupMenu::Reposition(), TGTableCell::Resize(), TGIcon::Resize(), TGScrollBar::Resize(), TGVSlider::Resize(), TGHSlider::Resize(), Resize(), TGListBox::Resize(), TGTable::ScrollCHeaders(), TGTable::ScrollRHeaders(), TRootControlBar::SetButtonState(), TRootCanvas::SetCanvasSize(), TGListView::SetDefaultColumnWidth(), TRootControlBar::SetFont(), TGPack::SetFrameLength(), TTVLVEntry::SetItemName(), TGuiBldHintsEditor::SetMatrixSep(), TGeoTransientPanel::SetModel(), TGContainer::SetPageDimension(), TGLVEntry::SetPictures(), TGHScrollBar::SetPosition(), TGVScrollBar::SetPosition(), TGHScrollBar::SetRange(), TGVScrollBar::SetRange(), TGToolTip::SetText(), TGTextLBEntry::SetText(), TRootControlBar::SetTextColor(), TGLVEntry::SetViewMode(), TRootCanvas::SetWindowSize(), TGButtonGroup::Show(), TGTabElement::ShowClose(), TRootCanvas::ShowEditor(), TRootCanvas::ShowStatusBar(), TRootCanvas::ShowToolBar(), TMVA::StatDialogBDT::StatDialogBDT(), TMVA::StatDialogBDTReg::StatDialogBDTReg(), TMVA::StatDialogMVAEffs::StatDialogMVAEffs(), TGSplitFrame::SwitchFrames(), TGuiBldEditor::SwitchLayout(), TGuiBldDragManager::SwitchLayout(), TTreeViewer::SwitchTree(), TAdvancedGraphicsDialog::TAdvancedGraphicsDialog(), TArrowEditor::TArrowEditor(), TAttFillEditor::TAttFillEditor(), TAttMarkerEditor::TAttMarkerEditor(), TAttTextEditor::TAttTextEditor(), TAxisEditor::TAxisEditor(), TestDialog::TestDialog(), TestMainFrame::TestMainFrame(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TEveCompositeFrame::TEveCompositeFrame(), TEveProjectionAxesEditor::TEveProjectionAxesEditor(), TEveProjectionManagerEditor::TEveProjectionManagerEditor(), TEveTextEditor::TEveTextEditor(), TF1Editor::TF1Editor(), TFitEditor::TFitEditor(), TFrameEditor::TFrameEditor(), TGColorDialog::TGColorDialog(), TGColorPopup::TGColorPopup(), TGDockableFrame::TGDockableFrame(), TGDockHideButton::TGDockHideButton(), TGedEditor::TGedEditor(), TGedMarkerPopup::TGedMarkerPopup(), TGedPatternPopup::TGedPatternPopup(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoCtubEditor::TGeoCtubEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoGtraEditor::TGeoGtraEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFileDialog::TGFileDialog(), TGGotoDialog::TGGotoDialog(), TGHtmlBrowser::TGHtmlBrowser(), TGIconLBEntry::TGIconLBEntry(), TGLabel::TGLabel(), TGLineLBEntry::TGLineLBEntry(), TGLSAViewer::TGLSAViewer(), TGMenuTitle::TGMenuTitle(), TGPictureButton::TGPictureButton(), TGPrintDialog::TGPrintDialog(), TGraphEditor::TGraphEditor(), TGSelectBox::TGSelectBox(), TGSplitButton::TGSplitButton(), TGTextLBEntry::TGTextLBEntry(), TGToolTip::TGToolTip(), TGuiBldEditor::TGuiBldEditor(), TGuiBldHintsEditor::TGuiBldHintsEditor(), TGuiBldHintsManager(), TGXYLayout::TGXYLayout(), TH1Editor::TH1Editor(), TH2Editor::TH2Editor(), TNewChainDlg::TNewChainDlg(), TNewQueryDlg::TNewQueryDlg(), TPadEditor::TPadEditor(), TParallelCoordEditor::TParallelCoordEditor(), TPieEditor::TPieEditor(), TPieSliceEditor::TPieSliceEditor(), TRootGuiBuilder::TRootGuiBuilder(), TSessionViewer::TSessionViewer(), TSpiderEditor::TSpiderEditor(), TStructViewerGUI::TStructViewerGUI(), TStyleDialog::TStyleDialog(), TStyleManager::TStyleManager(), TTextEditor::TTextEditor(), TUploadDataSetDlg::TUploadDataSetDlg(), TGDockableFrame::UndockContainer(), TGRecorder::Update(), and TNewChainDlg::UpdateList().
|
virtual |
Resize the frame.
Reimplemented in TGListBox, TGHSlider, TGVSlider, TGScrollBar, TGIcon, TGTableHeader, and TGTableCell.
Definition at line 602 of file TGFrame.cxx.
Save a frame widget as a C++ statement(s) on output stream out.
Reimplemented from TObject.
Reimplemented in TGHtml, TGGroupFrame, TGTransientFrame, TGMainFrame, TGHorizontalFrame, TGListTree, TGVerticalFrame, TGCompositeFrame, TGRadioButton, TGListBox, TGMenuBar, TGCheckButton, TGMenuTitle, TGNumberEntry, TGLVContainer, TGPictureButton, TGCanvas, TGMdiMainFrame, TGPopupMenu, TGTextButton, TGDoubleHSlider, TGFileContainer, TGVScrollBar, TGLineWidthComboBox, TGListView, TGTextEntry, TGDoubleVSlider, TGHScrollBar, TGHSlider, TGLineStyleComboBox, TGedPatternSelect, TGColorSelect, TGDockableFrame, TGNumberEntryField, TGVProgressBar, TGComboBox, TGVFileSplitter, TGVSlider, TGTextEdit, TGTripleHSlider, TGSplitFrame, TGContainer, TGHButtonGroup, TGTextLBEntry, TGButton, TGHProgressBar, TGHSplitter, TGLabel, TGTab, TGVButtonGroup, TGTextView, TGShutter, TGButtonGroup, TGProgressBar, TGTripleVSlider, TGVSplitter, TGFSComboBox, TGMdiFrame, TGMdiMenuBar, TGToolBar, TGStatusBar, TGedMarkerSelect, TGIcon, TRootEmbeddedCanvas, TGShutterItem, TGVertical3DLine, TGShapedFrame, and TGHorizontal3DLine.
Definition at line 3188 of file TGFrame.cxx.
Referenced by TGShutterItem::SavePrimitive(), TGStatusBar::SavePrimitive(), TGMdiMenuBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGShutter::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGDockableFrame::SavePrimitive(), TGListView::SavePrimitive(), TGMenuBar::SavePrimitive(), TGListBox::SavePrimitive(), and TGCompositeFrame::SavePrimitiveSubframes().
Save a user color in a C++ macro file - used in SavePrimitive().
Definition at line 2433 of file TGFrame.cxx.
Referenced by TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGVSplitter::SavePrimitive(), TGTripleVSlider::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGProgressBar::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGButton::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGTripleHSlider::SavePrimitive(), TGVSlider::SavePrimitive(), TGComboBox::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGHSlider::SavePrimitive(), TGDoubleVSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGDoubleHSlider::SavePrimitive(), TGTextButton::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), SavePrimitive(), TGListBox::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), and TGGroupFrame::SavePrimitive().
Send message (i.e.
event) to window w. Message is encoded in one long as message type and up to two long parameters.
Definition at line 627 of file TGFrame.cxx.
Referenced by TGPopupMenu::Activate(), TGContainer::ActivateItem(), TGMdiMainFrame::AddMdiFrame(), TGTab::ChangeTab(), TGTextView::Clear(), TRootDialog::CloseWindow(), TGContainer::DeActivateItem(), TGTextEdit::Delete(), TGFileContainer::DisplayDirectory(), TGDockableFrame::DockContainer(), TGMenuTitle::DoSendMessage(), TGColorFrame::HandleButton(), TGColorPalette::HandleButton(), TGedPatternFrame::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGButton::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TTVLVContainer::HandleButton(), TGTextView::HandleButton(), TGContainer::HandleButton(), TGColorPick::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGMdiTitleIcon::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGPopupMenu::HandleButton(), TGMdiTitleBar::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGMdiDecorFrame::HandleButton(), TGCheckButton::HandleButton(), TGListTree::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), TGContainer::HandleDoubleClick(), TGMdiTitleIcon::HandleDoubleClick(), TGMdiTitleBar::HandleDoubleClick(), TGLBContainer::HandleDoubleClick(), TGListTree::HandleDoubleClick(), TGColorPalette::HandleKey(), TGTextEditor::HandleKey(), TGTextEdit::HandleKey(), TGContainer::HandleKey(), TGTextButton::HandleKey(), TGCheckButton::HandleKey(), TGRadioButton::HandleKey(), TGSplitButton::HandleKey(), TGColorPalette::HandleMotion(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGVSlider::HandleMotion(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGColorPick::HandleMotion(), TGHSlider::HandleMotion(), TGHScrollBar::HandleMotion(), TGDoubleVSlider::HandleMotion(), TGVScrollBar::HandleMotion(), TGDoubleHSlider::HandleMotion(), TGLBContainer::HandleMotion(), TGSplitButton::HandleSButton(), TGSplitButton::HandleSKey(), TGDockableFrame::HideContainer(), TGContainer::InvertSelection(), TGComboBoxPopup::KeyPressed(), TGContainer::KeyPressed(), TGListTree::KeyPressed(), TGMdiMainFrame::Maximize(), TGMdiMainFrame::Minimize(), TGContainer::OnAutoScroll(), TGLBContainer::OnAutoScroll(), TGColorPopup::PlacePopup(), TGColorPopup::PreviewAlphaColor(), TGColorPopup::PreviewColor(), TGedMarkerPopup::ProcessMessage(), TGedPopup::ProcessMessage(), TGedMarkerSelect::ProcessMessage(), TG16ColorSelector::ProcessMessage(), TGComboBox::ProcessMessage(), TGedPatternSelector::ProcessMessage(), TGColorPopup::ProcessMessage(), TGedPatternPopup::ProcessMessage(), TGTextEdit::ProcessMessage(), TGColorSelect::ProcessMessage(), TGedPatternSelect::ProcessMessage(), TGMdiTitleBar::ProcessMessage(), TGNumberEntry::ProcessMessage(), TGListBox::ProcessMessage(), TGMdiMainFrame::RemoveMdiFrame(), TGMdiMainFrame::Restore(), TGTextEntry::ReturnPressed(), TGTextEditor::Search(), TGContainer::SelectAll(), TGTextEdit::SetCurrent(), TGTripleVSlider::SetPointerPos(), TGTripleHSlider::SetPointerPos(), TGHScrollBar::SetPosition(), TGVScrollBar::SetPosition(), TGHScrollBar::SetRange(), TGVScrollBar::SetRange(), TGDockableFrame::ShowContainer(), TGTextEntry::TabPressed(), TGTextEntry::TextChanged(), TGDockableFrame::UndockContainer(), and TGContainer::UnSelectAll().
Set background color (override from TGWindow base class).
Same effect as ChangeBackground().
Reimplemented from TGWindow.
Reimplemented in TGView, and TGLBEntry.
Definition at line 294 of file TGFrame.cxx.
Referenced by TRootGuiBuilder::AddAction(), TTreeViewer::BuildInterface(), TGView::ChangeBackground(), TGCompositeFrame::ChangeSubframesBackground(), ClassImp(), TGLSAViewer::CreateMenus(), TGDockButton::DrawBorder(), TGComboBox::EnableTextInput(), TGTableHeader::Init(), TGTableCell::Init(), TProofProgressLog::Init(), TGTable::Init(), TGMdiMainFrame::Maximize(), TRootGuiBuilder::OpenProject(), TGColorDialog::ProcessMessage(), TRootGuiBuilder::PropagateBgndColor(), TRootGuiBuilder::SaveProject(), TGTextView::SetBackground(), TGLBEntry::SetBackgroundColor(), TGView::SetBackgroundColor(), TGColorDialog::SetColorInfo(), TEveCompositeFrame::SetCurrent(), TEveCompositeFrameInTab::SetCurrent(), TEveWindowSlot::SetCurrent(), TGColorDialog::SetCurrentColor(), TGTable::SetEvenRowBackground(), TGTable::SetHeaderBackground(), TGTable::SetOddRowBackground(), TGTextEntry::SetState(), TGMdiTitleBar::SetTitleBarColors(), TGHtml::SizeAndLink(), TEveCompositeFrame::TEveCompositeFrame(), TGColorDialog::TGColorDialog(), TGContainer::TGContainer(), TGedMarkerPopup::TGedMarkerPopup(), TGeoManagerEditor::TGeoManagerEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGFileDialog::TGFileDialog(), TGMdiButtons::TGMdiButtons(), TGShutterItem::TGShutterItem(), TGToolTip::TGToolTip(), TRootGuiBuilder::TRootGuiBuilder(), and TGuiBldEditor::UpdateBackground().
|
inlinevirtual |
Reimplemented in TGCompositeFrame.
Definition at line 280 of file TGFrame.h.
Referenced by TGCompositeFrame::AddFrame(), TGPack::AddFrameInternal(), ClassImp(), TGuiBldDragManager::PlaceFrame(), TGCompositeFrame::SetCleanup(), TEveViewer::TEveViewer(), TEveWindowFrame::TEveWindowFrame(), TGuiBldBorderFrame(), and TGuiBldHintsManager().
Definition at line 333 of file TGFrame.h.
Referenced by TRootCanvas::CreateCanvas(), and TGListTree::TGListTree().
SetDragType.
Definition at line 791 of file TGFrame.cxx.
Set drawing option for object.
This option only affects the drawing style and is stored in the option field of the TObjOptLink supporting a TPad's primitive list (TList). Note that it does not make sense to call object.SetDrawOption(option) before having called object.Draw().
Reimplemented from TObject.
Reimplemented in TRootBrowserLite, and TGedFrame.
SetDropType.
Definition at line 798 of file TGFrame.cxx.
Reimplemented from TGWindow.
Reimplemented in TGCompositeFrame, TGuiBldDragManager, and TFitEditor.
Definition at line 277 of file TGFrame.h.
Referenced by TGuiBldDragManager::RecognizeGesture(), TGuiBldDragManager::SelectFrame(), TGuiBldNameFrame::SelectFrameByItem(), TGuiBldEditor::SwitchLayout(), and TGuiBldNameFrame::UpdateName().
Reimplemented in TGTextButton, TGTextEntry, TGTextView, TGLabel, and TGProgressBar.
Definition at line 259 of file TGFrame.h.
Referenced by TGuiBldEditor::UpdateForeground().
|
inline |
Definition at line 299 of file TGFrame.h.
Referenced by TGCompositeFrame::Cleanup(), TRootBrowser::CloseTabs(), TGuiBldDragManager::DoReplace(), TGuiBldDragManager::HandleLayoutOrder(), TGCompositeFrame::RemoveFrame(), TRootBrowser::RemoveTab(), and TGuiBldDragManager::SaveFrame().
Reimplemented in TGTableHeader.
Definition at line 310 of file TGFrame.h.
Referenced by TEveGValuator::Build(), TEveGDoubleValuator::Build(), TTreeViewer::BuildInterface(), TGSplitFrame::HandleConfigureNotify(), TGTextView::HLayout(), TGView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TEveCaloVizEditor::MakeSliceInfo(), TEveCalo3DEditor::TEveCalo3DEditor(), TEveCaloLegoEditor::TEveCaloLegoEditor(), TEveElementEditor::TEveElementEditor(), and TGTextView::VLayout().
Reimplemented in TGCompositeFrame.
Definition at line 278 of file TGFrame.h.
Referenced by TGuiBldDragManager::BreakLayout(), TGuiBldDragManager::Compact(), TGuiBldHintsEditor::SetMatrixSep(), and TGuiBldEditor::SwitchLayout().
Definition at line 311 of file TGFrame.h.
Referenced by TNewQueryDlg::Build().
|
inlinevirtual |
Definition at line 315 of file TGFrame.h.
Referenced by TGSplitButton::Init(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoConeEditor::TGeoConeEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoHypeEditor::TGeoHypeEditor(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), and TGeoTubeEditor::TGeoTubeEditor().
Reimplemented in TGTableHeader.
Definition at line 309 of file TGFrame.h.
Referenced by TTreeViewer::BuildInterface(), ClassImp(), TGSplitFrame::HandleConfigureNotify(), TGTextView::HLayout(), TGTable::Init(), TGView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TGedNameFrame::SetModel(), TEveCaloVizEditor::TEveCaloVizEditor(), TEvePointSetArrayEditor::TEvePointSetArrayEditor(), TEveTrackListEditor::TEveTrackListEditor(), and TGTextView::VLayout().
|
inlinevirtual |
Reimplemented from TGWindow.
Reimplemented in TGDragWindow.
Definition at line 269 of file TGFrame.h.
Referenced by TGMdiMainFrame::AddMdiFrame(), TRootBrowserLite::BrowseTextFile(), TGPack::CheckSplitterVisibility(), TGSplitFrame::Close(), TGLAnnotation::CloseEditor(), TGFontDialog::CloseWindow(), TGSearchDialog::CloseWindow(), TGColorDialog::CloseWindow(), TGeoTransientPanel::CloseWindow(), TGuiBldDragManager::DeleteFrame(), TGLEmbeddedViewer::DestroyGLWidget(), TGLSAViewer::DestroyGLWidget(), TEveWindow::DestroyWindow(), TFunctionParametersDialog::DoFix(), TFitParametersDialog::DoParFix(), TStyleManager::DoPreviewClosed(), TFunctionParametersDialog::DoReset(), TFitParametersDialog::DoReset(), TGPopupMenu::EndMenu(), TGComboBoxPopup::EndPopup(), TGedPopup::EndPopup(), TGColorPopup::EndPopup(), TGSplitFrame::ExtractFrame(), TGuiBldDragManager::GrabFrame(), TGColorPopup::HandleButton(), TRootControlBar::Hide(), TGToolTip::Hide(), TGSplitTool::Hide(), TGuiBldEditor::Hide(), TGButtonGroup::Hide(), TGedEditor::Hide(), TRootGuiBuilder::Hide(), TGeoTransientPanel::Hide(), TStyleManager::Hide(), TGeoPconSection::HideDaughters(), TGPack::HideFrame(), TGCompositeFrame::HideFrame(), TRootBrowserLite::HideTextEdit(), TGTextView::HLayout(), TEveParamListEditor::InitModel(), TGView::Layout(), TGListView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TEveCaloVizEditor::MakeSliceInfo(), TGHtml::MapControls(), TGMdiMainFrame::Maximize(), TGColorPopup::ProcessMessage(), TGedPatternPopup::ProcessMessage(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TGedEditor::ReinitWorkspace(), TEveCompositeFrame::RelinquishEveWindow(), TGPack::RemoveFrameInternal(), TGTab::RemoveTab(), TGPasswdDialog::ReturnPressed(), TEveGValuator::SetEnabled(), TGLViewerEditor::SetGuides(), TEveElementEditor::SetModel(), TEveTransSubEditor::SetModel(), TEveDigitSetEditor::SetModel(), TEveCaloVizEditor::SetModel(), TEveGeoTopNodeEditor::SetModel(), TGLViewerEditor::SetModel(), TRootBrowserLite::ShowMacroButtons(), TGSplitFrame::SplitHorizontal(), TGSplitFrame::SplitVertical(), TEveWindowSlot::StopEmbedding(), TGSplitFrame::SwallowBack(), TGSplitFrame::SwitchFrames(), TGTextEditor::TGTextEditor(), TGuiBldDragManager::UnmapAllPopups(), TGHtml::UnmapControls(), TGDragWindow::UnmapWindow(), TGSplitFrame::UnSplit(), TFitEditor::UpdateGUI(), TGLAnnotation::UpdateText(), TGTextView::VLayout(), and TEveViewer::~TEveViewer().
|
protected |
Definition at line 158 of file TGFrame.h.
Referenced by ChangeBackground(), TGListBox::ChangeBackground(), TGScrollBarElement::DrawBorder(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), GetBackground(), TGButton::HandleButton(), TGScrollBarElement::HandleCrossing(), TGButton::HandleCrossing(), TGScrollBar::HandleCrossing(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TGTable::Init(), TGHorizontal3DLine::SavePrimitive(), TGShapedFrame::SavePrimitive(), TGVertical3DLine::SavePrimitive(), TRootEmbeddedCanvas::SavePrimitive(), TGIcon::SavePrimitive(), TGStatusBar::SavePrimitive(), TGToolBar::SavePrimitive(), TGMdiFrame::SavePrimitive(), TGFSComboBox::SavePrimitive(), TGVSplitter::SavePrimitive(), TGButtonGroup::SavePrimitive(), TGVButtonGroup::SavePrimitive(), TGTab::SavePrimitive(), TGLabel::SavePrimitive(), TGHSplitter::SavePrimitive(), TGButton::SavePrimitive(), TGHButtonGroup::SavePrimitive(), TGContainer::SavePrimitive(), TGSplitFrame::SavePrimitive(), TGVSlider::SavePrimitive(), TGVFileSplitter::SavePrimitive(), TGComboBox::SavePrimitive(), TGHSlider::SavePrimitive(), TGHScrollBar::SavePrimitive(), TGTextEntry::SavePrimitive(), TGListView::SavePrimitive(), TGVScrollBar::SavePrimitive(), TGFileContainer::SavePrimitive(), TGTextButton::SavePrimitive(), TGMdiMainFrame::SavePrimitive(), TGCanvas::SavePrimitive(), TGLVContainer::SavePrimitive(), SavePrimitive(), TGListBox::SavePrimitive(), TGCompositeFrame::SavePrimitive(), TGVerticalFrame::SavePrimitive(), TGListTree::SavePrimitive(), TGHorizontalFrame::SavePrimitive(), TGGroupFrame::SavePrimitive(), SetBackgroundColor(), TGButton::SetStyle(), TGFrame(), TGScrollBar::TGScrollBar(), and TGScrollBarElement::TGScrollBarElement().
|
protected |
Definition at line 156 of file TGFrame.h.
Referenced by TGMdiMainFrame::AddMdiFrame(), TGTextView::AdjustWidth(), TGMdiMainFrame::ArrangeFrames(), ChangeOptions(), ClassImp(), TGedMarkerSelect::DoRedraw(), TGTextEntry::DoRedraw(), TGHProgressBar::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGVProgressBar::DoRedraw(), TGedPatternSelect::DoRedraw(), DoRedraw(), TGMdiMainFrame::GetBBox(), GetBorderWidth(), TGListBox::GetDefaultSize(), TGMdiDecorFrame::HandleConfigureNotify(), TGTextView::HLayout(), TGView::Layout(), TGShutter::Layout(), TGListView::Layout(), TGMdiMainFrame::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TGMdiMainFrame::Maximize(), TGListBox::MoveResize(), TGListBox::Resize(), TGMdiDecorFrame::SetDecorBorderWidth(), TGCanvas::TGCanvas(), TGFrame(), TGGroupFrame::TGGroupFrame(), TGPictureButton::TGPictureButton(), TGPopupMenu::TGPopupMenu(), TGTab::TGTab(), and TGTextView::VLayout().
|
protected |
|
protected |
Definition at line 159 of file TGFrame.h.
Referenced by AddInput(), GetEventMask(), RemoveInput(), and TGFrame().
|
protected |
Definition at line 161 of file TGFrame.h.
Referenced by GetFrameElement(), and TGFrame().
|
staticprotected |
Definition at line 172 of file TGFrame.h.
Referenced by GetBckgndGC().
|
staticprotected |
Definition at line 168 of file TGFrame.h.
Referenced by GetBlackGC().
|
staticprotected |
Definition at line 167 of file TGFrame.h.
Referenced by TGListTree::DrawActive(), TGTreeLBEntry::DrawCopy(), TGTableCell::DrawCopy(), TGLVEntry::DrawCopy(), TGListTree::DrawNode(), TGListTree::DrawOutline(), GetBlackPixel(), TGListTree::GetDrawGC(), GetForeground(), TGListTree::GetGrayPixel(), and TGContainer::GetLineGC().
|
staticprotected |
Definition at line 176 of file TGFrame.h.
Referenced by TGButton::HandleCrossing(), TGCheckButton::HandleCrossing(), TGRadioButton::HandleCrossing(), HandleEvent(), and TGSplitButton::HandleSCrossing().
|
staticprotected |
Definition at line 175 of file TGFrame.h.
Referenced by HandleEvent().
|
staticprotected |
Definition at line 175 of file TGFrame.h.
Referenced by HandleEvent().
|
staticprotected |
Definition at line 164 of file TGFrame.h.
Referenced by GetDefaultFrameBackground(), and TGButton::SavePrimitive().
|
staticprotected |
Definition at line 165 of file TGFrame.h.
Referenced by TGTreeLBEntry::DrawCopy(), TGTextLBEntry::DrawCopy(), TGLVEntry::DrawCopy(), TGListTree::GetActiveGC(), TGListTree::GetColorGC(), GetDefaultSelectedBackground(), and TGListTree::GetHighlightGC().
|
staticprotected |
Definition at line 170 of file TGFrame.h.
Referenced by GetHilightGC().
|
staticprotected |
Definition at line 174 of file TGFrame.h.
Referenced by HandleEvent().
|
staticprotected |
Definition at line 173 of file TGFrame.h.
Referenced by GetLastClick(), TGTextEdit::HandleDoubleClick(), and HandleEvent().
|
staticprotected |
Definition at line 171 of file TGFrame.h.
Referenced by GetShadowGC().
|
staticprotected |
Definition at line 177 of file TGFrame.h.
Referenced by SaveUserColor().
|
staticprotected |
Definition at line 169 of file TGFrame.h.
Referenced by GetWhiteGC().
|
staticprotected |
Definition at line 166 of file TGFrame.h.
Referenced by TRootBrowserLite::CreateBrowser(), TGTreeLBEntry::DrawCopy(), TGTableCell::DrawCopy(), TGLVEntry::DrawCopy(), TGListTree::DrawNode(), TGListTree::GetActiveGC(), TGListTree::GetColorGC(), TGListTree::GetDrawGC(), TGListTree::GetHighlightGC(), TGContainer::GetLineGC(), TGListTree::GetLineGC(), GetWhitePixel(), TGTableCell::Init(), TGListBox::InitListBox(), TGTextView::SavePrimitive(), TGTextEdit::SavePrimitive(), TGTextEntry::SetState(), TGCanvas::TGCanvas(), and TGFileDialog::TGFileDialog().
|
protected |
Definition at line 151 of file TGFrame.h.
Referenced by TGMdiMainFrame::AddMdiFrame(), TGTab::AddTab(), TGTextView::AdjustWidth(), TRootEmbeddedCanvas::AdoptCanvas(), TGMdiMainFrame::ArrangeFrames(), TGSplitButton::CalcSize(), TGTransientFrame::CenterOnParent(), TGDoubleSlider::ChangeCursor(), ClassImp(), TGDragWindow::DoRedraw(), TGTableCell::DoRedraw(), TGButtonGroup::DoRedraw(), TGDockButton::DoRedraw(), TGLabel::DoRedraw(), TGedMarkerSelect::DoRedraw(), TGFileItem::DoRedraw(), TGedPatternFrame::DoRedraw(), TGTextEntry::DoRedraw(), TGHProgressBar::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGVProgressBar::DoRedraw(), TGedPatternSelect::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGTextButton::DoRedraw(), DoRedraw(), TGMdiTitleIcon::DoRedraw(), TGDoubleHSlider::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGSplitButton::DoRedraw(), TGGroupFrame::DoRedraw(), TGTableCell::DrawBorder(), TGVertical3DLine::DrawBorder(), TGToolTip::DrawBorder(), TGStatusBar::DrawBorder(), TGColorFrame::DrawBorder(), TGSplitTool::DrawBorder(), TGScrollBarElement::DrawBorder(), TGVSplitter::DrawBorder(), TGedPatternFrame::DrawBorder(), TGView::DrawBorder(), TGComboBox::DrawBorder(), TGButtonGroup::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGHSplitter::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGCanvas::DrawBorder(), DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), TGuiBldHintsButton::DrawCenterX(), TGuiBldHintsButton::DrawCenterY(), TGTreeLBEntry::DrawCopy(), TGTableCell::DrawCopy(), TGTextLBEntry::DrawCopy(), TGLVEntry::DrawCopy(), TGLineLBEntry::DrawCopy(), TGuiBldHintsButton::DrawExpandX(), TGuiBldHintsButton::DrawExpandY(), TGTripleHSlider::DrawPointer(), Editor::Editor(), TGListTree::End(), TGUndockedFrame::FixSize(), TGMdiMainFrame::GetBBox(), TGIcon::GetDefaultSize(), TGStatusBar::GetDefaultSize(), TGLabel::GetDefaultSize(), TGComboBox::GetDefaultSize(), TGShutter::GetDefaultSize(), TGView::GetDefaultSize(), TGTextEntry::GetDefaultSize(), TGVSlider::GetDefaultSize(), TGVProgressBar::GetDefaultSize(), TGDoubleVSlider::GetDefaultSize(), TGViewPort::GetDefaultSize(), TGTextButton::GetDefaultSize(), TGVScrollBar::GetDefaultSize(), TGCanvas::GetDefaultSize(), GetDefaultSize(), TGMdiContainer::GetDefaultSize(), TGCheckButton::GetDefaultSize(), TGListBox::GetDefaultSize(), TGRadioButton::GetDefaultSize(), TGSplitButton::GetDefaultSize(), TGTableCell::GetHeight(), GetHeight(), TGTableCell::GetSize(), TGedPopup::HandleButton(), TGTripleVSlider::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TGColorPopup::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGedSelect::HandleButton(), TGColorSelect::HandleButton(), TGTabElement::HandleButton(), TGHSlider::HandleButton(), TGDoubleVSlider::HandleButton(), TGMdiTitleIcon::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGCheckButton::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TGCompositeFrame::HandleDragDrop(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGVSlider::HandleMotion(), TGDoubleVSlider::HandleMotion(), TGSplitButton::HandleSButton(), TGToolTip::HandleTimer(), TGTextView::HLayout(), TGSplitFrame::HSplit(), TGTableCell::Init(), TGTable::Init(), TGTextButton::Init(), TGSplitButton::Init(), TGView::Layout(), TGShutter::Layout(), TGMdiMainFrame::Layout(), TGVScrollBar::Layout(), TGCanvas::Layout(), TGLBContainer::Layout(), TGMdiDecorFrame::Layout(), TGListBox::Layout(), TGSplitButton::Layout(), TGSplitFrame::MapToSPlitTool(), TGMdiMainFrame::Maximize(), MoveResize(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), Print(), TGTableCell::Resize(), TGPack::Resize(), TGVSlider::Resize(), Resize(), TGTripleVSlider::SavePrimitive(), TGVSlider::SavePrimitive(), TGDoubleVSlider::SavePrimitive(), TGViewPort::SetHPos(), TGSplitButton::SetMenuState(), TGStatusBar::SetParts(), TGTripleVSlider::SetPointerPos(), TGTripleVSlider::SetPointerPosition(), TGVScrollBar::SetRange(), TGMenuTitle::SetState(), TGLVContainer::SetViewMode(), TGViewPort::SetVPos(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TGColorDialog::TGColorDialog(), TGFrame(), TGSelectBox::TGSelectBox(), TGSplitButton::TGSplitButton(), TGTab::TGTab(), TGTextView::VLayout(), and TGSplitFrame::VSplit().
|
protected |
Definition at line 155 of file TGFrame.h.
Referenced by GetMaxHeight(), TGMainFrame::SetWMSizeHints(), and TGFrame().
|
protected |
Definition at line 154 of file TGFrame.h.
Referenced by GetMaxWidth(), TGMainFrame::SetWMSizeHints(), and TGFrame().
|
protected |
Definition at line 153 of file TGFrame.h.
Referenced by GetMinHeight(), TGMainFrame::SetWMSizeHints(), and TGFrame().
|
protected |
Definition at line 152 of file TGFrame.h.
Referenced by GetMinWidth(), TGMainFrame::SetWMSizeHints(), and TGFrame().
|
protected |
Definition at line 157 of file TGFrame.h.
Referenced by ChangeOptions(), TGTextButton::DoRedraw(), TGPictureButton::DoRedraw(), TGScrollBarElement::DrawBorder(), TGView::DrawBorder(), TGComboBox::DrawBorder(), TGButtonGroup::DrawBorder(), TGTextEntry::DrawBorder(), TGCanvas::DrawBorder(), DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), GetOptions(), GetOptionString(), TGCheckButton::HandleButton(), TGRadioButton::HandleButton(), TGCheckButton::HandleCrossing(), TGRadioButton::HandleCrossing(), TGButton::IsDown(), TGMainFrame::SavePrimitive(), TGScrollBarElement::SetState(), TGButton::SetState(), TGMenuTitle::SetState(), TGCompositeFrame::TGCompositeFrame(), and TGFrame().
|
protected |
Definition at line 150 of file TGFrame.h.
Referenced by TGMdiMainFrame::AddMdiFrame(), TGTab::AddTab(), TRootEmbeddedCanvas::AdoptCanvas(), TGMdiMainFrame::ArrangeFrames(), TGSplitButton::CalcSize(), TGTransientFrame::CenterOnParent(), TGDoubleSlider::ChangeCursor(), ClassImp(), TGTextEdit::DelChar(), TGDragWindow::DoRedraw(), TGTableCell::DoRedraw(), TGButtonGroup::DoRedraw(), TGLabel::DoRedraw(), TGFileItem::DoRedraw(), TGedPatternFrame::DoRedraw(), TGTextEntry::DoRedraw(), TGHProgressBar::DoRedraw(), TGVSlider::DoRedraw(), TGedSelect::DoRedraw(), TGColorSelect::DoRedraw(), TGHSlider::DoRedraw(), TGDoubleVSlider::DoRedraw(), TGTextButton::DoRedraw(), TGMdiTitleIcon::DoRedraw(), DoRedraw(), TGDoubleHSlider::DoRedraw(), TGPictureButton::DoRedraw(), TGMenuTitle::DoRedraw(), TGSplitButton::DoRedraw(), TGGroupFrame::DoRedraw(), TGHorizontal3DLine::DrawBorder(), TGTableCell::DrawBorder(), TGToolTip::DrawBorder(), TGStatusBar::DrawBorder(), TGColorFrame::DrawBorder(), TGSplitTool::DrawBorder(), TGScrollBarElement::DrawBorder(), TGVSplitter::DrawBorder(), TGedPatternFrame::DrawBorder(), TGView::DrawBorder(), TGComboBox::DrawBorder(), TGButtonGroup::DrawBorder(), TGMdiVerticalWinResizer::DrawBorder(), TGHSplitter::DrawBorder(), TGTextEntry::DrawBorder(), TGMdiHorizontalWinResizer::DrawBorder(), TGMdiCornerWinResizer::DrawBorder(), TGTabElement::DrawBorder(), TGCanvas::DrawBorder(), DrawBorder(), TGListBox::DrawBorder(), TGGroupFrame::DrawBorder(), TGuiBldHintsButton::DrawCenterX(), TGuiBldHintsButton::DrawCenterY(), TGTreeLBEntry::DrawCopy(), TGTableCell::DrawCopy(), TGTextLBEntry::DrawCopy(), TGLVEntry::DrawCopy(), TGLineLBEntry::DrawCopy(), TGuiBldHintsButton::DrawExpandX(), TGuiBldHintsButton::DrawExpandY(), TGTripleVSlider::DrawPointer(), Editor::Editor(), TGUndockedFrame::FixSize(), TGMdiMainFrame::GetBBox(), TGIcon::GetDefaultSize(), TGStatusBar::GetDefaultSize(), TGLabel::GetDefaultSize(), TGComboBox::GetDefaultSize(), TGShutter::GetDefaultSize(), TGView::GetDefaultSize(), TGTextEntry::GetDefaultSize(), TGHProgressBar::GetDefaultSize(), TGHSlider::GetDefaultSize(), TGHScrollBar::GetDefaultSize(), TGTextButton::GetDefaultSize(), TGViewPort::GetDefaultSize(), TGDoubleHSlider::GetDefaultSize(), TGCanvas::GetDefaultSize(), GetDefaultSize(), TGMdiContainer::GetDefaultSize(), TGCheckButton::GetDefaultSize(), TGListBox::GetDefaultSize(), TGRadioButton::GetDefaultSize(), TGSplitButton::GetDefaultSize(), TGLBContainer::GetDefaultWidth(), TGTableCell::GetSize(), TGTableCell::GetWidth(), GetWidth(), TGedPopup::HandleButton(), TGTripleVSlider::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TGColorPopup::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGDoubleHSlider::HandleButton(), TGCheckButton::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TGCompositeFrame::HandleDragDrop(), TGTripleVSlider::HandleMotion(), TGTripleHSlider::HandleMotion(), TGHSlider::HandleMotion(), TGDoubleHSlider::HandleMotion(), TGSplitButton::HandleSButton(), TGToolTip::HandleTimer(), TGTextView::HLayout(), TGSplitFrame::HSplit(), TGTableCell::Init(), TGTable::Init(), TGTextButton::Init(), TGSplitButton::Init(), TGView::Layout(), TGShutter::Layout(), TGListView::Layout(), TGHScrollBar::Layout(), TGMdiMainFrame::Layout(), TGCanvas::Layout(), TGMdiDecorFrame::Layout(), TGListBox::Layout(), TGSplitButton::Layout(), TGListView::LayoutHeader(), TGSplitFrame::MapToSPlitTool(), TGMdiMainFrame::Maximize(), MoveResize(), TGComboBoxPopup::PlacePopup(), TGedPopup::PlacePopup(), TGColorPopup::PlacePopup(), Print(), TGTableCell::Resize(), TGPack::Resize(), TGHSlider::Resize(), Resize(), TGTripleHSlider::SavePrimitive(), TGHSlider::SavePrimitive(), TGDoubleHSlider::SavePrimitive(), TGViewPort::SetHPos(), TGTripleHSlider::SetPointerPos(), TGTripleHSlider::SetPointerPosition(), TGHScrollBar::SetRange(), TGLVContainer::SetViewMode(), TGViewPort::SetVPos(), TestDialog::TestDialog(), TestMsgBox::TestMsgBox(), TestProgress::TestProgress(), TestShutter::TestShutter(), TestSliders::TestSliders(), TGColorDialog::TGColorDialog(), TGFrame(), TGTab::TGTab(), TGTextView::VLayout(), and TGSplitFrame::VSplit().
|
protected |
Definition at line 148 of file TGFrame.h.
Referenced by GetX(), TGColorSelect::HandleButton(), TGSplitFrame::MapToSPlitTool(), TGMdiFrame::Move(), Move(), MoveResize(), Print(), TGView::ScrollCanvas(), TGFrame(), and TGDockableFrame::UndockContainer().
|
protected |
Definition at line 149 of file TGFrame.h.
Referenced by GetY(), TGColorSelect::HandleButton(), TGSplitFrame::MapToSPlitTool(), TGMdiFrame::Move(), Move(), MoveResize(), Print(), TGView::ScrollCanvas(), TGFrame(), and TGDockableFrame::UndockContainer().