Definition at line 31 of file QuartzPixmap.h.
Instance Methods | |
| (void) | - addPixel: |
| (void) | - copy:area:withMask:clipOrigin:toPoint: |
| (CGImageRef) | - createImageFromPixmap |
| (CGImageRef) | - createImageFromPixmap: |
| (unsigned char *) | - fData |
| (unsigned) | - fHeight |
| (BOOL) | - fIsOpenGLWidget |
| (BOOL) | - fIsPixmap |
| (CGFloat) | - fScaleFactor |
| (unsigned) | - fWidth |
| (int) | - fX |
| (int) | - fY |
| (TVirtualX::EDrawMode) | - getDrawMode |
| (id) | - initWithW:H:scaleFactor: |
| (BOOL) | - isDirectDraw |
| (void) | - putPixel:X:Y: |
| (unsigned char *) | - readColorBits: |
| (BOOL) | - resizeW:H:scaleFactor: |
| (void) | - setDirectDraw: |
| (void) | - setDrawMode: |
Properties | |
| TAttFill * | attFill |
| TAttLine * | attLine |
| TAttMarker * | attMarker |
| TAttText * | attText |
| CGContextRef | fContext |
| unsigned | fID |
Private Attributes | |
| TAttFill | fAttFill |
| current fill attributes | |
| TAttLine | fAttLine |
| current line attributes | |
| TAttMarker | fAttMarker |
| current marker attribute | |
| TAttText | fAttText |
| current text attribute | |
| ROOT::MacOSX::Util::CFScopeGuard< CGContextRef > | fContext |
| std::vector< unsigned char > | fData |
| BOOL | fDirectDraw |
| unsigned | fHeight |
| CGFloat | fScaleFactor |
| unsigned | fWidth |
#include <QuartzPixmap.h>
| - (void) addPixel: | (const unsigned char *) | rgb |
Definition at line 433 of file QuartzPixmap.mm.
| - (void) copy: | (NSObject<X11Drawable> *) | src | |
| area: | (ROOT::MacOSX::X11::Rectangle) | area | |
| withMask: | (QuartzImage *) | mask | |
| clipOrigin: | (ROOT::MacOSX::X11::Point) | origin | |
| toPoint: | (ROOT::MacOSX::X11::Point) | dstPoint |
Reimplemented from <X11Drawable>.
Definition at line 315 of file QuartzPixmap.mm.
| - (CGImageRef) createImageFromPixmap |
Definition at line 103 of file QuartzPixmap.mm.
| - (CGImageRef) createImageFromPixmap: | (ROOT::MacOSX::X11::Rectangle) | cropArea |
Definition at line 109 of file QuartzPixmap.mm.
| - (unsigned char *) fData |
| - (unsigned) fHeight |
Reimplemented from <X11Drawable>.
| - (BOOL) fIsOpenGLWidget |
Reimplemented from <X11Drawable>.
Definition at line 156 of file QuartzPixmap.mm.
| - (BOOL) fIsPixmap |
Reimplemented from <X11Drawable>.
Definition at line 150 of file QuartzPixmap.mm.
| - (CGFloat) fScaleFactor |
Reimplemented from <X11Drawable>.
| - (unsigned) fWidth |
Reimplemented from <X11Drawable>.
| - (int) fX |
Reimplemented in QuartzView, and QuartzWindow.
| - (int) fY |
Reimplemented in QuartzView, and QuartzWindow.
| - (EDrawMode X11Drawable-)p: |
Reimplemented in QuartzView, and QuartzWindow.
| - (id) initWithW: | (unsigned) | width | |
| H: | (unsigned) | height | |
| scaleFactor: | (CGFloat) | scaleFactor |
Definition at line 37 of file QuartzPixmap.mm.
| - (BOOL) isDirectDraw |
Reimplemented from <X11Drawable>.
Definition at line 222 of file QuartzPixmap.mm.
| - (void) putPixel: | (const unsigned char *) | data | |
| X: | (unsigned) | x | |
| Y: | (unsigned) | y |
Definition at line 393 of file QuartzPixmap.mm.
| - (unsigned char *) readColorBits: | (ROOT::MacOSX::X11::Rectangle) | area |
Reimplemented from <X11Drawable>.
Definition at line 330 of file QuartzPixmap.mm.
| - (BOOL) resizeW: | (unsigned) | width | |
| H: | (unsigned) | height | |
| scaleFactor: | (CGFloat) | scaleFactor |
Definition at line 54 of file QuartzPixmap.mm.
| - (void) setDirectDraw: | (BOOL) | mode |
Reimplemented from <X11Drawable>.
Definition at line 216 of file QuartzPixmap.mm.
| - (void) setDrawMode: | (TVirtualX::EDrawMode) | newMode |
Reimplemented in QuartzView, and QuartzWindow.
|
private |
current fill attributes
Definition at line 46 of file QuartzPixmap.h.
|
private |
current line attributes
Definition at line 45 of file QuartzPixmap.h.
|
private |
current marker attribute
Definition at line 47 of file QuartzPixmap.h.
|
private |
current text attribute
Definition at line 48 of file QuartzPixmap.h.
|
private |
Definition at line 168 of file QuartzPixmap.mm.
|
private |
Definition at line 387 of file QuartzPixmap.mm.
|
private |
Definition at line 50 of file QuartzPixmap.h.
|
private |
Definition at line 184 of file QuartzPixmap.mm.
|
private |
Definition at line 162 of file QuartzPixmap.mm.
|
private |
Definition at line 176 of file QuartzPixmap.mm.
|
readnonatomicassign |
Definition at line 198 of file QuartzPixmap.mm.
|
readnonatomicassign |
Definition at line 192 of file QuartzPixmap.mm.
|
readnonatomicassign |
Definition at line 204 of file QuartzPixmap.mm.
|
readnonatomicassign |
Definition at line 210 of file QuartzPixmap.mm.
|
readnonatomicassign |
Definition at line 67 of file QuartzPixmap.h.
|
readwritenonatomicassign |
Definition at line 34 of file QuartzPixmap.h.