gwenhywfar  5.9.0
Instance Methods | Protected Attributes
CocoaLineTextField Class Reference

#import <CocoaLineTextField.h>

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

Instance Methods

(BOOL) - fillX
 
(BOOL) - fillY
 
(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

- (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 37 of file CocoaLabel.m.

References <CocoaGwenGUIProtocol>::minSize, CocoaLabel::minWidth, and CocoaLabel::neededTextSize.

Referenced by CocoaLabel::neededTextSize.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 47 of file CocoaLineTextField.m.

References c_actionData, and c_actionPtr.

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

Definition at line 52 of file CocoaLineTextField.m.

References c_actionData, c_actionPtr, c_textChangedActionData, c_textChangedActionPtr, <CocoaGwenGUIProtocol>::minSize, and CocoaLabel::minWidth.

Here is the call graph for this function:

Field Documentation

- (void*) c_actionData
protected

Definition at line 22 of file CocoaLineTextField.h.

Referenced by setC_ActionPtr:Data:, and setC_TextChanged_ActionPtr:Data:.

- (gwenTextFieldActionPtr) c_actionPtr
protected

Definition at line 21 of file CocoaLineTextField.h.

Referenced by setC_ActionPtr:Data:, and setC_TextChanged_ActionPtr:Data:.

- (void*) c_textChangedActionData
protected

Definition at line 25 of file CocoaLineTextField.h.

Referenced by setC_TextChanged_ActionPtr:Data:.

- (gwenTextFieldActionPtr) c_textChangedActionPtr
protected

Definition at line 24 of file CocoaLineTextField.h.

Referenced by setC_TextChanged_ActionPtr:Data:.

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

Definition at line 22 of file CocoaLabel.h.

Referenced by CocoaLabel::neededTextSize, and setC_TextChanged_ActionPtr:Data:.


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