gwenhywfar 5.12.0
CocoaSpinbox Class Reference

#include <CocoaSpinbox.h>

Inheritance diagram for CocoaSpinbox:
Collaboration diagram for CocoaSpinbox:

Instance Methods

(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

◆ integerValue

- (NSInteger) integerValue

Definition at line 115 of file CocoaSpinbox.m.

References integerValue.

Referenced by integerValue, setMaxValue:, and setMinValue:.

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

◆ isEnabled

- (BOOL) isEnabled

Definition at line 103 of file CocoaSpinbox.m.

References isEnabled.

Referenced by isEnabled.

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

◆ isFirstResponder

- (BOOL) isFirstResponder

Definition at line 91 of file CocoaSpinbox.m.

References isFirstResponder, and textfield.

Referenced by isFirstResponder.

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

◆ makeFirstResponder

- (void) makeFirstResponder

Definition at line 85 of file CocoaSpinbox.m.

References makeFirstResponder, and textfield.

Referenced by makeFirstResponder.

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

◆ maxValue

- (NSInteger) maxValue

References stringValue.

Here is the call graph for this function:

◆ minSize

- (NSSize) minSize

References minSize.

Referenced by minSize.

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

◆ minValue

- (NSInteger) minValue

References maxValue.

◆ 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.

◆ setIntegerValue:

- (void) setIntegerValue: (NSInteger) new_value

Definition at line 108 of file CocoaSpinbox.m.

References maxValue, and minValue.

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

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, and setIntegerValue:.

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, and setIntegerValue:.

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 stringValue.

Referenced by maxValue, and stringValue.

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

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 137 of file CocoaSpinbox.m.

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

◆ minValue

- (NSInteger) minValue
protected

Definition at line 126 of file CocoaSpinbox.m.

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

◆ minWidth

- (CGFloat) minWidth
protected

Definition at line 25 of file CocoaSpinbox.h.

◆ stepper

- (NSStepper*) stepper
protected

Definition at line 22 of file CocoaSpinbox.h.

◆ textfield

- (NSTextField*) textfield
protected

Definition at line 23 of file CocoaSpinbox.h.

Referenced by isFirstResponder, and makeFirstResponder.


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