#include <TxqVcrFrame.h>
Inheritance diagram for TxqVcrFrame::

Public Methods | |
| TxqVcrFrame (QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel) | |
| The TxqVcrFrame constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods. More... | |
| virtual | ~TxqVcrFrame () |
| The TxqVcrFrame destructor. More... | |
| void | addButton (QPushButton *btn) |
| Adds a button to the VCR button list. More... | |
Protected Methods | |
| void | createWidgets () |
| create the widgets. More... | |
| void | createButtons () |
| create the VCR buttons. More... | |
| virtual void | addWidgets () |
| Adds all the widgets to the layout This method is to be used in polish to add any created widgets to the layout manager. More... | |
Protected Attributes | |
| TxqVCRButtons* | buttons |
| The VCR button list. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 35 of file TxqVcrFrame.h.
|
|
The TxqVcrFrame constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods.
|
|
|
The TxqVcrFrame destructor.
|
|
|
Adds a button to the VCR button list.
|
|
|
Adds all the widgets to the layout This method is to be used in polish to add any created widgets to the layout manager.
Reimplemented from TxqMasterIoFrame. |
|
|
create the VCR buttons.
|
|
|
create the widgets.
Reimplemented from TxqMasterIoFrame. |
|
|
The VCR button list.
Definition at line 90 of file TxqVcrFrame.h. |
Copyright Tech-X Corporation, all rights reserved.