Definition at line 95 of file X11Buffer.h.
Public Member Functions | |
ClearArea (Window_t wid, const Rectangle_t &area) | |
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 (CGContextRef) const |
virtual bool | HasOperand (Drawable_t drawable) const |
Private Attributes | |
const Rectangle_t | fArea |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::MacOSX::X11::Command | |
const GCValues_t | fGC |
const Drawable_t | fID |
#include <X11Buffer.h>
ROOT::MacOSX::X11::ClearArea::ClearArea | ( | Window_t | wid, |
const Rectangle_t & | area | ||
) |
Definition at line 111 of file X11Buffer.mm.
|
virtual |
Implements ROOT::MacOSX::X11::Command.
Definition at line 118 of file X11Buffer.mm.
|
inlinevirtual |
Reimplemented from ROOT::MacOSX::X11::Command.
Definition at line 102 of file X11Buffer.h.
|
private |
Definition at line 97 of file X11Buffer.h.