|
Lynkeos
|
This class ties together a slider's log values and a textfield. More...
#import <LynkeosLogFields.h>


Instance Methods | |
| (id) | - initWithSlider:andTextField: |
| Designated initializer for LynkeosLogFields. More... | |
| (double) | - valueFrom: |
| Accessor to the linear value. More... | |
| (void) | - setDoubleValue: |
| Set the linear value. More... | |
Protected Attributes | |
| NSSlider * | _slider |
| The log slider. | |
| NSTextField * | _text |
| The linked text field. | |
| double | _offset |
| Offset to allow negative values. | |
This class ties together a slider's log values and a textfield.
| - (id) initWithSlider: | (NSSlider*) | slider | |
| andTextField: | (NSTextField*) | text | |
Designated initializer for LynkeosLogFields.
| slider | The slider which will use a log sclae |
| text | The numeric text field displaying the value |
| - (void) setDoubleValue: | (double) | v |
| - (double) valueFrom: | (id) | sender |
Accessor to the linear value.
| sender | The control wich value is retrieved |
References _offset, _slider, and _text.
Referenced by MyLucyRichardsonView::radiusAction:, MyUnsharpMaskView::radiusChange:, and MyDeconvolutionView::radiusChange:.
1.8.4