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


Public Methods | |
| TGClient (const char *dpyName=0) | |
| virtual | ~TGClient () |
| const TGWindow * | GetRoot () const |
| TGWindow * | GetWindowById (Window_t sw) const |
| FontStruct_t | GetFontByName (const char *name) const |
| Bool_t | GetColorByName (const char *name, Pixel_t &pixel) const |
| Pixel_t | GetHilite (Pixel_t base_color) const |
| Pixel_t | GetShadow (Pixel_t base_color) const |
| void | FreeColor (Pixel_t color) const |
| void | ForceRedraw () |
| void | NeedRedraw (TGWindow *w) |
| void | RegisterWindow (TGWindow *w) |
| void | UnregisterWindow (TGWindow *w) |
| void | RegisterPopup (TGWindow *w) |
| void | UnregisterPopup (TGWindow *w) |
| void | AddUnknownWindowHandler (TGUnknownWindowHandler *h) |
| void | RemoveUnknownWindowHandler (TGUnknownWindowHandler *h) |
| Bool_t | HandleInput () |
| void | ProcessLine (TString cmd, Long_t msg, Long_t parm1, Long_t parm2) |
| void | WaitFor (TGWindow *w) |
| void | WaitForUnmap (TGWindow *w) |
| Bool_t | ProcessEventsFor (TGWindow *w) |
| const TGResourcePool * | GetResourcePool () const |
| TGPicturePool * | GetPicturePool () const |
| const TGPicture * | GetPicture (const char *name) |
| const TGPicture * | GetPicture (const char *name, UInt_t new_width, UInt_t new_height) |
| void | FreePicture (const TGPicture *pic) |
| TGGCPool * | GetGCPool () const |
| TGGC * | GetGC (GCValues_t *values, Bool_t rw=kFALSE) |
| void | FreeGC (const TGGC *gc) |
| void | FreeGC (GContext_t gc) |
| TGFontPool * | GetFontPool () const |
| TGFont * | GetFont (const char *font) |
| TGFont * | GetFont (const TGFont *font) |
| void | FreeFont (const TGFont *font) |
| Colormap_t | GetDefaultColormap () const |
| TGMimeTypes * | GetMimeTypeList () const |
Protected Methods | |
| Bool_t | ProcessOneEvent () |
| Bool_t | HandleEvent (Event_t *event) |
| Bool_t | HandleMaskEvent (Event_t *event, Window_t wid) |
| Bool_t | DoRedraw () |
Protected Attributes | |
| Pixel_t | fBackColor |
| Pixel_t | fForeColor |
| Pixel_t | fHilite |
| Pixel_t | fShadow |
| Pixel_t | fSelBackColor |
| Pixel_t | fSelForeColor |
| Pixel_t | fWhite |
| Pixel_t | fBlack |
| TGWindow * | fRoot |
| Int_t | fXfd |
| TGResourcePool * | fResourcePool |
| TGGCPool * | fGCPool |
| TGFontPool * | fFontPool |
| TGPicturePool * | fPicturePool |
| TGMimeTypes * | fMimeTypeList |
| Colormap_t | fDefaultColormap |
| Bool_t | fGlobalNeedRedraw |
| Bool_t | fForceRedraw |
| THashList * | fWlist |
| TList * | fPlist |
| TList * | fUWHandlers |
| EGEventType | fWaitForEvent |
| Window_t | fWaitForWindow |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 86 of file TGClient.h. Referenced by TGWindow::GetMainFrame(). |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 94 of file TGClient.h. References fForceRedraw. |
|
|
Referenced by TGWindow::HandleExpose(), TGColorFrame::SetActive(), TGSlider::SetPosition(), and TGDoubleSlider::SetPosition(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 108 of file TGClient.h. Referenced by TGFrame::GetResourcePool(). |
|
|
Definition at line 110 of file TGClient.h. |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 115 of file TGClient.h. |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Definition at line 120 of file TGClient.h. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 125 of file TGClient.h. References fDefaultColormap. |
|
|
Definition at line 126 of file TGClient.h. |
|
|
Definition at line 53 of file TGClient.h. |
|
|
Definition at line 54 of file TGClient.h. |
|
|
Definition at line 55 of file TGClient.h. |
|
|
Definition at line 56 of file TGClient.h. |
|
|
Definition at line 57 of file TGClient.h. |
|
|
Definition at line 58 of file TGClient.h. |
|
|
Definition at line 59 of file TGClient.h. |
|
|
Definition at line 60 of file TGClient.h. |
|
|
Definition at line 61 of file TGClient.h. |
|
|
Definition at line 62 of file TGClient.h. |
|
|
Definition at line 63 of file TGClient.h. |
|
|
Definition at line 64 of file TGClient.h. |
|
|
Definition at line 65 of file TGClient.h. |
|
|
Definition at line 66 of file TGClient.h. |
|
|
Definition at line 67 of file TGClient.h. |
|
|
Definition at line 68 of file TGClient.h. Referenced by GetDefaultColormap(). |
|
|
Definition at line 69 of file TGClient.h. |
|
|
Definition at line 70 of file TGClient.h. Referenced by ForceRedraw(). |
|
|
Definition at line 71 of file TGClient.h. |
|
|
Definition at line 72 of file TGClient.h. |
|
|
Definition at line 73 of file TGClient.h. |
|
|
Definition at line 74 of file TGClient.h. |
|
|
Definition at line 75 of file TGClient.h. |
1.2.16