|
Oolite
|
#include <OOJoystickProfile.h>
Inheritance diagram for OOJoystickSplineAxisProfile:
Collaboration diagram for OOJoystickSplineAxisProfile:Instance Methods | |
| (id) | - init |
| (void) | - dealloc |
| (id) | - copyWithZone: |
| (int) | - addControl: |
| (NSPoint) | - pointAtIndex: |
| (int) | - countPoints |
| (void) | - removeControl: |
| (void) | - clearControlPoints |
| (void) | - moveControl:point: |
| (double) | - rawValue: |
| (double) | - gradient: |
| (NSArray *) | - controlPoints |
| (BOOL) | - makeSegments [implementation] |
Instance Methods inherited from OOJoystickAxisProfile | |
| (double) | - value: |
| (double) | - deadzone |
| (void) | - setDeadzone: |
Private Attributes | |
| NSMutableArray * | controlPoints |
| NSArray * | segments |
Definition at line 72 of file OOJoystickProfile.h.
| - (int) addControl: | (NSPoint) | point |
Definition at line 39 of file OOJoystickProfile.m.
| - (void) clearControlPoints |
Definition at line 39 of file OOJoystickProfile.m.
| - (NSArray *) controlPoints |
Definition at line 39 of file OOJoystickProfile.m.
| - (id) copyWithZone: | (NSZone *) | zone |
Reimplemented from OOJoystickAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (int) countPoints |
Definition at line 39 of file OOJoystickProfile.m.
| - (void) dealloc |
Definition at line 39 of file OOJoystickProfile.m.
| - (double) gradient: | (double) | x |
Definition at line 39 of file OOJoystickProfile.m.
| - (id) init |
Reimplemented from OOJoystickAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
|
implementation |
Provided by category OOJoystickSplineAxisProfile(Private).
Definition at line 39 of file OOJoystickProfile.m.
| - (void) moveControl: | (NSInteger) | index | |
| point: | (NSPoint) | point | |
Definition at line 39 of file OOJoystickProfile.m.
| - (NSPoint) pointAtIndex: | (NSInteger) | index |
Definition at line 39 of file OOJoystickProfile.m.
| - (double) rawValue: | (double) | x |
Reimplemented from OOJoystickAxisProfile.
Definition at line 39 of file OOJoystickProfile.m.
| - (void) removeControl: | (NSInteger) | index |
Definition at line 39 of file OOJoystickProfile.m.
|
private |
Definition at line 75 of file OOJoystickProfile.h.
|
private |
Definition at line 76 of file OOJoystickProfile.h.