#include "TGuiBldDragManager.h"
#include "TGuiBldEditor.h"
#include "TRootGuiBuilder.h"
#include "TTimer.h"
#include "TList.h"
#include "TClass.h"
#include "TSystem.h"
#include "TROOT.h"
#include "TColor.h"
#include "TImage.h"
#include "TError.h"
#include "TClassMenuItem.h"
#include "TMethod.h"
#include "TMethodCall.h"
#include "TBaseClass.h"
#include "TDataMember.h"
#include "TMethodArg.h"
#include "TToggle.h"
#include "TDataType.h"
#include "TObjString.h"
#include "TInterpreter.h"
#include "KeySymbols.h"
#include "TGResourcePool.h"
#include "TGMenu.h"
#include "TGFileDialog.h"
#include "TGMsgBox.h"
#include "TRandom.h"
#include "TGButton.h"
#include "TGMdi.h"
#include "TGTextEntry.h"
#include "TGDockableFrame.h"
#include "TGColorDialog.h"
#include "TGFontDialog.h"
#include "TGComboBox.h"
#include "TGCanvas.h"
#include "TGLabel.h"
#include "TGProgressBar.h"
#include "TGScrollBar.h"
#include "TVirtualX.h"
#include "strlcpy.h"
#include "snprintf.h"
Classes | |
class | TGAroundFrame |
class | TGGrabRect |
class | TGuiBldDragManagerGrid |
class | TGuiBldDragManagerPimpl |
class | TGuiBldDragManagerRepeatTimer |
class | TGuiBldMenuDialog |
Functions | |
static Bool_t | containBaseClass (const char *somestring, TClass *cl) |
Helper. | |
static TString | CreateArgumentTitle (TMethodArg *argument) |
Create a string describing method argument. | |
static TString | FindMenuIconName (TString &in) |
Return a name of icon. | |
static Window_t | GetWindowFromPoint (Int_t x, Int_t y) |
Helper. Return a window located at point x,y (in screen coordinates) | |
static void | GuiBldErrorHandler (Int_t, Bool_t, const char *, const char *) |
Our own error handler (not used yet) | |
static Bool_t | IsParentOfGrab (Window_t id, const TGWindow *grab) |
Helper for IsPointVisible. | |
static void | layoutFrame (TGFrame *frame) |
Helper to layout. | |
Variables | |
static UInt_t | gGridStep = 8 |
static TGuiBldDragManager * | gGuiBldDragManager = 0 |
static const char * | gImageTypes [] |
static TGuiBldMenuDialog * | gMenuDialog = 0 |
static const char * | gSaveMacroTypes [] |
Helper.
Definition at line 5286 of file TGuiBldDragManager.cxx.
|
static |
Create a string describing method argument.
Definition at line 266 of file TGuiBldDragManager.cxx.
Return a name of icon.
Definition at line 5271 of file TGuiBldDragManager.cxx.
Helper. Return a window located at point x,y (in screen coordinates)
Definition at line 468 of file TGuiBldDragManager.cxx.
Our own error handler (not used yet)
Definition at line 519 of file TGuiBldDragManager.cxx.
Helper for IsPointVisible.
Definition at line 1421 of file TGuiBldDragManager.cxx.
Helper to layout.
Definition at line 492 of file TGuiBldDragManager.cxx.
|
static |
Definition at line 71 of file TGuiBldDragManager.cxx.
|
static |
Definition at line 72 of file TGuiBldDragManager.cxx.
|
static |
Definition at line 82 of file TGuiBldDragManager.cxx.
|
static |
Definition at line 136 of file TGuiBldDragManager.cxx.
|
static |
Definition at line 76 of file TGuiBldDragManager.cxx.