Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
 
virtual bool HasOperand (Drawable_t drawable) const
 
virtual bool IsGraphicsCommand () const
 
void setView (NSView *v)
 

Protected Attributes

const GCValues_t fGC
 
const Drawable_t fID
 
NSViewview = nil
 

Private Attributes

Point fP1
 
Point fP2
 

#include <X11Buffer.h>

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

Constructor & Destructor Documentation

◆ DrawBoxXor()

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

Definition at line 265 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 277 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 287 of file X11Buffer.mm.

◆ HasOperand()

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

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

Definition at line 63 of file X11Buffer.mm.

◆ IsGraphicsCommand()

◆ setView()

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

Definition at line 63 of file X11Buffer.h.

Member Data Documentation

◆ fGC

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

Definition at line 50 of file X11Buffer.h.

◆ fID

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

Definition at line 49 of file X11Buffer.h.

◆ 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.

◆ view

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

Definition at line 51 of file X11Buffer.h.


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