Definition at line 131 of file X11Buffer.h.
Public Member Functions | |
| DrawString (Drawable_t wid, const GCValues_t &gc, const Point &point, const std::string &text) | |
| 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 | 
| void | setView (NSView *v) | 
Private Attributes | |
| const Point | fPoint | 
| const std::string | fText | 
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::DrawString::DrawString | ( | Drawable_t | wid, | 
| const GCValues_t & | gc, | ||
| const Point & | point, | ||
| const std::string & | text ) | 
Definition at line 154 of file X11Buffer.mm.
      
  | 
  virtual | 
Implements ROOT::MacOSX::X11::Command.
Definition at line 163 of file X11Buffer.mm.
      
  | 
  inlinevirtual | 
Reimplemented from ROOT::MacOSX::X11::Command.
Definition at line 139 of file X11Buffer.h.
Definition at line 133 of file X11Buffer.h.
      
  | 
  private | 
Definition at line 134 of file X11Buffer.h.