Logo ROOT  
Reference Guide
ROOT::MacOSX::X11::DrawRectangle Class Reference

Definition at line 173 of file X11Buffer.h.

Public Member Functions

 DrawRectangle (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 () const =0
 
virtual void Execute (CGContextRef) const
 
virtual bool HasOperand (Drawable_t drawable) const
 
virtual bool IsGraphicsCommand () const
 

Private Attributes

Rectangle_t fRectangle
 

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::DrawRectangle:
[legend]

Constructor & Destructor Documentation

◆ DrawRectangle()

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

Definition at line 211 of file X11Buffer.mm.

Member Function Documentation

◆ Execute()

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

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

Definition at line 219 of file X11Buffer.mm.

◆ IsGraphicsCommand()

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

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

Definition at line 180 of file X11Buffer.h.

Member Data Documentation

◆ fRectangle

Rectangle_t ROOT::MacOSX::X11::DrawRectangle::fRectangle
private

Definition at line 175 of file X11Buffer.h.


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