Qt 4.8
Public Functions | Protected Variables | List of all members
PaintDeviceHelper Class Reference
Inheritance diagram for PaintDeviceHelper:

Public Functions

(void) - eaglView:usesFramebuffer:
 

Protected Variables

EAGLPaintDevicedevice
 

Detailed Description

Definition at line 52 of file quikitwindowsurface.mm.

Functions

◆ eaglView:usesFramebuffer:()

- (void) eaglView: (EAGLView *)  view
usesFramebuffer: (GLuint)  buffer 

Definition at line 99 of file quikitwindowsurface.mm.

99  :(EAGLView *)view usesFramebuffer:(GLuint)buffer
100 {
101  Q_UNUSED(view)
102  if (device)
103  device->setFramebuffer(buffer);
104 }
EAGLPaintDevice * device
void setFramebuffer(GLuint buffer)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

Properties

◆ device

- (EAGLPaintDevice *) device
readwritenonatomicassignprotected

Definition at line 53 of file quikitwindowsurface.mm.


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