#include <TFWidget.h>
Definition at line 29 of file TFWidget.h.
Public Slots | |
virtual void | setVolume (VolumeSP vol) |
public slots | |
void | setTF () |
Signals | |
void | iVolumeChanged (VolumeSP vol) |
for internal use only!!! | |
Public Member Functions | |
TFWidget (QWidget *parent=0, char *name=0, WFlags f=0) | |
construct | |
virtual | ~TFWidget () |
destruct | |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *re) |
resize | |
void | conf () |
conf view | |
Protected Attributes | |
QCanvas * | _tfCanvas |
TFView * | _tfView |
TFGL * | _tfRender |
|
construct
Definition at line 30 of file TFWidget.cpp. |
|
destruct
Definition at line 53 of file TFWidget.cpp. |
|
conf view 1 row, 1 column Definition at line 95 of file TFWidget.cpp. References _tfRender, _tfView, gutz::connect(), iVolumeChanged(), setTF(), and setVolume(). Referenced by TFWidget(). |
|
for internal use only!!!
Referenced by conf(), and setVolume(). |
|
resize _tfCanvas->resize(re->size().width(), re->size().height()); Definition at line 84 of file TFWidget.cpp. |
|
Definition at line 69 of file TFWidget.cpp. Referenced by conf(). |
|
public slots
Definition at line 64 of file TFWidget.cpp. References iVolumeChanged(). Referenced by conf(). |
|
Definition at line 47 of file TFWidget.h. Referenced by TFWidget(). |
|
Definition at line 49 of file TFWidget.h. Referenced by conf(), and TFWidget(). |
|
Definition at line 48 of file TFWidget.h. Referenced by conf(), and TFWidget(). |