#import <CPSlider.h>
Class Methods | |
(CPString) | + defaultThemeClass |
(CPDictionary) | + themeAttributes |
Class Methods inherited from CPControl | |
(void) | + initialize |
Class Methods inherited from CPView | |
(Class) | + animatorClass |
(CAAnimation) | + defaultAnimationForKey: |
(CPMenu) | + defaultMenu |
(BOOL) | + isHighDPIDrawingEnabled |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
(void) | + setHighDPIDrawingEnabled: |
Definition at line 2 of file CPSlider.h.
|
implementation |
Definition at line 246 of file CPSlider.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 372 of file CPSlider.j.
Reimplemented from CPView.
Definition at line 227 of file CPSlider.j.
|
implementation |
Reimplemented from CPView.
Definition at line 45 of file CPSlider.j.
|
implementation |
Archives the view to a coder.
aCoder | the object into which the view's data will be archived. |
Reimplemented from CPControl.
Provided by category CPSlider(CPCoding).
Definition at line 447 of file CPSlider.j.
|
implementation |
Initializes the view from an archive.
aCoder | the coder from which to initialize |
Reimplemented from CPControl.
Provided by category CPSlider(CPCoding).
Definition at line 427 of file CPSlider.j.
|
implementation |
Initializes the receiver for usage with the specified bounding rectangle
Reimplemented from CPControl.
Definition at line 60 of file CPSlider.j.
|
implementation |
Returns whether the control can continuously send its action messages.
Reimplemented from CPControl.
Definition at line 390 of file CPSlider.j.
|
implementation |
Definition at line 272 of file CPSlider.j.
|
implementation |
Definition at line 180 of file CPSlider.j.
|
implementation |
Reimplemented from CPView.
Definition at line 277 of file CPSlider.j.
|
implementation |
Definition at line 118 of file CPSlider.j.
|
implementation |
Definition at line 96 of file CPSlider.j.
|
implementation |
Reimplemented from CPView.
Definition at line 216 of file CPSlider.j.
|
implementation |
Definition at line 241 of file CPSlider.j.
|
implementation |
should we have _continuous?
Reimplemented from CPControl.
Definition at line 399 of file CPSlider.j.
|
implementation |
Sets the receiver's frame size. If aSize
is the same as the frame's current dimensions, this method simply returns. The method posts a CPViewFrameDidChangeNotification to the default notification center if the receiver is configured to do so.
aSize | the new size for the frame |
Reimplemented from CPView.
Definition at line 251 of file CPSlider.j.
|
implementation |
Definition at line 101 of file CPSlider.j.
|
implementation |
Definition at line 79 of file CPSlider.j.
|
implementation |
Sets the receiver's object value.
Reimplemented from CPControl.
Definition at line 123 of file CPSlider.j.
|
implementation |
Definition at line 131 of file CPSlider.j.
|
implementation |
Provided by category CPSlider(Deprecated).
Definition at line 467 of file CPSlider.j.
|
implementation |
Definition at line 139 of file CPSlider.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 342 of file CPSlider.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 379 of file CPSlider.j.
|
implementation |
Definition at line 407 of file CPSlider.j.
|
implementation |
Reimplemented from CPControl.
Definition at line 50 of file CPSlider.j.
|
implementation |
Definition at line 144 of file CPSlider.j.
|
implementation |
Returns YES if the receiver tracks the mouse outside the frame, otherwise NO.
Reimplemented from CPControl.
Definition at line 294 of file CPSlider.j.
|
implementation |
Provided by category CPSlider(Deprecated).
Definition at line 460 of file CPSlider.j.