gwenhywfar  5.10.1
Instance Methods | Protected Attributes
CocoaRadioGroupManager Class Reference

#import <CocoaRadioButton.h>

Inheritance diagram for CocoaRadioGroupManager:
Inheritance graph
[legend]
Collaboration diagram for CocoaRadioGroupManager:
Collaboration graph
[legend]

Instance Methods

(void) - addRadioButton:
 
(void) - newOnStateButtonIs:
 
(void) - removeRadioButton:
 

Protected Attributes

NSInteger groupeID
 
NSPointerArray * memberRadioButtons
 

Detailed Description

Definition at line 12 of file CocoaRadioButton.h.

Method Documentation

◆ addRadioButton:()

- (void) addRadioButton: (CocoaRadioButton *)  buttonToAdd

Definition at line 132 of file CocoaRadioButton.m.

References memberRadioButtons.

Referenced by CocoaRadioButton::createNewGroupManagerWithGroupID:, and CocoaRadioButton::setGroupManager:.

Here is the caller graph for this function:

◆ newOnStateButtonIs:()

- (void) newOnStateButtonIs: (CocoaRadioButton *)  newOnStateButton

Definition at line 136 of file CocoaRadioButton.m.

References memberRadioButtons.

◆ removeRadioButton:()

- (void) removeRadioButton: (CocoaRadioButton *)  buttonToRemove

Definition at line 117 of file CocoaRadioButton.m.

References memberRadioButtons.

Referenced by CocoaRadioButton::createNewGroupManagerWithGroupID:, and CocoaRadioButton::setGroupManager:.

Here is the caller graph for this function:

Field Documentation

◆ groupeID

- (NSInteger) groupeID
readwriteprotected

◆ memberRadioButtons

- (NSPointerArray*) memberRadioButtons
protected

Definition at line 15 of file CocoaRadioButton.h.

Referenced by addRadioButton:, newOnStateButtonIs:, and removeRadioButton:.


The documentation for this class was generated from the following files: