- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::USpinBox Class Reference

A Spin Box is a (editable) number input whose content may be changed via up/down buttons. More...

#include <uspinbox.hpp>

Inheritance diagram for ufo::USpinBox:

ufo::UWidget ufo::UObject ufo::UCollectable List of all members.

Public Member Functions

float getMinimum () const
void setMinimum (float min)
float getMaximum () const
void setMaximum (float max)
void setRange (float min, float max)
float getValue () const
void setValue (float newValue)
USignal1< USpinBox * > & sigValueChanged ()

Protected Member Functions

virtual void processMouseEvent (UMouseEvent *e)
USpinBoxModelgetSpinBoxModel () const
void valueChanged (UActionEvent *e)

Detailed Description

A Spin Box is a (editable) number input whose content may be changed via up/down buttons.

Author:
Johannes Schmidt


Member Function Documentation

virtual void ufo::USpinBox::processMouseEvent UMouseEvent e  )  [protected, virtual]
 

Processes focus events. Primarily, it is used to notify listeners.

Reimplemented from ufo::UWidget.


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt