ROOT  6.06/08
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::MacOSX::X11::CopyArea Class Reference

Definition at line 112 of file X11Buffer.h.

Public Member Functions

 CopyArea (Drawable_t src, Drawable_t dst, const GCValues_t &gc, const Rectangle_t &area, const Point &dstPoint)
 
bool HasOperand (Drawable_t drawable) const
 
bool IsGraphicsCommand () const
 
void Execute () const
 
- Public Member Functions inherited from ROOT::MacOSX::X11::Command
 Command (Drawable_t wid)
 
 Command (Drawable_t wid, const GCValues_t &gc)
 
virtual ~Command ()
 
virtual void Execute (CGContextRef) const
 

Private Attributes

const Drawable_t fSrc
 
const Rectangle_t fArea
 
const Point fDstPoint
 

Additional Inherited Members

- Protected Attributes inherited from ROOT::MacOSX::X11::Command
const Drawable_t fID
 
const GCValues_t fGC
 

#include <X11Buffer.h>

+ Inheritance diagram for ROOT::MacOSX::X11::CopyArea:
+ Collaboration diagram for ROOT::MacOSX::X11::CopyArea:

Constructor & Destructor Documentation

§ CopyArea()

ROOT::MacOSX::X11::CopyArea::CopyArea ( Drawable_t  src,
Drawable_t  dst,
const GCValues_t gc,
const Rectangle_t area,
const Point dstPoint 
)

Definition at line 126 of file X11Buffer.mm.

Member Function Documentation

§ Execute()

void ROOT::MacOSX::X11::CopyArea::Execute ( ) const
virtual

Implements ROOT::MacOSX::X11::Command.

Definition at line 142 of file X11Buffer.mm.

§ HasOperand()

bool ROOT::MacOSX::X11::CopyArea::HasOperand ( Drawable_t  drawable) const
virtual

Reimplemented from ROOT::MacOSX::X11::Command.

Definition at line 136 of file X11Buffer.mm.

§ IsGraphicsCommand()

bool ROOT::MacOSX::X11::CopyArea::IsGraphicsCommand ( ) const
inlinevirtual

Reimplemented from ROOT::MacOSX::X11::Command.

Definition at line 122 of file X11Buffer.h.

Member Data Documentation

§ fArea

const Rectangle_t ROOT::MacOSX::X11::CopyArea::fArea
private

Definition at line 115 of file X11Buffer.h.

Referenced by Execute().

§ fDstPoint

const Point ROOT::MacOSX::X11::CopyArea::fDstPoint
private

Definition at line 116 of file X11Buffer.h.

Referenced by Execute().

§ fSrc

const Drawable_t ROOT::MacOSX::X11::CopyArea::fSrc
private

Definition at line 114 of file X11Buffer.h.

Referenced by Execute(), and HasOperand().


The documentation for this class was generated from the following files: