class pAudio : public QWidget

Six audio control buttons.

Inheritance:

pAudio


Public Fields

PixButton* ffb
PixButton* nextb
PixButton* playpauseb
PixButton* prevb
PixButton* rewb
PixButton* stopb

Public Methods

void changePalette(QPalette& p)
inline void moveAll( QPoint pos )
inline void moveAll( int x, int y )
pAudio( QWidget *parent, float scale=1.0 )
inline QPoint xEndPt(void)
inline QPoint yEndPt(void)
~pAudio(void)

Documentation

pAudio is a QWidget with 6 audio control buttons: play/pause, stop, next track, previous track, scan forward, and scan backward. The buttons are all public objects so that their slots can be accesses by non-member functions.

PixButton* ffb

PixButton* nextb

PixButton* playpauseb

PixButton* prevb

PixButton* rewb

PixButton* stopb
ffb, nextb, playpauseb, prevb, rewb, and stopb are the six PixButton objects that make up this object.

pAudio( QWidget *parent, float scale=1.0 )
Class Constructor
Parameters:
parent - The parent of this object
scale - Determines the size of the
PixButtons in this object. It's a multiplicative factor, so scale=2 means double the default size, and so on.

~pAudio(void)
Class Destructor

inline void moveAll( int x, int y )
Moves the object, performing some internal bookkeeping at the same time.

inline void moveAll( QPoint pos )
Overloaded version.

inline QPoint xEndPt(void)
Returns:
The point in the x-direction where this widget ends.

inline QPoint yEndPt(void)
Returns:
The point in the y-direction where this widget ends.

void changePalette(QPalette& p)
Changes the palette of this object to p.


This class has no child classes.
See Also:
PixButton, PixData

alphabetic index hierarchy of classes


Copyright 1997 by John Weiss [John.Weiss@colorado.edu] "generated by doc++"?! More like mangled ...

generated by doc++