Definition at line 86 of file X11Buffer.h.
Public Member Functions | |
| DrawSegments (Drawable_t wid, const GCValues_t &gc, const Segment_t *segments, Int_t nSegments) | |
| virtual void | Execute (CGContextRef) const |
| void | Execute () const |
| virtual bool | HasOperand (Drawable_t drawable) const |
| bool | IsGraphicsCommand () const |
| void | setView (NSView *v) |
Protected Attributes | |
| const GCValues_t | fGC |
| const Drawable_t | fID |
| NSView * | view = nil |
Private Attributes | |
| std::vector< Segment_t > | fSegments |
| ROOT::MacOSX::X11::DrawSegments::DrawSegments | ( | Drawable_t | wid, |
| const GCValues_t & | gc, | ||
| const Segment_t * | segments, | ||
| Int_t | nSegments ) |
Definition at line 92 of file X11Buffer.mm.
|
virtualinherited |
Reimplemented in ROOT::MacOSX::X11::DrawBoxXor, and ROOT::MacOSX::X11::DrawLineXor.
Definition at line 58 of file X11Buffer.mm.
|
virtual |
Implements ROOT::MacOSX::X11::Command.
Definition at line 103 of file X11Buffer.mm.
|
virtualinherited |
Reimplemented in ROOT::MacOSX::X11::CopyArea.
Definition at line 63 of file X11Buffer.mm.
|
inlinevirtual |
Reimplemented from ROOT::MacOSX::X11::Command.
Definition at line 93 of file X11Buffer.h.
|
inlineinherited |
Definition at line 63 of file X11Buffer.h.
|
protectedinherited |
Definition at line 50 of file X11Buffer.h.
|
protectedinherited |
Definition at line 49 of file X11Buffer.h.
|
private |
Definition at line 88 of file X11Buffer.h.
|
protectedinherited |
Definition at line 51 of file X11Buffer.h.