gwenhywfar
5.11.1beta
gwenhywfar5
gwen-gui-cocoa
CocoaRadioButton.h
Go to the documentation of this file.
1
//
2
// CocoaRadioButton.h
3
//
4
// Created by Samuel Strupp on 12.08.10.
5
//
6
7
#import <Cocoa/Cocoa.h>
8
#import "
CocoaButton.h
"
9
10
@class
CocoaRadioButton
;
11
12
@interface
CocoaRadioGroupManager
: NSObject
13
{
14
NSInteger
groupeID
;
15
NSPointerArray *
memberRadioButtons
;
16
}
17
18
@property
NSInteger groupeID;
19
20
-(void) removeRadioButton:(
CocoaRadioButton
*)buttonToRemove;
21
-(void) addRadioButton:(
CocoaRadioButton
*)buttonToAdd;
22
-(void) newOnStateButtonIs:(
CocoaRadioButton
*)newOnStateButton;
23
24
@end
25
26
@interface
CocoaRadioButton
:
CocoaButton
27
{
28
CocoaRadioGroupManager
*
_groupManager
;
29
}
30
31
-(void) createNewGroupManagerWithGroupID:(NSInteger)newGroupID;
32
-(
CocoaRadioGroupManager
*) getGroupManager;
33
-(void) setGroupManager:(
CocoaRadioGroupManager
*) newGroupManager;
34
35
@end
36
37
CocoaButton.h
CocoaButton
Definition:
CocoaButton.h:19
CocoaRadioButton
Definition:
CocoaRadioButton.h:27
CocoaRadioButton::_groupManager
CocoaRadioGroupManager * _groupManager
Definition:
CocoaRadioButton.h:28
CocoaRadioGroupManager
Definition:
CocoaRadioButton.h:13
CocoaRadioGroupManager::groupeID
NSInteger groupeID
Definition:
CocoaRadioButton.h:14
CocoaRadioGroupManager::memberRadioButtons
NSPointerArray * memberRadioButtons
Definition:
CocoaRadioButton.h:15
Generated by
1.9.1