#import <LKTimingFunction.h>
Abgeleitet von NSObject und < NSCoding >.
Öffentliche Methoden | |
| (id) | - initWithControlPoints:fp8:fp12:fp16: |
| (void) | - dealloc |
| (void) | - _getPoints: |
| (void) | - getControlPointAtIndex:values: |
| (void) | - encodeWithCoder: |
| (id) | - initWithCoder: |
Öffentliche, statische Methoden | |
| (id) | + functionWithControlPoints:fp8:fp12:fp16: |
| (id) | + functionWithName: |
Geschützte Attribute | |
| struct LKTimingFunctionPrivate * | _priv |
Definiert in Zeile 11 der Datei LKTimingFunction.h.
| + (id) functionWithControlPoints: | (float) | |||
| fp8: | (float) | |||
| fp12: | (float) | |||
| fp16: | (float) | fp20 | ||
| + (id) functionWithName: | (id) | fp8 |
| - (id) initWithControlPoints: | (float) | |||
| fp8: | (float) | |||
| fp12: | (float) | |||
| fp16: | (float) | fp20 | ||
| - (void) dealloc |
Implementiert NSObject.
| - (void) _getPoints: | (float *) | fp8 |
| - (void) getControlPointAtIndex: | (unsigned long) | fp8 | ||
| values: | (float) | fp12[2] | ||
| - (void) encodeWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
| - (id) initWithCoder: | (id) | fp8 |
Erneute Implementation von < NSCoding >.
- (struct LKTimingFunctionPrivate*) _priv [read, protected] |
Definiert in Zeile 13 der Datei LKTimingFunction.h.