Public Member Functions

CC3OpenGLES11StateTrackerManager Class Reference

An CC3OpenGLES11StateTracker that manages a number of other trackers. More...

#import <CC3OpenGLES11StateTracker.h>

Inheritance diagram for CC3OpenGLES11StateTrackerManager:
Inheritance graph
[legend]
Collaboration diagram for CC3OpenGLES11StateTrackerManager:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(void) - initializeTrackers
(id) - initMinimalWithParent:

Detailed Description

An CC3OpenGLES11StateTracker that manages a number of other trackers.

This is an abstract class. Subclasses will define the specific managed trackers.

The open and close methods invoke the open and close methods of each of the managed trackers.


Member Function Documentation

- (void) initializeTrackers

Initializes the managed trackers.

Automatically invoked during instance initialization. The application should not invoke this method.

- (id) initMinimalWithParent: (CC3OpenGLES11StateTracker *)  aTracker

Initializes the instance without invoking the initializeTrackers method.

Automatically invoked when needed during subclass initialization. The application should not invoke this method.


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