Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::MacOSX::X11::CopyArea Class Reference

Definition at line 115 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)
 
void Execute () const override
 
virtual void Execute (CGContextRef) const
 
bool HasOperand (Drawable_t drawable) const override
 
bool IsGraphicsCommand () const override
 
void setView (NSView *v)
 

Protected Attributes

const GCValues_t fGC
 
const Drawable_t fID
 
NSViewview = nil
 

Private Attributes

const Rectangle_t fArea
 
const Point fDstPoint
 
const Drawable_t fSrc
 

#include <X11Buffer.h>

Inheritance diagram for ROOT::MacOSX::X11::CopyArea:
ROOT::MacOSX::X11::Command

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 130 of file X11Buffer.mm.

Member Function Documentation

◆ Execute() [1/2]

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

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

Definition at line 146 of file X11Buffer.mm.

◆ Execute() [2/2]

void ROOT::MacOSX::X11::Command::Execute ( CGContextRef ) const
virtualinherited

◆ HasOperand()

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

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

Definition at line 140 of file X11Buffer.mm.

◆ IsGraphicsCommand()

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

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

Definition at line 125 of file X11Buffer.h.

◆ setView()

void ROOT::MacOSX::X11::Command::setView ( NSView * v)
inlineinherited

Definition at line 66 of file X11Buffer.h.

Member Data Documentation

◆ fArea

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

Definition at line 118 of file X11Buffer.h.

◆ fDstPoint

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

Definition at line 119 of file X11Buffer.h.

◆ fGC

const GCValues_t ROOT::MacOSX::X11::Command::fGC
protectedinherited

Definition at line 53 of file X11Buffer.h.

◆ fID

const Drawable_t ROOT::MacOSX::X11::Command::fID
protectedinherited

Definition at line 52 of file X11Buffer.h.

◆ fSrc

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

Definition at line 117 of file X11Buffer.h.

◆ view

NSView* ROOT::MacOSX::X11::Command::view = nil
protectedinherited

Definition at line 54 of file X11Buffer.h.


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