Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TGuiBldDragManagerGrid Class Reference

Definition at line 525 of file TGuiBldDragManager.cxx.

Public Member Functions

 TGuiBldDragManagerGrid ()
 Create a grid background for the selected window.
 
 ~TGuiBldDragManagerGrid ()
 ctor.
 
void Draw ()
 Draw grid over edited frame.
 
void InitBgnd ()
 Create grid background.
 
void InitPixmap ()
 Create grid background pixmap.
 
void SetStep (UInt_t step)
 Set the grid step.
 

Public Attributes

Pixmap_t fPixmap
 
TGWindowfWindow
 
Int_t fWinId
 

Static Public Attributes

static TGGCfgBgnd = 0
 
static ULong_t fgPixel = 0
 
static UInt_t fgStep = gGridStep
 

Constructor & Destructor Documentation

◆ TGuiBldDragManagerGrid()

TGuiBldDragManagerGrid::TGuiBldDragManagerGrid ( )

Create a grid background for the selected window.

Definition at line 551 of file TGuiBldDragManager.cxx.

◆ ~TGuiBldDragManagerGrid()

TGuiBldDragManagerGrid::~TGuiBldDragManagerGrid ( )

ctor.

Definition at line 566 of file TGuiBldDragManager.cxx.

Member Function Documentation

◆ Draw()

void TGuiBldDragManagerGrid::Draw ( )

Draw grid over edited frame.

Definition at line 642 of file TGuiBldDragManager.cxx.

◆ InitBgnd()

void TGuiBldDragManagerGrid::InitBgnd ( )

Create grid background.

Definition at line 603 of file TGuiBldDragManager.cxx.

◆ InitPixmap()

void TGuiBldDragManagerGrid::InitPixmap ( )

Create grid background pixmap.

Definition at line 624 of file TGuiBldDragManager.cxx.

◆ SetStep()

void TGuiBldDragManagerGrid::SetStep ( UInt_t step)

Set the grid step.

Definition at line 587 of file TGuiBldDragManager.cxx.

Member Data Documentation

◆ fgBgnd

TGGC * TGuiBldDragManagerGrid::fgBgnd = 0
static

Definition at line 530 of file TGuiBldDragManager.cxx.

◆ fgPixel

ULong_t TGuiBldDragManagerGrid::fgPixel = 0
static

Definition at line 529 of file TGuiBldDragManager.cxx.

◆ fgStep

UInt_t TGuiBldDragManagerGrid::fgStep = gGridStep
static

Definition at line 528 of file TGuiBldDragManager.cxx.

◆ fPixmap

Pixmap_t TGuiBldDragManagerGrid::fPixmap

Definition at line 532 of file TGuiBldDragManager.cxx.

◆ fWindow

TGWindow* TGuiBldDragManagerGrid::fWindow

Definition at line 533 of file TGuiBldDragManager.cxx.

◆ fWinId

Int_t TGuiBldDragManagerGrid::fWinId

Definition at line 534 of file TGuiBldDragManager.cxx.

  • gui/guibuilder/src/TGuiBldDragManager.cxx