ROOT  6.06/08
Reference Guide
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 bool HasOperand (Drawable_t drawable) const
 
virtual bool IsGraphicsCommand () const
 
virtual void Execute () const =0
 
virtual void Execute (CGContextRef) const
 

Protected Attributes

const Drawable_t fID
 
const GCValues_t fGC
 

Private Member Functions

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

Friends

class CommandBuffer
 

#include <X11Buffer.h>

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

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

§ 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

§ fID

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

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