Definition at line 180 of file X11Buffer.h.
Public Member Functions | |
| DrawRectangle (Drawable_t wid, const GCValues_t &gc, const Rectangle_t &rectangle) | |
| void | Execute () const override |
| virtual void | Execute (CGContextRef) const |
| virtual bool | HasOperand (Drawable_t drawable) const |
| bool | IsGraphicsCommand () const override |
| void | setView (NSView *v) |
Protected Attributes | |
| const GCValues_t | fGC |
| const Drawable_t | fID |
| NSView * | view = nil |
Private Attributes | |
| Rectangle_t | fRectangle |
#include <X11Buffer.h>
| ROOT::MacOSX::X11::DrawRectangle::DrawRectangle | ( | Drawable_t | wid, |
| const GCValues_t & | gc, | ||
| const Rectangle_t & | rectangle ) |
Definition at line 215 of file X11Buffer.mm.
|
overridevirtual |
Implements ROOT::MacOSX::X11::Command.
Definition at line 223 of file X11Buffer.mm.
|
virtualinherited |
Reimplemented in ROOT::MacOSX::X11::DrawBoxXor, ROOT::MacOSX::X11::DrawLineXor, ROOT::MacOSX::X11::DrawPolyLineXor, and ROOT::MacOSX::X11::DrawMarkerXor.
Definition at line 60 of file X11Buffer.mm.
|
virtualinherited |
Reimplemented in ROOT::MacOSX::X11::CopyArea.
Definition at line 65 of file X11Buffer.mm.
|
inlineoverridevirtual |
Reimplemented from ROOT::MacOSX::X11::Command.
Definition at line 187 of file X11Buffer.h.
|
inlineinherited |
Definition at line 66 of file X11Buffer.h.
|
protectedinherited |
Definition at line 53 of file X11Buffer.h.
|
protectedinherited |
Definition at line 52 of file X11Buffer.h.
|
private |
Definition at line 182 of file X11Buffer.h.
Definition at line 54 of file X11Buffer.h.