arbeit
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

TFWidget Class Reference

#include <TFWidget.h>

List of all members.


Detailed Description

TFWidget.h simianUI.

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


Constructor & Destructor Documentation

TFWidget::TFWidget QWidget *  parent = 0,
char *  name = 0,
WFlags  f = 0
 

construct

Definition at line 30 of file TFWidget.cpp.

References _tfCanvas, _tfRender, _tfView, conf(), and name.

TFWidget::~TFWidget  )  [virtual]
 

destruct

Definition at line 53 of file TFWidget.cpp.


Member Function Documentation

void TFWidget::conf  )  [protected]
 

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().

void TFWidget::iVolumeChanged VolumeSP  vol  )  [signal]
 

for internal use only!!!

Referenced by conf(), and setVolume().

void TFWidget::resizeEvent QResizeEvent *  re  )  [protected, virtual]
 

resize

_tfCanvas->resize(re->size().width(), re->size().height());

Definition at line 84 of file TFWidget.cpp.

void TFWidget::setTF  )  [slot]
 

Definition at line 69 of file TFWidget.cpp.

Referenced by conf().

void TFWidget::setVolume VolumeSP  vol  )  [virtual, slot]
 

public slots

Definition at line 64 of file TFWidget.cpp.

References iVolumeChanged().

Referenced by conf().


Member Data Documentation

QCanvas* TFWidget::_tfCanvas [protected]
 

Definition at line 47 of file TFWidget.h.

Referenced by TFWidget().

TFGL* TFWidget::_tfRender [protected]
 

Definition at line 49 of file TFWidget.h.

Referenced by conf(), and TFWidget().

TFView* TFWidget::_tfView [protected]
 

Definition at line 48 of file TFWidget.h.

Referenced by conf(), and TFWidget().


The documentation for this class was generated from the following files:
Send questions, comments, and bug reports to:
jmk