gwenhywfar  5.11.1beta
Instance Methods | Protected Attributes
CocoaRadioButton Class Reference

#import <CocoaRadioButton.h>

Inheritance diagram for CocoaRadioButton:
CocoaButton <CocoaGwenGUIProtocol>

Instance Methods

(void) - clicked:
 
(void) - createNewGroupManagerWithGroupID:
 
(CocoaRadioGroupManager *) - getGroupManager
 
(NSSize) - minSize
 
(NSSize) - neededTextSize
 
(void) - setC_ActionPtr:Data:
 
(void) - setGroupManager:
 

Protected Attributes

CocoaRadioGroupManager_groupManager
 
void * c_actionData
 
gwenActionPtr c_actionPtr
 
BOOL fillX
 
BOOL fillY
 
CGFloat minWidth
 

Detailed Description

Definition at line 26 of file CocoaRadioButton.h.

Method Documentation

◆ clicked:

- (void) clicked: (id)  sender

◆ createNewGroupManagerWithGroupID:

- (void) createNewGroupManagerWithGroupID: (NSInteger)  newGroupID

◆ getGroupManager

- (CocoaRadioGroupManager *) getGroupManager

◆ minSize

- (NSSize) minSize

◆ neededTextSize

- (NSSize) neededTextSize

◆ setC_ActionPtr:Data:

- (void) setC_ActionPtr: (gwenActionPtr ptr
Data: (void *)  data 

◆ setGroupManager:

- (void) setGroupManager: (CocoaRadioGroupManager *)  newGroupManager

Field Documentation

◆ _groupManager

- (CocoaRadioGroupManager*) _groupManager
protected

Definition at line 28 of file CocoaRadioButton.h.

◆ c_actionData

- (void*) c_actionData
protectedinherited

Definition at line 21 of file CocoaButton.h.

◆ c_actionPtr

- (gwenActionPtr) c_actionPtr
protectedinherited

Definition at line 20 of file CocoaButton.h.

◆ fillX

- (BOOL) fillX
readwriteprotectedinherited

Definition at line 22 of file CocoaButton.h.

◆ fillY

- (BOOL) fillY
readwriteprotectedinherited

Definition at line 23 of file CocoaButton.h.

◆ minWidth

- (CGFloat) minWidth
protectedinherited

Definition at line 25 of file CocoaButton.h.


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