gwenhywfar 5.14.1
CocoaButton Class Reference

#include <CocoaButton.h>

Inheritance diagram for CocoaButton:
Collaboration diagram for CocoaButton:

Instance Methods

(void) - clicked:
(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

◆ clicked:

- (void) clicked: (id) sender

Definition at line 68 of file CocoaButton.m.

References c_actionData, and c_actionPtr.

◆ minSize

- (NSSize) minSize

References minSize.

Referenced by minSize.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ neededTextSize

- (NSSize) neededTextSize

Definition at line 43 of file CocoaButton.m.

References neededTextSize.

Referenced by neededTextSize.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setC_ActionPtr:Data:

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

Definition at line 63 of file CocoaButton.m.

References c_actionData, and c_actionPtr.

Field Documentation

◆ c_actionData

- (void*) c_actionData
protected

Definition at line 21 of file CocoaButton.h.

Referenced by clicked:, and setC_ActionPtr:Data:.

◆ c_actionPtr

- (gwenActionPtr) c_actionPtr
protected

Definition at line 20 of file CocoaButton.h.

Referenced by clicked:, and setC_ActionPtr:Data:.

◆ fillX

- (BOOL) fillX
readwriteprotected

◆ fillY

- (BOOL) fillY
readwriteprotected

◆ minWidth

- (CGFloat) minWidth
protected

Definition at line 25 of file CocoaButton.h.


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