Views display content of an application. More...
#import <kanzi/appfw/platform/ios/kza_ios_view.h>
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... | |
Views display content of an application.
| + (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.
|
protected |
Apple embedded AGL context.
|
protected |
Output framebuffer for this application.
|
protected |
Output color buffer for output framebuffer.
|
protected |
Multisampling framebuffer (render target).
|
protected |
Color buffer for multisampling framebuffer.
|
protected |
Depth buffer for multisampling framebuffer.
|
protected |
Animation time for calculating delta between frames.