gwenhywfar  5.9.0
Instance Methods | Protected Attributes
CocoaButton Class Reference

#import <CocoaButton.h>

Inheritance diagram for CocoaButton:
Inheritance graph
[legend]
Collaboration diagram for CocoaButton:
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 17 of file CocoaButton.h.

Method Documentation

- (void) clicked: (id)  sender

Definition at line 68 of file CocoaButton.m.

References c_actionData, c_actionPtr, <CocoaGwenGUIProtocol>::minSize, and 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 minWidth, and neededTextSize.

Referenced by 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 c_actionData, and c_actionPtr.

Field Documentation

- (void*) c_actionData
protected

Definition at line 21 of file CocoaButton.h.

Referenced by clicked:, and setC_ActionPtr:Data:.

- (gwenActionPtr) c_actionPtr
protected

Definition at line 20 of file CocoaButton.h.

Referenced by clicked:, and setC_ActionPtr:Data:.

- (BOOL) fillX
readwriteprotected
- (BOOL) fillY
readwriteprotected
- (CGFloat) minWidth
protected

Definition at line 25 of file CocoaButton.h.

Referenced by clicked:, neededTextSize, and CocoaRadioButton::setGroupManager:.


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