gwenhywfar  4.11.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
- (BOOL) isEnabled
- (BOOL) isFirstResponder
- (void) makeFirstResponder
- (NSInteger) maxValue
- (NSSize) minSize
- (NSInteger) minValue
- (void) setC_ActionPtr: (gwenSpinBoxActionPtr ptr
Data: (void *)  data 
- (void) setEnabled: (BOOL)  value
- (void) setIntegerValue: (NSInteger)  new_value
- (void) setMaxValue: (NSInteger)  new_max_value
- (void) setMinValue: (NSInteger)  new_min_value
- (void) setStringValue: (NSString *)  aString
- (NSString*) stringValue

Field Documentation

- (void*) c_actionData
protected

Definition at line 32 of file CocoaSpinbox.h.

- (gwenSpinBoxActionPtr) c_actionPtr
protected

Definition at line 31 of file CocoaSpinbox.h.

- (NSInteger) maxValue
protected

Definition at line 29 of file CocoaSpinbox.h.

- (NSInteger) minValue
protected

Definition at line 28 of file CocoaSpinbox.h.

- (CGFloat) minWidth
protected

Definition at line 23 of file CocoaSpinbox.h.

- (NSStepper*) stepper
protected

Definition at line 20 of file CocoaSpinbox.h.

- (NSTextField*) textfield
protected

Definition at line 21 of file CocoaSpinbox.h.

Property Documentation

- (BOOL) fillX
readwriteatomic

Definition at line 25 of file CocoaSpinbox.h.

- (BOOL) fillY
readwriteatomic

Definition at line 26 of file CocoaSpinbox.h.


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