File tag/SliderCell


class tag.SliderCell

Inherits

State supers
ActionCell

instance tag.SliderCell

variables

public double value;
Current value.
public mutable double min_value;
Minimum value.
public mutable double max_value;
Maximum value.
float offset;
The horizontal offset from the mouseDown event to the left side of the knob.
boolean vertical;
Iff TRUE, we are vertical.
public mutable boolean continuous;
Iff TRUE we continuous update our status with our target.
boolean dragged;
Iff TRUE, we're actually been dragged. Reset upon mouse-down. Consulted upon mouse-up.

methods

id
  init;
Undocumented.

double
  doubleValue;
Undocumented.

void
  setDoubleValue double v;
Undocumented.

void
  set_vertical boolean v;
Undocumented.

redefine (float, float)
  cellSize;
Undocumented.

redefine void
  drawInside (float, float, float, float) (x, y, w, h)
      inView View view;
Undocumented.

redefine void
  drawSelf (float, float, float, float) (x, y, w, h)
    inView View view;
Undocumented.

boolean
  mouseDown MouseEvent e
     inRect (float, float, float, float) (x, y, w, h)
     ofView View v;
Undocumented.

redefine void
  mouseDragged MouseEvent e
            in Control v;
Undocumented.

redefine void
  mouseUp MouseEvent e
       in Control v;
Send the action to the target if we haven't already done so.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.

id
  awakeAfterUsingCoder tom.Decoder coder;
Before passing to super, invoke set_vertial to get the image.


Generated by tm 1.01.