Lynkeos
Instance Methods | Protected Attributes | List of all members
LynkeosLogFields Class Reference

This class ties together a slider's log values and a textfield. More...

#import <LynkeosLogFields.h>

Inheritance diagram for LynkeosLogFields:
Inheritance graph
[legend]
Collaboration diagram for LynkeosLogFields:
Collaboration graph
[legend]

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.
 

Detailed Description

This class ties together a slider's log values and a textfield.

Method Documentation

- (id) initWithSlider: (NSSlider*)  slider
andTextField: (NSTextField*)  text 

Designated initializer for LynkeosLogFields.

Parameters
sliderThe slider which will use a log sclae
textThe numeric text field displaying the value
Returns
An initialized LynkeosLogFields

References _offset, _slider, and _text.

- (void) setDoubleValue: (double)  v

Set the linear value.

Parameters
vThe new value

References _offset, _slider, and _text.

- (double) valueFrom: (id)  sender

Accessor to the linear value.

Parameters
senderThe control wich value is retrieved
Returns
The linear value

References _offset, _slider, and _text.

Referenced by MyLucyRichardsonView::radiusAction:, MyUnsharpMaskView::radiusChange:, and MyDeconvolutionView::radiusChange:.


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