gwenhywfar  5.10.1
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

◆ clicked:()

- (void) clicked: (id)  sender

Definition at line 68 of file CocoaButton.m.

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

◆ fillX()

- (BOOL) fillX

◆ fillY()

- (BOOL) fillY

◆ minSize()

- (NSSize) minSize

◆ neededTextSize()

- (NSSize) neededTextSize

Definition at line 43 of file CocoaButton.m.

◆ setC_ActionPtr:Data:()

- (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

◆ c_actionData

- (void*) c_actionData
protectedinherited

Definition at line 21 of file CocoaButton.h.

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

◆ c_actionPtr

- (gwenActionPtr) c_actionPtr
protectedinherited

Definition at line 20 of file CocoaButton.h.

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

◆ fillX

- (BOOL) fillX
readwriteprotectedinherited

◆ fillY

- (BOOL) fillY
readwriteprotectedinherited

◆ minWidth

- (CGFloat) minWidth
protectedinherited

Definition at line 25 of file CocoaButton.h.


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