Logo ROOT   6.07/09
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

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

Definition at line 44 of file X11Buffer.mm.

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

Definition at line 37 of file X11Buffer.mm.

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

Definition at line 51 of file X11Buffer.mm.

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

Member Function Documentation

virtual void ROOT::MacOSX::X11::Command::Execute ( ) const
pure virtual
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.

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.

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

Friends And Related Function Documentation

friend class CommandBuffer
friend

Definition at line 50 of file X11Buffer.h.

Member Data Documentation

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

Definition at line 54 of file X11Buffer.h.

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: