gwenhywfar 5.14.1
CocoaLineTextField Class Reference

#include <CocoaLineTextField.h>

Inheritance diagram for CocoaLineTextField:
Collaboration diagram for CocoaLineTextField:

Instance Methods

(NSSize) - minSize
(NSSize) - neededTextSize
(void) - setC_ActionPtr:Data:
(void) - setC_TextChanged_ActionPtr:Data:

Protected Attributes

void * c_actionData
gwenTextFieldActionPtr c_actionPtr
void * c_textChangedActionData
gwenTextFieldActionPtr c_textChangedActionPtr
BOOL fillX
BOOL fillY
CGFloat minWidth

Detailed Description

Definition at line 19 of file CocoaLineTextField.h.

Method Documentation

◆ 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 37 of file CocoaLabel.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: (gwenTextFieldActionPtr) ptr
Data: (void *) data 

Definition at line 47 of file CocoaLineTextField.m.

References c_actionData, and c_actionPtr.

◆ setC_TextChanged_ActionPtr:Data:

- (void) setC_TextChanged_ActionPtr: (gwenTextFieldActionPtr) ptr
Data: (void *) data 

Definition at line 52 of file CocoaLineTextField.m.

References c_textChangedActionData, and c_textChangedActionPtr.

Field Documentation

◆ c_actionData

- (void*) c_actionData
protected

Definition at line 22 of file CocoaLineTextField.h.

Referenced by setC_ActionPtr:Data:.

◆ c_actionPtr

- (gwenTextFieldActionPtr) c_actionPtr
protected

Definition at line 21 of file CocoaLineTextField.h.

Referenced by setC_ActionPtr:Data:.

◆ c_textChangedActionData

- (void*) c_textChangedActionData
protected

Definition at line 25 of file CocoaLineTextField.h.

Referenced by setC_TextChanged_ActionPtr:Data:.

◆ c_textChangedActionPtr

- (gwenTextFieldActionPtr) c_textChangedActionPtr
protected

Definition at line 24 of file CocoaLineTextField.h.

Referenced by setC_TextChanged_ActionPtr:Data:.

◆ fillX

- (BOOL) fillX
readwriteprotectedinherited

◆ fillY

- (BOOL) fillY
readwriteprotectedinherited

◆ minWidth

- (CGFloat) minWidth
protectedinherited

Definition at line 22 of file CocoaLabel.h.


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