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

Definition at line 214 of file X11Buffer.h.

Public Member Functions

 DrawBoxXor (Window_t windowID, const Point &p1, const Point &p2)
 
void Execute () const
 
void Execute (CGContextRef ctx) 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 bool HasOperand (Drawable_t drawable) const
 
virtual bool IsGraphicsCommand () const
 

Private Attributes

Point fP1
 
Point fP2
 

Additional Inherited Members

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

#include <X11Buffer.h>

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

Constructor & Destructor Documentation

◆ DrawBoxXor()

ROOT::MacOSX::X11::DrawBoxXor::DrawBoxXor ( Window_t  windowID,
const Point p1,
const Point p2 
)

Definition at line 263 of file X11Buffer.mm.

Member Function Documentation

◆ Execute() [1/2]

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

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

Definition at line 275 of file X11Buffer.mm.

◆ Execute() [2/2]

void ROOT::MacOSX::X11::DrawBoxXor::Execute ( CGContextRef  ctx) const
virtual

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

Definition at line 281 of file X11Buffer.mm.

Member Data Documentation

◆ fP1

Point ROOT::MacOSX::X11::DrawBoxXor::fP1
private

Definition at line 216 of file X11Buffer.h.

◆ fP2

Point ROOT::MacOSX::X11::DrawBoxXor::fP2
private

Definition at line 217 of file X11Buffer.h.


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