gwenhywfar  5.10.1
Instance Methods | Protected Attributes
CocoaSpinbox Class Reference

#import <CocoaSpinbox.h>

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

Instance Methods

(BOOL) - fillX
 
(BOOL) - fillY
 
(NSInteger) - integerValue
 
(BOOL) - isEnabled
 
(BOOL) - isFirstResponder
 
(void) - makeFirstResponder
 
(NSInteger) - maxValue
 
(NSSize) - minSize
 
(NSInteger) - minValue
 
(void) - setC_ActionPtr:Data:
 
(void) - setEnabled:
 
(void) - setIntegerValue:
 
(void) - setMaxValue:
 
(void) - setMinValue:
 
(void) - setStringValue:
 
(NSString *) - stringValue
 

Protected Attributes

void * c_actionData
 
gwenSpinBoxActionPtr c_actionPtr
 
BOOL fillX
 
BOOL fillY
 
NSInteger maxValue
 
NSInteger minValue
 
CGFloat minWidth
 
NSStepper * stepper
 
NSTextField * textfield
 

Detailed Description

Definition at line 19 of file CocoaSpinbox.h.

Method Documentation

◆ fillX()

- (BOOL) fillX

◆ fillY()

- (BOOL) fillY

◆ integerValue()

- (NSInteger) integerValue

Definition at line 115 of file CocoaSpinbox.m.

References textfield.

Referenced by setMaxValue:, and setMinValue:.

Here is the caller graph for this function:

◆ isEnabled()

- (BOOL) isEnabled

Definition at line 103 of file CocoaSpinbox.m.

References textfield.

◆ isFirstResponder()

- (BOOL) isFirstResponder

Definition at line 91 of file CocoaSpinbox.m.

References textfield.

◆ makeFirstResponder()

- (void) makeFirstResponder

Definition at line 85 of file CocoaSpinbox.m.

References textfield.

◆ maxValue()

- (NSInteger) maxValue

Referenced by setIntegerValue:, setMaxValue:, and setMinValue:.

Here is the caller graph for this function:

◆ minSize()

- (NSSize) minSize

◆ minValue()

- (NSInteger) minValue

Referenced by setIntegerValue:, setMaxValue:, and setMinValue:.

Here is the caller graph for this function:

◆ setC_ActionPtr:Data:()

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

Definition at line 62 of file CocoaSpinbox.m.

References c_actionData, and c_actionPtr.

◆ setEnabled:()

- (void) setEnabled: (BOOL)  value

Definition at line 98 of file CocoaSpinbox.m.

References stepper, and textfield.

◆ setIntegerValue:()

- (void) setIntegerValue: (NSInteger)  new_value

Definition at line 108 of file CocoaSpinbox.m.

References maxValue, minValue, stepper, and textfield.

Referenced by setMaxValue:, setMinValue:, and setStringValue:.

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

◆ setMaxValue:()

- (void) setMaxValue: (NSInteger)  new_max_value

Definition at line 130 of file CocoaSpinbox.m.

References integerValue, maxValue, minValue, setIntegerValue:, and stepper.

Here is the call graph for this function:

◆ setMinValue:()

- (void) setMinValue: (NSInteger)  new_min_value

Definition at line 119 of file CocoaSpinbox.m.

References integerValue, maxValue, minValue, setIntegerValue:, and stepper.

Here is the call graph for this function:

◆ setStringValue:()

- (void) setStringValue: (NSString *)  aString

Definition at line 142 of file CocoaSpinbox.m.

References setIntegerValue:.

Here is the call graph for this function:

◆ stringValue()

- (NSString *) stringValue

Definition at line 150 of file CocoaSpinbox.m.

References textfield.

Field Documentation

◆ c_actionData

- (void*) c_actionData
protected

Definition at line 34 of file CocoaSpinbox.h.

Referenced by setC_ActionPtr:Data:.

◆ c_actionPtr

- (gwenSpinBoxActionPtr) c_actionPtr
protected

Definition at line 33 of file CocoaSpinbox.h.

Referenced by setC_ActionPtr:Data:.

◆ fillX

- (BOOL) fillX
readwriteprotected

Definition at line 27 of file CocoaSpinbox.h.

Referenced by CocoaGui_WSpinBox_Setup().

◆ fillY

- (BOOL) fillY
readwriteprotected

Definition at line 28 of file CocoaSpinbox.h.

Referenced by CocoaGui_WSpinBox_Setup().

◆ maxValue

- (NSInteger) maxValue
protected

Definition at line 31 of file CocoaSpinbox.h.

◆ minValue

- (NSInteger) minValue
protected

Definition at line 30 of file CocoaSpinbox.h.

◆ minWidth

- (CGFloat) minWidth
protected

Definition at line 25 of file CocoaSpinbox.h.

◆ stepper

- (NSStepper*) stepper
protected

Definition at line 22 of file CocoaSpinbox.h.

Referenced by setEnabled:, setIntegerValue:, setMaxValue:, and setMinValue:.

◆ textfield

- (NSTextField*) textfield
protected

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