#include <TFWinBase.h>
Definition at line 31 of file TFWinBase.h.
Public Slots | |
| virtual void | setVolume (VolumeSP vol) |
| public slots | |
Signals | |
| void | volumeChanged (VolumeSP vol) |
| void | iVolumeChanged (VolumeSP vol) |
| for internal use only!!! | |
Public Member Functions | |
| TFWinBase (QWidget *parent=0, const char *name=0, WFlags wf=0) | |
| construction | |
| virtual | ~TFWinBase () |
| destruction | |
Protected Member Functions | |
| void | confView () |
| conf view | |
| virtual void | keyPressEvent (QKeyEvent *key) |
| protected members | |
Protected Attributes | |
| QWidget * | _qcentral |
| main widget to add stuff to | |
|
||||||||||||||||
|
construction
Definition at line 31 of file TFWinBase.cpp. References _qcentral, confView(), and name. |
|
|
destruction
Definition at line 42 of file TFWinBase.cpp. |
|
|
conf view one rows, one column Definition at line 82 of file TFWinBase.cpp. References _qcentral, iVolumeChanged(), and setVolume(). Referenced by TFWinBase(). |
|
|
for internal use only!!!
Referenced by confView(), and setVolume(). |
|
|
protected members
Definition at line 64 of file TFWinBase.cpp. |
|
|
public slots
Definition at line 53 of file TFWinBase.cpp. References iVolumeChanged(). Referenced by confView(). |
|
|
|
|
|
main widget to add stuff to
Definition at line 55 of file TFWinBase.h. Referenced by confView(), and TFWinBase(). |