![]() |
API
0.9.6
|
#import <CPRadio.h>
Class Methods | |
(CPString) | + defaultThemeClass |
(id) | + radioWithTitle: |
(id) | + radioWithTitle:theme: |
(CPButton) | + standardButtonWithTitle: |
![]() | |
(id) | + buttonWithTitle: |
(id) | + buttonWithTitle:theme: |
(id) | + themeAttributes |
![]() | |
(void) | + initialize |
![]() | |
(CPMenu) | + defaultMenu |
(CPSet) | + keyPathsForValuesAffectingBounds |
(CPSet) | + keyPathsForValuesAffectingFrame |
![]() | |
(BOOL) | + accessInstanceVariablesDirectly |
(id) | + alloc |
(id) | + allocWithCoder: |
(BOOL) | + automaticallyNotifiesObserversForKey: |
(Class) | + class |
(void) | + exposeBinding: |
(IMP) | + instanceMethodForSelector: |
(BOOL) | + instancesRespondToSelector: |
(BOOL) | + isSubclassOfClass: |
(CPSet) | + keyPathsForValuesAffectingValueForKey: |
(void) | + load |
(id) | + new |
(void) | + setVersion: |
(Class) | + superclass |
(int) | + version |
Additional Inherited Members | |
![]() | |
Class | isa |
|
implementation |
Returns the image used when the button is in an alternate state.
Reimplemented from CPButton.
Provided by category CPRadio(CPCoding).
|
implementation |
|
implementation |
Archives this button into the provided coder.
aCoder | the coder to which the button's instance data will be written. |
Reimplemented from CPButton.
Provided by category CPRadio(CPCoding).
|
implementation |
Reimplemented from CPButton.
Provided by category CPRadio(CPCoding).
|
implementation |
Initializes the button by unarchiving data from aCoder
.
aCoder | the coder containing the archived CPButton. |
Reimplemented from CPButton.
Provided by category CPRadio(CPCoding).
|
implementation |
|
implementation |
|
implementation |
Returns the button's next state.
CPOffState
(the normal or unpressed state) or CPOnState
(the alternate or pressed state). If it has three, this value can be CPOnState
(the feature is in effect everywhere), CPOffState
(the feature is in effect nowhere), or CPMixedState
(the feature is in effect somewhere). Reimplemented from CPButton.
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
|
implementation |
Reimplemented from CPButton.
Provided by category CPRadio(CPCoding).