Vuo  1.1.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | List of all members
VuoSpinBox Class Reference

Description

A spin box where the buttons can have a different minimum and maximum than the line edit.

Public Member Functions

 VuoSpinBox (QWidget *parent=0)
 Creates a spin box where the buttons and line edit have no minimum and maximum.
 
void stepBy (int steps)
 Steps the spin box value up or down, clamping it to be within the buttons' minimum and maximum.
 
void setButtonMinimum (int buttonMinimum)
 Sets the minimum value that can be entered using the buttons.
 
void setButtonMaximum (int buttonMaximum)
 Sets the maximum value that can be entered using the buttons.
 

Constructor & Destructor Documentation

VuoSpinBox::VuoSpinBox ( QWidget *  parent = 0)

Creates a spin box where the buttons and line edit have no minimum and maximum.

Member Function Documentation

void VuoSpinBox::setButtonMaximum ( int  buttonMaximum)

Sets the maximum value that can be entered using the buttons.

void VuoSpinBox::setButtonMinimum ( int  buttonMinimum)

Sets the minimum value that can be entered using the buttons.

void VuoSpinBox::stepBy ( int  steps)

Steps the spin box value up or down, clamping it to be within the buttons' minimum and maximum.


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