Definition at line 226 of file X11Buffer.h.
Public Member Functions | |
DrawLineXor (Window_t windowID, const Point &p1, const Point &p2) | |
Point | end () const |
void | Execute () const |
void | Execute (CGContextRef ctx) const |
Point | start () 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 bool | IsGraphicsCommand () const |
void | setView (NSView *v) |
Private Attributes | |
Point | fP1 |
Point | fP2 |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::MacOSX::X11::Command | |
const GCValues_t | fGC |
const Drawable_t | fID |
NSView * | view = nil |
#include <X11Buffer.h>
ROOT::MacOSX::X11::DrawLineXor::DrawLineXor | ( | Window_t | windowID, |
const Point & | p1, | ||
const Point & | p2 | ||
) |
Definition at line 297 of file X11Buffer.mm.
|
inline |
Definition at line 238 of file X11Buffer.h.
|
virtual |
Implements ROOT::MacOSX::X11::Command.
Definition at line 305 of file X11Buffer.mm.
|
virtual |
Reimplemented from ROOT::MacOSX::X11::Command.
Definition at line 311 of file X11Buffer.mm.
|
inline |
Definition at line 237 of file X11Buffer.h.
|
private |
Definition at line 228 of file X11Buffer.h.
|
private |
Definition at line 229 of file X11Buffer.h.