![]() |
API
0.9.7
|
#import <CPStepper.h>
Class Methods | |
(CPString) | + defaultThemeClass |
(CPStepper) | + stepper |
(CPStepper) | + stepperWithInitialValue:minValue:maxValue: |
(CPDictionary) | + themeAttributes |
![]() | |
(void) | + initialize |
CPStepper is an implementation of Cocoa NSStepper.
This control displays a two part button that can be used to increase or decrease a value with a given interval.
Definition at line 2 of file CPStepper.h.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 360 of file CPStepper.j.
|
implementation |
Definition at line 262 of file CPStepper.j.
|
implementation |
Reimplemented from CPControl.
Provided by category CPStepper(CPCoding).
Definition at line 321 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 368 of file CPStepper.j.
|
implementation |
Reimplemented from CPControl.
Provided by category CPStepper(CPCoding).
Definition at line 305 of file CPStepper.j.
|
implementation |
Initializes a CPStepper.
aFrame | the frame of the control |
Reimplemented from CPControl.
Definition at line 101 of file CPStepper.j.
|
implementation |
Definition at line 170 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 384 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 400 of file CPStepper.j.
|
implementation |
Perform a programatic click on down button.
aSender | sender of the action |
Definition at line 253 of file CPStepper.j.
|
implementation |
Perform a programatic click on up button.
aSender | sender of the action |
Definition at line 244 of file CPStepper.j.
|
implementation |
Set if CPStepper should autorepeat.
shouldAutoRepeat | if YES, the first mouse down does one increment (decrement) and, after each delay of 0.5 seconds |
Definition at line 198 of file CPStepper.j.
|
implementation |
Set the current value of the stepper.
aValue | a float containing the value |
Reimplemented from CPControl.
Definition at line 213 of file CPStepper.j.
|
implementation |
Set if the CPStepper is enabled or not.
shouldEnabled | BOOL that define if stepper is enabled or not. |
Reimplemented from CPControl.
Definition at line 148 of file CPStepper.j.
|
implementation |
Definition at line 157 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 376 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 392 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 408 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 352 of file CPStepper.j.
|
implementation |
Initializes a CPStepper with default values:
Definition at line 75 of file CPStepper.j.
|
implementation |
Initializes a CPStepper with given values.
aValue | the initial value of the CPStepper |
minValue | the minimal acceptable value of the stepper |
maxValue | the maximal acceptable value of the stepper |
Definition at line 53 of file CPStepper.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 267 of file CPStepper.j.
|
implementation |
Synthesized accessor method.
Provided by category CPStepper(CPSynthesizedAccessors).
Definition at line 344 of file CPStepper.j.