class KSlider

KSlider is a control for selecting a value from using a sliding pointer. More...

Definition#include <kslider.h>
InheritsQSlider
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals

Protected Methods


Detailed Description

KSlider is a control for selecting a value from using a sliding pointer. It is similar to QSlider but it always looks like Windows style and additionaly it provides a pageStep().

This makes it an ideal widget for position indiicators, especially in multimedia applications. Please note that currently tick marks cannot be switched off.

The interface is identical to QSlider, please see the Qt documentation for more information. The pageStep is not being used in QSlider, you can set this by calling setSteps( line, page ).

 KSlider ( QWidget *parent = 0L, const char *name = 0L )

 KSlider ( Orientation o, QWidget *parent = 0L, const char *name = 0L )

 KSlider ( int _minValue, int _maxValue, int _Step, int _value, Orientation o, QWidget *parent = 0L, const char *name = 0L )

QSize  sizeHint ()

[const virtual]

void  valueChanged ( int value )

[signal]

void  sliderPressed ()

[signal]

void  sliderMoved ( int value )

[signal]

void  sliderReleased ()

[signal]

void  valueChange ()

[protected virtual]

void  rangeChange ()

[protected virtual]

void  paletteChange (const QPalette &)

[protected virtual]

void  paintSlider (QPainter *painter, const QRect &rect )

[protected virtual]

void  backgroundColorChange (const QPalette &)

[protected virtual]

void  focusInEvent ( QFocusEvent * )

[protected virtual]

void  focusOutEvent ( QFocusEvent * )

[protected virtual]


Generated by: prospector@porky.devel.redhat.com on Tue Aug 15 09:55:36 2000, using kdoc 2.0a36.