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

Definition at line 147 of file X11Buffer.h.

Public Member Functions

 FillRectangle (Drawable_t wid, const GCValues_t &gc, const Rectangle_t &rectangle)
 
void Execute () const
 
bool IsGraphicsCommand () 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 void Execute (CGContextRef) const
 
virtual bool HasOperand (Drawable_t drawable) const
 
void setView (NSView *v)
 

Private Attributes

const Rectangle_t fRectangle
 

Additional Inherited Members

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

#include <X11Buffer.h>

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

Constructor & Destructor Documentation

◆ FillRectangle()

ROOT::MacOSX::X11::FillRectangle::FillRectangle ( Drawable_t  wid,
const GCValues_t gc,
const Rectangle_t rectangle 
)

Definition at line 173 of file X11Buffer.mm.

Member Function Documentation

◆ Execute()

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

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

Definition at line 181 of file X11Buffer.mm.

◆ IsGraphicsCommand()

bool ROOT::MacOSX::X11::FillRectangle::IsGraphicsCommand ( ) const
inlinevirtual

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

Definition at line 154 of file X11Buffer.h.

Member Data Documentation

◆ fRectangle

const Rectangle_t ROOT::MacOSX::X11::FillRectangle::fRectangle
private

Definition at line 149 of file X11Buffer.h.

  • graf2d/cocoa/inc/X11Buffer.h
  • graf2d/cocoa/src/X11Buffer.mm