Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::MacOSX::X11::DrawMarkerXor Class Reference

Definition at line 260 of file X11Buffer.h.

Public Member Functions

 DrawMarkerXor (Window_t windowID, const TAttMarker &att)
 
void Execute () const override
 
void Execute (CGContextRef ctx) const override
 
virtual bool HasOperand (Drawable_t drawable) const
 
virtual bool IsGraphicsCommand () const
 
void setPoints (Int_t n, TPoint *xy)
 
void setView (NSView *v)
 

Protected Attributes

const GCValues_t fGC
 
const Drawable_t fID
 
NSViewview = nil
 

Private Attributes

TAttMarker fAtt
 
std::vector< TPointfPnts
 
float fScaleFactor = 1.
 

#include <X11Buffer.h>

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

Constructor & Destructor Documentation

◆ DrawMarkerXor()

ROOT::MacOSX::X11::DrawMarkerXor::DrawMarkerXor ( Window_t windowID,
const TAttMarker & att )
inline

Definition at line 267 of file X11Buffer.h.

Member Function Documentation

◆ Execute() [1/2]

void ROOT::MacOSX::X11::DrawMarkerXor::Execute ( ) const
inlineoverridevirtual

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

Definition at line 271 of file X11Buffer.h.

◆ Execute() [2/2]

void ROOT::MacOSX::X11::DrawMarkerXor::Execute ( CGContextRef ctx) const
overridevirtual

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

Definition at line 365 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 65 of file X11Buffer.mm.

◆ IsGraphicsCommand()

◆ setPoints()

void ROOT::MacOSX::X11::DrawMarkerXor::setPoints ( Int_t n,
TPoint * xy )

Definition at line 353 of file X11Buffer.mm.

◆ setView()

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

Definition at line 66 of file X11Buffer.h.

Member Data Documentation

◆ fAtt

TAttMarker ROOT::MacOSX::X11::DrawMarkerXor::fAtt
private

Definition at line 263 of file X11Buffer.h.

◆ fGC

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

Definition at line 53 of file X11Buffer.h.

◆ fID

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

Definition at line 52 of file X11Buffer.h.

◆ fPnts

std::vector<TPoint> ROOT::MacOSX::X11::DrawMarkerXor::fPnts
private

Definition at line 262 of file X11Buffer.h.

◆ fScaleFactor

float ROOT::MacOSX::X11::DrawMarkerXor::fScaleFactor = 1.
private

Definition at line 264 of file X11Buffer.h.

◆ view

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

Definition at line 54 of file X11Buffer.h.


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