|
Oolite 1.91.0.7712-251017-85ce217
|
Instance Methods | |
| (void) | - showScreen |
| (void) | - nextAxis |
| (NSString *) | - currentAxis |
| (void) | - previousAxis |
| (void) | - increaseDeadzone |
| (void) | - decreaseDeadzone |
| (void) | - nextProfileType |
| (void) | - previousProfileType |
| (void) | - IncreasePower |
| (BOOL) | - currentProfileIsSpline |
| (void) | - DecreasePower |
| (void) | - IncreaseParam |
| (void) | - DecreaseParam |
| (void) | - saveSettings |
| (void) | - graphProfile:at:size: |
| (void) | - startEdit |
| (NSString *) | - profileType |
Definition at line 45 of file PlayerEntityStickProfile.m.
| - (NSString *) currentAxis |
Extends class StickProfileScreen.
Definition at line 359 of file PlayerEntityStickProfile.m.
References AXIS_PITCH, AXIS_ROLL, AXIS_YAW, currentAxis, and DESC.
Referenced by currentAxis.
| - (BOOL) currentProfileIsSpline |
Extends class StickProfileScreen.
Definition at line 441 of file PlayerEntityStickProfile.m.
References currentProfileIsSpline.
Referenced by currentProfileIsSpline.
| - (void) decreaseDeadzone |
Extends class StickProfileScreen.
Definition at line 386 of file PlayerEntityStickProfile.m.
References OOJoystickAxisProfile::deadzone, decreaseDeadzone, OOJoystickAxisProfile::setDeadzone:, and StickProfileScreen::showScreen.
Referenced by decreaseDeadzone.
| - (void) DecreaseParam |
Extends class StickProfileScreen.
Definition at line 495 of file PlayerEntityStickProfile.m.
References DecreaseParam, OOJoystickStandardAxisProfile::parameter, OOJoystickStandardAxisProfile::setParameter:, and StickProfileScreen::showScreen.
Referenced by DecreaseParam.
| - (void) DecreasePower |
Extends class StickProfileScreen.
Definition at line 465 of file PlayerEntityStickProfile.m.
References DecreasePower, OOJoystickStandardAxisProfile::power, OOJoystickStandardAxisProfile::setPower:, and StickProfileScreen::showScreen.
Referenced by DecreasePower.
| - (void) graphProfile: | (GLfloat) | alpha | |
| at: | (Vector) | at | |
| size: | (NSSize) | size |
Extends class StickProfileScreen.
Definition at line 510 of file PlayerEntityStickProfile.m.
References OOJoystickSplineAxisProfile::controlPoints, DESC, GLDrawFilledOval(), GLScaledLineWidth(), OO_ENTER_OPENGL, OODrawString(), OODrawStringAligned(), OOGL, OOGLBEGIN, and OOGLEND.
| - (void) increaseDeadzone |
Extends class StickProfileScreen.
Definition at line 375 of file PlayerEntityStickProfile.m.
References OOJoystickAxisProfile::deadzone, increaseDeadzone, OOJoystickAxisProfile::setDeadzone:, and StickProfileScreen::showScreen.
Referenced by increaseDeadzone.
| - (void) IncreaseParam |
Extends class StickProfileScreen.
Definition at line 480 of file PlayerEntityStickProfile.m.
References IncreaseParam, OOJoystickStandardAxisProfile::parameter, OOJoystickStandardAxisProfile::setParameter:, and StickProfileScreen::showScreen.
Referenced by IncreaseParam.
| - (void) IncreasePower |
Extends class StickProfileScreen.
Definition at line 450 of file PlayerEntityStickProfile.m.
References IncreasePower, OOJoystickStandardAxisProfile::power, OOJoystickStandardAxisProfile::setPower:, and StickProfileScreen::showScreen.
Referenced by IncreasePower.
| - (void) nextAxis |
Extends class StickProfileScreen.
Definition at line 339 of file PlayerEntityStickProfile.m.
References AXIS_PITCH, AXIS_ROLL, AXIS_YAW, nextAxis, and StickProfileScreen::showScreen.
Referenced by nextAxis.
| - (void) nextProfileType |
Extends class StickProfileScreen.
Definition at line 397 of file PlayerEntityStickProfile.m.
References OOJoystickAxisProfile::deadzone, nextProfileType, and StickProfileScreen::showScreen.
Referenced by nextProfileType.
| - (void) previousAxis |
Extends class StickProfileScreen.
Definition at line 349 of file PlayerEntityStickProfile.m.
References AXIS_PITCH, AXIS_ROLL, AXIS_YAW, previousAxis, and StickProfileScreen::showScreen.
Referenced by previousAxis.
| - (void) previousProfileType |
Extends class StickProfileScreen.
Definition at line 419 of file PlayerEntityStickProfile.m.
References OOJoystickAxisProfile::deadzone, previousProfileType, and StickProfileScreen::showScreen.
Referenced by previousProfileType.
| - (NSString *) profileType |
Extends class StickProfileScreen.
Definition at line 656 of file PlayerEntityStickProfile.m.
References DESC, and profileType.
Referenced by profileType.
| - (void) saveSettings |
Extends class StickProfileScreen.
Definition at line 582 of file PlayerEntityStickProfile.m.
References saveSettings.
Referenced by saveSettings.
| - (void) showScreen |
Extends class StickProfileScreen.
Definition at line 588 of file PlayerEntityStickProfile.m.
References StickProfileScreen::currentAxis, OOJoystickAxisProfile::deadzone, int(), OOColor::magentaColor, OOJoystickStandardAxisProfile::parameter, OOJoystickStandardAxisProfile::power, StickProfileScreen::profileType, GuiDisplayGen::setArray:forRow:, GuiDisplayGen::setBackgroundTextureKey:, GuiDisplayGen::setColor:forRow:, GuiDisplayGen::setForegroundTextureKey:, GuiDisplayGen::setKey:forRow:, GuiDisplayGen::setSelectableRange:, GuiDisplayGen::setTabStops:, GuiDisplayGen::setText:forRow:, showScreen, STICK_MAX_DEADZONE, STICKPROFILE_MAX_POWER, and OOColor::yellowColor.
Referenced by showScreen.
| - (void) startEdit |
Extends class StickProfileScreen.
Definition at line 563 of file PlayerEntityStickProfile.m.
References AXIS_ROLL, nil, and startEdit.
Referenced by startEdit.