ROOT  6.06/08
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::MacOSX::X11::DrawLine Class Reference

Definition at line 72 of file X11Buffer.h.

Public Member Functions

 DrawLine (Drawable_t wid, const GCValues_t &gc, const Point &p1, const Point &p2)
 
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 bool HasOperand (Drawable_t drawable) const
 
virtual void Execute (CGContextRef) const
 

Private Attributes

const Point fP1
 
const Point fP2
 

Additional Inherited Members

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

#include <X11Buffer.h>

+ Inheritance diagram for ROOT::MacOSX::X11::DrawLine:
+ Collaboration diagram for ROOT::MacOSX::X11::DrawLine:

Constructor & Destructor Documentation

§ DrawLine()

ROOT::MacOSX::X11::DrawLine::DrawLine ( Drawable_t  wid,
const GCValues_t gc,
const Point p1,
const Point p2 
)

Definition at line 73 of file X11Buffer.mm.

Member Function Documentation

§ Execute()

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

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

Definition at line 81 of file X11Buffer.mm.

§ IsGraphicsCommand()

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

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

Definition at line 80 of file X11Buffer.h.

Member Data Documentation

§ fP1

const Point ROOT::MacOSX::X11::DrawLine::fP1
private

Definition at line 74 of file X11Buffer.h.

Referenced by Execute().

§ fP2

const Point ROOT::MacOSX::X11::DrawLine::fP2
private

Definition at line 75 of file X11Buffer.h.

Referenced by Execute().


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