kwave
18.07.70
|
#include <InvertableSpinBox.h>
Public Slots | |
virtual void | stepUp () |
virtual void | stepDown () |
Public Member Functions | |
InvertableSpinBox (QWidget *parent) | |
virtual | ~InvertableSpinBox () |
virtual void | setInverse (bool inverse) |
virtual bool | inverse () const |
Protected Slots | |
void | checkValueChange (int value) |
Private Attributes | |
bool | m_inverse |
Definition at line 31 of file InvertableSpinBox.h.
|
explicit |
Constructor
Definition at line 26 of file InvertableSpinBox.cpp.
References checkValueChange(), and Kwave::connect().
|
inlinevirtual |
|
protectedslot |
checks for range in inverse mode
Definition at line 51 of file InvertableSpinBox.cpp.
References m_inverse.
Referenced by InvertableSpinBox().
|
inlinevirtual |
returns the current inversion state
Definition at line 48 of file InvertableSpinBox.h.
Referenced by setInverse().
|
virtual |
enable/disable inverse mode
Definition at line 34 of file InvertableSpinBox.cpp.
References inverse(), and m_inverse.
|
virtualslot |
calls QSpinBox::stepDown() in normal mode and QSpinBox::stepUp() in inverse mode
Definition at line 71 of file InvertableSpinBox.cpp.
References m_inverse.
|
virtualslot |
calls QSpinBox::stepUp() in normal mode and QSpinBox::stepDown() in inverse mode
Definition at line 61 of file InvertableSpinBox.cpp.
References m_inverse.
|
private |
if true, spin buttons work in inverse mode
Definition at line 72 of file InvertableSpinBox.h.
Referenced by checkValueChange(), setInverse(), stepDown(), and stepUp().