Public Member Functions | |
(id) | - initWithFrame: [implementation] |
(void) | - setMinValue: [implementation] |
(float) | - minValue [implementation] |
(void) | - setMaxValue: [implementation] |
(float) | - maxValue [implementation] |
(void) | - setObjectValue: [implementation] |
(void) | - setSliderType: [implementation] |
(CPSliderType) | - sliderType [implementation] |
(CGRect) | - trackRectForBounds: [implementation] |
(CGRect) | - knobRectForBounds: [implementation] |
(CGRect) | - rectForEphemeralSubviewNamed: [implementation] |
(CPView) | - createEphemeralSubviewNamed: [implementation] |
(void) | - setAltIncrementValue: [implementation] |
(float) | - altIncrementValue [implementation] |
(void) | - setFrameSize: [implementation] |
(int) | - isVertical [implementation] |
(void) | - layoutSubviews [implementation] |
(BOOL) | - tracksMouseOutsideOfFrame [implementation] |
(BOOL) | - startTrackingAt: [implementation] |
(BOOL) | - continueTracking:at: [implementation] |
(void) | - stopTracking:at:mouseIsUp: [implementation] |
(void) | - setContinuous: [implementation] |
(id) | - initWithCoder: [implementation] |
(void) | - encodeWithCoder: [implementation] |
(id) | - value [implementation] |
(void) | - setValue: [implementation] |
Static Public Member Functions | |
(CPString) | + themeClass [implementation] |
(id) | + themeAttributes [implementation] |
Definition at line 36 of file CPSlider.j.
- (float) altIncrementValue | [implementation] |
Definition at line 234 of file CPSlider.j.
- (BOOL) continueTracking: | (CGPoint) | lastPoint | ||
at: | (CGPoint) | aPoint | ||
[implementation] |
Definition at line 361 of file CPSlider.j.
Definition at line 215 of file CPSlider.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 421 of file CPSlider.j.
- (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 399 of file CPSlider.j.
- (id) initWithFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 56 of file CPSlider.j.
- (int) isVertical | [implementation] |
Definition at line 260 of file CPSlider.j.
- (CGRect) knobRectForBounds: | (CGRect) | bounds | [implementation] |
Definition at line 168 of file CPSlider.j.
- (void) layoutSubviews | [implementation] |
Definition at line 265 of file CPSlider.j.
- (float) maxValue | [implementation] |
Definition at line 106 of file CPSlider.j.
- (float) minValue | [implementation] |
Definition at line 88 of file CPSlider.j.
- (CGRect) rectForEphemeralSubviewNamed: | (CPString) | aName | [implementation] |
Definition at line 204 of file CPSlider.j.
- (void) setAltIncrementValue: | (float) | anAltIncrementValue | [implementation] |
Definition at line 229 of file CPSlider.j.
- (void) setContinuous: | (BOOL) | flag | [implementation] |
shoudl we have _continuous?
Definition at line 383 of file CPSlider.j.
- (void) setFrameSize: | (CGSize) | aSize | [implementation] |
Definition at line 239 of file CPSlider.j.
- (void) setMaxValue: | (float) | aMaximumValue | [implementation] |
Definition at line 93 of file CPSlider.j.
- (void) setMinValue: | (float) | aMinimumValue | [implementation] |
Definition at line 75 of file CPSlider.j.
- (void) setObjectValue: | (id) | aValue | [implementation] |
Definition at line 111 of file CPSlider.j.
- (void) setSliderType: | (CPSliderType) | aSliderType | [implementation] |
Definition at line 119 of file CPSlider.j.
- (void) setValue: | (id) | aValue | [implementation] |
Definition at line 441 of file CPSlider.j.
- (CPSliderType) sliderType | [implementation] |
Definition at line 127 of file CPSlider.j.
- (BOOL) startTrackingAt: | (CGPoint) | aPoint | [implementation] |
Definition at line 330 of file CPSlider.j.
- (void) stopTracking: | (CGPoint) | lastPoint | ||
at: | (CGPoint) | aPoint | ||
mouseIsUp: | (BOOL) | mouseIsUp | ||
[implementation] |
Definition at line 368 of file CPSlider.j.
+ (id) themeAttributes | [implementation] |
Definition at line 50 of file CPSlider.j.
+ (CPString) themeClass | [implementation] |
Definition at line 45 of file CPSlider.j.
- (CGRect) trackRectForBounds: | (CGRect) | bounds | [implementation] |
Definition at line 132 of file CPSlider.j.
- (BOOL) tracksMouseOutsideOfFrame | [implementation] |
Definition at line 282 of file CPSlider.j.
- (id) value | [implementation] |
Definition at line 434 of file CPSlider.j.