Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | Protected Attributes | Private Member Functions | Friends | List of all members
ROOT::MacOSX::X11::Command Class Referenceabstract

Definition at line 49 of file X11Buffer.h.

Public Member Functions

 Command (Drawable_t wid)
 
 Command (Drawable_t wid, const GCValues_t &gc)
 
virtual ~Command ()
 
virtual void Execute () const =0
 
virtual void Execute (CGContextRef) const
 
virtual bool HasOperand (Drawable_t drawable) const
 
virtual bool IsGraphicsCommand () const
 

Protected Attributes

const GCValues_t fGC
 
const Drawable_t fID
 

Private Member Functions

 Command (const Command &rhs)
 
Commandoperator= (const Command &rhs)
 

Friends

class CommandBuffer
 

#include <X11Buffer.h>

Inheritance diagram for ROOT::MacOSX::X11::Command:
[legend]

Constructor & Destructor Documentation

◆ Command() [1/3]

ROOT::MacOSX::X11::Command::Command ( Drawable_t  wid)

Definition at line 44 of file X11Buffer.mm.

◆ Command() [2/3]

ROOT::MacOSX::X11::Command::Command ( Drawable_t  wid,
const GCValues_t gc 
)

Definition at line 37 of file X11Buffer.mm.

◆ ~Command()

ROOT::MacOSX::X11::Command::~Command ( )
virtual

Definition at line 51 of file X11Buffer.mm.

◆ Command() [3/3]

ROOT::MacOSX::X11::Command::Command ( const Command rhs)
private

Member Function Documentation

◆ Execute() [1/2]

virtual void ROOT::MacOSX::X11::Command::Execute ( ) const
pure virtual

◆ Execute() [2/2]

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

Reimplemented in ROOT::MacOSX::X11::DrawLineXor, and ROOT::MacOSX::X11::DrawBoxXor.

Definition at line 56 of file X11Buffer.mm.

◆ HasOperand()

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

Reimplemented in ROOT::MacOSX::X11::CopyArea.

Definition at line 61 of file X11Buffer.mm.

◆ IsGraphicsCommand()

bool ROOT::MacOSX::X11::Command::IsGraphicsCommand ( ) const
virtual

◆ operator=()

Command& ROOT::MacOSX::X11::Command::operator= ( const Command rhs)
private

Friends And Related Function Documentation

◆ CommandBuffer

friend class CommandBuffer
friend

Definition at line 50 of file X11Buffer.h.

Member Data Documentation

◆ fGC

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

Definition at line 54 of file X11Buffer.h.

◆ fID

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

Definition at line 53 of file X11Buffer.h.


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