gwenhywfar
4.3.3
|
#import <CocoaRadioButton.h>
Public Member Functions | |
(void) | - addRadioButton: |
(void) | - newOnStateButtonIs: |
(void) | - removeRadioButton: |
Protected Attributes | |
NSPointerArray * | memberRadioButtons |
Properties | |
NSInteger | groupeID |
Definition at line 12 of file CocoaRadioButton.h.
- (void) addRadioButton: | (CocoaRadioButton*) | buttonToAdd |
Definition at line 132 of file CocoaRadioButton.m.
References memberRadioButtons.
Referenced by CocoaRadioButton::createNewGroupManagerWithGroupID:, and CocoaRadioButton::setGroupManager:.
- (void) newOnStateButtonIs: | (CocoaRadioButton*) | newOnStateButton |
Definition at line 136 of file CocoaRadioButton.m.
References memberRadioButtons.
- (void) removeRadioButton: | (CocoaRadioButton*) | buttonToRemove |
Definition at line 117 of file CocoaRadioButton.m.
References memberRadioButtons.
Referenced by CocoaRadioButton::createNewGroupManagerWithGroupID:, and CocoaRadioButton::setGroupManager:.
|
protected |
Definition at line 14 of file CocoaRadioButton.h.
Referenced by addRadioButton:, newOnStateButtonIs:, and removeRadioButton:.
|
readwriteatomic |
Definition at line 13 of file CocoaRadioButton.h.
Referenced by CocoaRadioButton::createNewGroupManagerWithGroupID:.