gwenhywfar
4.3.1
|
#import <CocoaSpinbox.h>
Public Member Functions | |
(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 |
NSInteger | maxValue |
NSInteger | minValue |
CGFloat | minWidth |
NSStepper * | stepper |
NSTextField * | textfield |
Properties | |
BOOL | fillX |
BOOL | fillY |
Definition at line 19 of file CocoaSpinbox.h.
- (BOOL) fillX |
- (BOOL) fillY |
- (NSInteger) integerValue |
Definition at line 115 of file CocoaSpinbox.m.
References textfield.
Referenced by CocoaGui_WSpinBox_GetIntProperty(), setMaxValue:, and setMinValue:.
- (BOOL) isEnabled |
Definition at line 103 of file CocoaSpinbox.m.
References textfield.
- (BOOL) isFirstResponder |
Definition at line 91 of file CocoaSpinbox.m.
References textfield.
- (void) makeFirstResponder |
Definition at line 85 of file CocoaSpinbox.m.
References textfield.
Referenced by CocoaGui_WSpinBox_SetIntProperty().
- (NSInteger) maxValue |
Referenced by setIntegerValue:, setMaxValue:, and setMinValue:.
- (NSSize) minSize |
- (NSInteger) minValue |
Referenced by setIntegerValue:, setMaxValue:, and setMinValue:.
- (void) setC_ActionPtr: | (gwenSpinBoxActionPtr) | ptr | |
Data: | (void*) | data | |
Definition at line 62 of file CocoaSpinbox.m.
References c_actionData, and c_actionPtr.
- (void) setEnabled: | (BOOL) | value |
Definition at line 98 of file CocoaSpinbox.m.
- (void) setIntegerValue: | (NSInteger) | new_value |
Definition at line 108 of file CocoaSpinbox.m.
References maxValue, minValue, stepper, and textfield.
Referenced by CocoaGui_WSpinBox_SetIntProperty(), setMaxValue:, setMinValue:, and setStringValue:.
- (void) setMaxValue: | (NSInteger) | new_max_value |
Definition at line 130 of file CocoaSpinbox.m.
References integerValue, maxValue, minValue, setIntegerValue:, and stepper.
Referenced by CocoaGui_WSpinBox_SetIntProperty().
- (void) setMinValue: | (NSInteger) | new_min_value |
Definition at line 119 of file CocoaSpinbox.m.
References integerValue, maxValue, minValue, setIntegerValue:, and stepper.
Referenced by CocoaGui_WSpinBox_SetIntProperty().
- (void) setStringValue: | (NSString *) | aString |
Definition at line 142 of file CocoaSpinbox.m.
References setIntegerValue:.
Referenced by CocoaGui_WSpinBox_SetCharProperty(), and CocoaGui_WSpinBox_Setup().
- (NSString *) stringValue |
Definition at line 150 of file CocoaSpinbox.m.
References textfield.
Referenced by CocoaGui_WSpinBox_GetCharProperty().
- (void*) c_actionData [protected] |
Definition at line 32 of file CocoaSpinbox.h.
Referenced by setC_ActionPtr:Data:.
- (gwenSpinBoxActionPtr) c_actionPtr [protected] |
Definition at line 31 of file CocoaSpinbox.h.
Referenced by setC_ActionPtr:Data:.
- (NSInteger) maxValue [protected] |
Definition at line 29 of file CocoaSpinbox.h.
Referenced by CocoaGui_WSpinBox_GetIntProperty().
- (NSInteger) minValue [protected] |
Definition at line 28 of file CocoaSpinbox.h.
Referenced by CocoaGui_WSpinBox_GetIntProperty().
- (CGFloat) minWidth [protected] |
Definition at line 23 of file CocoaSpinbox.h.
- (NSStepper*) stepper [protected] |
Definition at line 20 of file CocoaSpinbox.h.
Referenced by setEnabled:, setIntegerValue:, setMaxValue:, and setMinValue:.
- (NSTextField*) textfield [protected] |
Definition at line 21 of file CocoaSpinbox.h.
Referenced by integerValue, isEnabled, isFirstResponder, makeFirstResponder, setEnabled:, setIntegerValue:, and stringValue.
- (BOOL) fillX [read, write, assign] |
Definition at line 25 of file CocoaSpinbox.h.
Referenced by CocoaGui_WSpinBox_Setup().
- (BOOL) fillY [read, write, assign] |
Definition at line 26 of file CocoaSpinbox.h.
Referenced by CocoaGui_WSpinBox_Setup().