Logo ROOT   6.10/09
Reference Guide
List of all members | Instance Methods | Properties | Private Attributes | List of all members
QuartzPixmap Class Reference

Definition at line 31 of file QuartzPixmap.h.

Instance Methods

(void- addPixel:
 
(void- copy:::::
 
(CGImageRef) - createImageFromPixmap
 
(CGImageRef) - createImageFromPixmap:
 
(unsigned char *) - fData
 
(unsigned) - fHeight
 
(BOOL) - fIsOpenGLWidget
 
(BOOL) - fIsPixmap
 
(unsigned) - fWidth
 
(id) - initWithW:::
 
(void- putPixel:::
 
(unsigned char *) - readColorBits:
 
(BOOL) - resizeW:::
 
- Instance Methods inherited from <X11Drawable>
(int) - fX
 
(int) - fY
 

Properties

CGContextRef fContext
 
unsigned fID
 
- Properties inherited from <X11Drawable>
CGContextRef fContext
 
unsigned fID
 

Private Attributes

ROOT::MacOSX::Util::CFScopeGuard< CGContextRef > fContext
 
std::vector< unsigned char > fData
 
unsigned fHeight
 
unsigned fScaleFactor
 
unsigned fWidth
 

#import <QuartzPixmap.h>

Inheritance diagram for QuartzPixmap:
[legend]

Method Documentation

◆ addPixel:()

- (void) addPixel: (const unsigned char *)  rgb

Definition at line 391 of file QuartzPixmap.mm.

◆ copy:::::()

- (void) copy: (NSObject<X11Drawable> *)  area
: (ROOT::MacOSX::X11::Rectangle withMask
: (QuartzImage *)  clipOrigin
: (ROOT::MacOSX::X11::Point toPoint
: (ROOT::MacOSX::X11::Point dstPoint 

Reimplemented from <X11Drawable>.

Definition at line 273 of file QuartzPixmap.mm.

◆ createImageFromPixmap()

- (CGImageRef) createImageFromPixmap

Definition at line 103 of file QuartzPixmap.mm.

◆ createImageFromPixmap:()

- (CGImageRef) createImageFromPixmap: (ROOT::MacOSX::X11::Rectangle cropArea

Definition at line 109 of file QuartzPixmap.mm.

◆ fData()

- (unsigned char *) fData

◆ fHeight()

- (unsigned) fHeight

Reimplemented from <X11Drawable>.

◆ fIsOpenGLWidget()

- (BOOL) fIsOpenGLWidget

Reimplemented from <X11Drawable>.

Definition at line 156 of file QuartzPixmap.mm.

◆ fIsPixmap()

- (BOOL) fIsPixmap

Reimplemented from <X11Drawable>.

Definition at line 150 of file QuartzPixmap.mm.

◆ fWidth()

- (unsigned) fWidth

Reimplemented from <X11Drawable>.

◆ initWithW:::()

- (id) initWithW: (unsigned)  H
: (unsigned)  scaleFactor
: (CGFloat)  scaleFactor 

Definition at line 37 of file QuartzPixmap.mm.

◆ putPixel:::()

- (void) putPixel: (const unsigned char *)  X
: (unsigned)  Y
: (unsigned)  y 

Definition at line 351 of file QuartzPixmap.mm.

◆ readColorBits:()

- (unsigned char *) readColorBits: (ROOT::MacOSX::X11::Rectangle area

Reimplemented from <X11Drawable>.

Definition at line 288 of file QuartzPixmap.mm.

◆ resizeW:::()

- (BOOL) resizeW: (unsigned)  H
: (unsigned)  scaleFactor
: (CGFloat)  scaleFactor 

Definition at line 53 of file QuartzPixmap.mm.

Member Data Documentation

◆ fContext

- (CGContextRef) fContext
private

Definition at line 41 of file QuartzPixmap.h.

◆ fData

- (unsigned char *) fData
private

Definition at line 40 of file QuartzPixmap.h.

◆ fHeight

- (unsigned) fHeight
private

Definition at line 38 of file QuartzPixmap.h.

◆ fScaleFactor

- (unsigned) fScaleFactor
private

Definition at line 43 of file QuartzPixmap.h.

◆ fWidth

- (unsigned) fWidth
private

Definition at line 37 of file QuartzPixmap.h.

Property Documentation

◆ fContext

- (CGContextRef) fContext
readnonatomicassign

Definition at line 59 of file QuartzPixmap.h.

◆ fID

- (unsigned) fID
readwritenonatomicassign

Definition at line 34 of file QuartzPixmap.h.


The documentation for this class was generated from the following files: