Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

L33tSlider Class Reference

#include <controls.h>

Inheritance diagram for L33tSlider::

QSlider List of all members.

Public Slots

virtual void setValue (int)

Signals

void userChanged (int value)

Public Methods

 L33tSlider (QWidget *parent, const char *name=0)
 L33tSlider (Orientation, QWidget *parent, const char *name=0)
 L33tSlider (int minValue, int maxValue, int pageStep, int value, Orientation, QWidget *parent, const char *name=0)
bool currentlyPressed () const

Protected Methods

virtual void mousePressEvent (QMouseEvent *)
virtual void mouseReleaseEvent (QMouseEvent *)
virtual void wheelEvent (QWheelEvent *)

Detailed Description

A slider that can be moved around while being changed internally


Constructor & Destructor Documentation

L33tSlider::L33tSlider QWidget * parent,
const char * name = 0
 

L33tSlider::L33tSlider Orientation ,
QWidget * parent,
const char * name = 0
 

L33tSlider::L33tSlider int minValue,
int maxValue,
int pageStep,
int value,
Orientation ,
QWidget * parent,
const char * name = 0
 


Member Function Documentation

bool L33tSlider::currentlyPressed const
 

virtual void L33tSlider::mousePressEvent QMouseEvent * [protected, virtual]
 

virtual void L33tSlider::mouseReleaseEvent QMouseEvent * [protected, virtual]
 

virtual void L33tSlider::setValue int [virtual, slot]
 

void L33tSlider::userChanged int value [signal]
 

emmited only when the user changes the value by hand

virtual void L33tSlider::wheelEvent QWheelEvent * [protected, virtual]
 


The documentation for this class was generated from the following file:
Generated at Mon Apr 1 11:45:01 2002 for noatun by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001