gwenhywfar  5.9.0
Instance Methods | Protected Attributes
CocoaCheckboxButton Class Reference

#import <CocoaCheckboxButton.h>

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

Instance Methods

(void) - clicked:
 
(BOOL) - fillX
 
(BOOL) - fillY
 
(NSSize) - minSize
 
(NSSize) - neededTextSize
 
(void) - setC_ActionPtr:Data:
 

Protected Attributes

void * c_actionData
 
gwenActionPtr c_actionPtr
 
BOOL fillX
 
BOOL fillY
 
CGFloat minWidth
 

Detailed Description

Definition at line 11 of file CocoaCheckboxButton.h.

Method Documentation

- (void) clicked: (id)  sender

Definition at line 68 of file CocoaButton.m.

References CocoaButton::c_actionData, CocoaButton::c_actionPtr, <CocoaGwenGUIProtocol>::minSize, and CocoaButton::minWidth.

Referenced by CocoaRadioButton::setGroupManager:.

Here is the call graph for this function:

Here is the caller graph for this function:

- (BOOL) fillX

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and CocoaTextBrowser::stringValue.

Here is the caller graph for this function:

- (BOOL) fillY

Referenced by CocoaListBox::sortOrderForColumnAtIndex:, and CocoaTextBrowser::stringValue.

Here is the caller graph for this function:

- (NSSize) minSize
- (NSSize) neededTextSize

Definition at line 43 of file CocoaButton.m.

References CocoaButton::minWidth, and CocoaButton::neededTextSize.

Referenced by CocoaButton::neededTextSize.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 63 of file CocoaButton.m.

References CocoaButton::c_actionData, and CocoaButton::c_actionPtr.

Field Documentation

- (void*) c_actionData
protectedinherited

Definition at line 21 of file CocoaButton.h.

Referenced by CocoaButton::clicked:, and CocoaButton::setC_ActionPtr:Data:.

- (gwenActionPtr) c_actionPtr
protectedinherited

Definition at line 20 of file CocoaButton.h.

Referenced by CocoaButton::clicked:, and CocoaButton::setC_ActionPtr:Data:.

- (BOOL) fillX
readwriteprotectedinherited
- (BOOL) fillY
readwriteprotectedinherited
- (CGFloat) minWidth
protectedinherited

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