ROOT  6.06/09
Reference Guide
Macros | Functions | Variables
TGDNDManager.cxx File Reference
#include "TGFrame.h"
#include "TTimer.h"
#include "TGDNDManager.h"
#include "TRootCanvas.h"
+ Include dependency graph for TGDNDManager.cxx:

Go to the source code of this file.

Macros

#define ROOTDND_PROTOCOL_VERSION   4
 
#define XA_ATOM   ((Atom_t) 4)
 
#define XA_WINDOW   ((Atom_t) 33)
 

Functions

 ClassImp (TGDragWindow) TGDragWindow
 TGDragWindow constructor. More...
 
 ClassImp (TGDNDManager) TGDNDManager
 TGDNDManager constructor. More...
 
static int ArrayLength (Atom_t *a)
 

Variables

TGDNDManagergDNDManager = 0
 

Macro Definition Documentation

#define ROOTDND_PROTOCOL_VERSION   4

Definition at line 17 of file TGDNDManager.cxx.

Referenced by ClassImp().

#define XA_ATOM   ((Atom_t) 4)

Definition at line 18 of file TGDNDManager.cxx.

Referenced by TGDNDManager::HandleDNDEnter().

#define XA_WINDOW   ((Atom_t) 33)

Definition at line 19 of file TGDNDManager.cxx.

Referenced by TGDNDManager::GetRootProxy(), and TGDNDManager::SetRootProxy().

Function Documentation

static int ArrayLength ( Atom_t a)
static

Definition at line 328 of file TGDNDManager.cxx.

Referenced by TGDNDManager::SendDNDEnter().

ClassImp ( TGDragWindow  )

TGDragWindow constructor.

Definition at line 64 of file TGDNDManager.cxx.

ClassImp ( TGDNDManager  )

TGDNDManager constructor.

Definition at line 187 of file TGDNDManager.cxx.

Variable Documentation

TGDNDManager* gDNDManager = 0

Definition at line 53 of file TGDNDManager.cxx.