#import <Layer.h>
Inherits Layer.

Public Member Functions | |
| (id) | - initWithLayers:vaList: |
| (void) | - switchTo: |
| (void) | - switchToAndReleaseMe: |
Static Public Member Functions | |
| (id) | + layerWithLayers: |
| - (id) initWithLayers: | (Layer *) | layer | ||
| vaList: | (va_list) | params | ||
initializes a MultiplexLayer with one or more layers
| + (id) layerWithLayers: | (Layer *) | layer | ||
| , | NS_REQUIRES_NIL_TERMINATION | |||
creates a MultiplexLayer with one or more layers
| - (void) switchTo: | (unsigned int) | n |
switches to a certain layer indexed by n
| - (void) switchToAndReleaseMe: | (unsigned int) | n |
release the current layer and switches to another layer indexed by n
1.5.8