KzaView Class Reference

Views display content of an application. More...

#import <kanzi/appfw/platform/ios/kza_ios_view.h>

Inheritance diagram for KzaView:

Instance Methods

(id) - initWithFrame:
 Override initialization function. More...
 
(void) - reinit
 Reinitialization after orientation change. More...
 
(void) - drawFrame:
 State update callback function. More...
 
(GLuint) - framebuffer
 Getter for default framebuffer. More...
 
(BOOL- isMultipleTouchEnabled
 Override to allow multitouch events. More...
 

Class Methods

(Class) + layerClass
 Override class to indicate GL capability. More...
 

Protected Attributes

EAGLContext * context
 Apple embedded AGL context. More...
 
GLuint finalFramebuffer
 Output framebuffer for this application. More...
 
GLuint finalColorRenderbuffer
 Output color buffer for output framebuffer. More...
 
GLuint sampleFramebuffer
 Multisampling framebuffer (render target). More...
 
GLuint sampleColorRenderbuffer
 Color buffer for multisampling framebuffer. More...
 
GLuint sampleDepthRenderbuffer
 Depth buffer for multisampling framebuffer. More...
 
kzUint previousTime
 Animation time for calculating delta between frames. More...
 

Detailed Description

Views display content of an application.

Method Documentation

+ (Class) layerClass

Override class to indicate GL capability.

- (id) initWithFrame: (CGRect)  aRect

Override initialization function.

- (void) reinit

Reinitialization after orientation change.

- (void) drawFrame: (CADisplayLink *)  sender

State update callback function.

- (GLuint) framebuffer

Getter for default framebuffer.

- (BOOL) isMultipleTouchEnabled

Override to allow multitouch events.

Member Data Documentation

- (EAGLContext*) context
protected

Apple embedded AGL context.

- (GLuint) finalFramebuffer
protected

Output framebuffer for this application.

- (GLuint) finalColorRenderbuffer
protected

Output color buffer for output framebuffer.

- (GLuint) sampleFramebuffer
protected

Multisampling framebuffer (render target).

- (GLuint) sampleColorRenderbuffer
protected

Color buffer for multisampling framebuffer.

- (GLuint) sampleDepthRenderbuffer
protected

Depth buffer for multisampling framebuffer.

- (kzUint) previousTime
protected

Animation time for calculating delta between frames.


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