Mixxx

WSliderComposed Class Reference

#include <wslidercomposed.h>

Inheritance diagram for WSliderComposed:
Collaboration diagram for WSliderComposed:

List of all members.

Public Slots

void setValue (double)

Public Member Functions

 WSliderComposed (QWidget *parent=0, float defaultValue=64.0)
 ~WSliderComposed ()
void setup (QDomNode node)
void setPixmaps (bool bHorizontal, const QString &filenameSlider, const QString &filenameHandle)
void mouseMoveEvent (QMouseEvent *e)
void mouseReleaseEvent (QMouseEvent *e)
void mousePressEvent (QMouseEvent *e)
void paintEvent (QPaintEvent *)
void wheelEvent (QWheelEvent *e)

Detailed Description

A widget for a slider composed of a background pixmap and a handle.

Author:
Tue & Ken Haste Andersen

Definition at line 33 of file wslidercomposed.h.


Constructor & Destructor Documentation

WSliderComposed::WSliderComposed ( QWidget *  parent = 0,
float  defaultValue = 64.0 
)

Definition at line 29 of file wslidercomposed.cpp.

WSliderComposed::~WSliderComposed ( )

Definition at line 45 of file wslidercomposed.cpp.


Member Function Documentation

void WSliderComposed::mouseMoveEvent ( QMouseEvent *  e)

Definition at line 107 of file wslidercomposed.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WSliderComposed::mousePressEvent ( QMouseEvent *  e)

Definition at line 170 of file wslidercomposed.cpp.

Here is the call graph for this function:

void WSliderComposed::mouseReleaseEvent ( QMouseEvent *  e)

Definition at line 153 of file wslidercomposed.cpp.

Here is the call graph for this function:

void WSliderComposed::paintEvent ( QPaintEvent *  )

Definition at line 198 of file wslidercomposed.cpp.

void WSliderComposed::setPixmaps ( bool  bHorizontal,
const QString &  filenameSlider,
const QString &  filenameHandle 
)

Definition at line 66 of file wslidercomposed.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WSliderComposed::setup ( QDomNode  node)

Definition at line 50 of file wslidercomposed.cpp.

Here is the call graph for this function:

void WSliderComposed::setValue ( double  fValue) [virtual, slot]

Reimplemented from WWidget.

Definition at line 222 of file wslidercomposed.cpp.

Here is the caller graph for this function:

void WSliderComposed::wheelEvent ( QWheelEvent *  e)

Definition at line 142 of file wslidercomposed.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines