gwenhywfar  4.8.0beta
Instance Methods | Protected Attributes | Properties
CocoaSpinbox Class Reference

#import <CocoaSpinbox.h>

Inheritance diagram for CocoaSpinbox:
<CocoaGwenGUIProtocol>

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
 
NSInteger maxValue
 
NSInteger minValue
 
CGFloat minWidth
 
NSStepper * stepper
 
NSTextField * textfield
 

Properties

BOOL fillX
 
BOOL fillY
 

Detailed Description

Definition at line 19 of file CocoaSpinbox.h.

Method Documentation

- (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

Definition at line 137 of file CocoaSpinbox.m.

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

- (NSSize) minSize
- (NSInteger) minValue

Definition at line 126 of file CocoaSpinbox.m.

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.

Referenced by CocoaGui_WSpinBox_Setup().

- (void) setEnabled: (BOOL)  value

Definition at line 98 of file CocoaSpinbox.m.

References stepper, and textfield.

- (void) setIntegerValue: (NSInteger)  new_value
- (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().

Field Documentation

- (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

Property Documentation

- (BOOL) fillX
readwriteatomic

Definition at line 25 of file CocoaSpinbox.h.

Referenced by CocoaGui_WSpinBox_Setup().

- (BOOL) fillY
readwriteatomic

Definition at line 26 of file CocoaSpinbox.h.

Referenced by CocoaGui_WSpinBox_Setup().


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