![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 96 of file QuartzPixmap.h.
Instance Methods | |
| (id) | - initWithW::: |
| (id) | - initMaskWithW::: |
| (id) | - initMaskWithW:: |
| (id) | - initFromPixmap: |
| (id) | - initFromImage: |
| (id) | - initFromImageFlipped: |
| (CGImageRef) | - fImage |
| (BOOL) | - fIsPixmap |
| (BOOL) | - fIsOpenGLWidget |
| (unsigned) | - fWidth |
| (unsigned) | - fHeight |
| (unsigned char *) | - readColorBits: |
Instance Methods inherited from <X11Drawable> | |
| (int) | - fX |
| (int) | - fY |
| (void) | - copy::::: |
Properties | |
| BOOL | fIsStippleMask |
| unsigned | fID |
Properties inherited from <X11Drawable> | |
| unsigned | fID |
| CGContextRef | fContext |
Private Attributes | |
| unsigned | fWidth |
| unsigned | fHeight |
| ROOT::MacOSX::Util::CFScopeGuard< CGImageRef > | fImage |
| std::vector< unsigned char > | fImageData |
#import <QuartzPixmap.h>
Inheritance diagram for QuartzImage:
Collaboration diagram for QuartzImage:| - (unsigned) fHeight |
Reimplemented from <X11Drawable>.
Definition at line 802 of file QuartzPixmap.mm.
| - (CGImageRef) fImage |
Definition at line 808 of file QuartzPixmap.mm.
| - (BOOL) fIsOpenGLWidget |
Reimplemented from <X11Drawable>.
Definition at line 790 of file QuartzPixmap.mm.
| - (BOOL) fIsPixmap |
Reimplemented from <X11Drawable>.
Definition at line 784 of file QuartzPixmap.mm.
| - (unsigned) fWidth |
Reimplemented from <X11Drawable>.
Definition at line 796 of file QuartzPixmap.mm.
| - (id) initFromImage: | (QuartzImage *) | image |
Definition at line 620 of file QuartzPixmap.mm.
| - (id) initFromImageFlipped: | (QuartzImage *) | image |
Definition at line 631 of file QuartzPixmap.mm.
| - (id) initFromPixmap: | (QuartzPixmap *) | pixmap |
Definition at line 609 of file QuartzPixmap.mm.
| - (id) initMaskWithW: | (unsigned) | H | |
| : | (unsigned) | height | |
Definition at line 563 of file QuartzPixmap.mm.
| - (id) initMaskWithW: | (unsigned) | H | |
| : | (unsigned) | bitmapMask | |
| : | (unsigned char *) | mask | |
Definition at line 515 of file QuartzPixmap.mm.
| - (id) initWithW: | (unsigned) | H | |
| : | (unsigned) | data | |
| : | (unsigned char *) | data | |
Definition at line 455 of file QuartzPixmap.mm.
| - (unsigned char *) readColorBits: | (ROOT::MacOSX::X11::Rectangle) | area |
Reimplemented from <X11Drawable>.
Definition at line 730 of file QuartzPixmap.mm.
|
private |
Definition at line 103 of file QuartzPixmap.h.
Referenced by ROOT::MacOSX::X11::ClipToShapeMask().
|
private |
Definition at line 105 of file QuartzPixmap.h.
Referenced by ROOT::MacOSX::X11::ClipToShapeMask().
|
private |
Definition at line 106 of file QuartzPixmap.h.
|
private |
Definition at line 102 of file QuartzPixmap.h.
Referenced by ROOT::MacOSX::X11::ClipToShapeMask().
|
readwritenonatomicassign |
Definition at line 100 of file QuartzPixmap.h.
|
readnonatomicassign |
Definition at line 99 of file QuartzPixmap.h.
Referenced by TGCocoa::ShapeCombineMask().