Mixxx

WKnob Class Reference

#include <wknob.h>

Inheritance diagram for WKnob:
Collaboration diagram for WKnob:

List of all members.

Public Member Functions

 WKnob (QWidget *parent=0, float defaultValue=63.)
 ~WKnob ()
void setup (QDomNode node)
void setPositions (int iNoPos, bool bIncludingDisabled=false)
void setPixmap (int iPos, const QString &filename)
void setPixmapBackground (const QString &filename)
void wheelEvent (QWheelEvent *e)

Detailed Description

Author:
Tue & Ken Haste Andersen

Definition at line 32 of file wknob.h.


Constructor & Destructor Documentation

WKnob::WKnob ( QWidget *  parent = 0,
float  defaultValue = 63. 
)

Definition at line 29 of file wknob.cpp.

WKnob::~WKnob ( )

Definition at line 38 of file wknob.cpp.

Here is the call graph for this function:


Member Function Documentation

void WKnob::setPixmap ( int  iPos,
const QString &  filename 
)

Definition at line 108 of file wknob.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WKnob::setPixmapBackground ( const QString &  filename)

Associates a background pixmap with the widget. This is only needed if the knob pixmaps contains alpha channel values.

Definition at line 116 of file wknob.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WKnob::setPositions ( int  iNoPos,
bool  bIncludingDisabled = false 
)

Definition at line 71 of file wknob.cpp.

Here is the caller graph for this function:

void WKnob::setup ( QDomNode  node)

Definition at line 46 of file wknob.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void WKnob::wheelEvent ( QWheelEvent *  e)

Definition at line 191 of file wknob.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