Six audio control buttons.
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* nextb
PixButton* playpauseb
PixButton* prevb
PixButton* rewb
PixButton* stopb
pAudio( QWidget *parent, float scale=1.0 )
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)
inline void moveAll( int x, int y )
inline void moveAll( QPoint pos )
inline QPoint xEndPt(void)
inline QPoint yEndPt(void)
void changePalette(QPalette& p)
Copyright 1997 by John Weiss [John.Weiss@colorado.edu]
"generated by doc++"?! More like mangled generated by doc++