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

Public Slots | |
| virtual void | polish () |
| polish is used in order to allow overloading of widget adds. More... | |
| void | run () |
| Executed after Run is pushed. More... | |
| void | stop () |
| Executed after Stop is pushed. More... | |
| void | step () |
| Executed after Step is pushed. More... | |
| void | restart () |
| Executed after Restart is pushed. More... | |
Public Methods | |
| TxqVCRButtons (QWidget *parent=0, const char *nm=0) | |
| The TxqVCRButtons constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods. More... | |
| void | createButtons () |
| create the VCR buttons. More... | |
| void | addButton (QPushButton *btn) |
| Adds a button to the frame. More... | |
| void | buttonSlots () |
| Sets the slots for the buttons. More... | |
| void | setRunning () |
| Set the running state. More... | |
| void | setStepped () |
| Set the stepped state. More... | |
| void | setInitialState () |
| Set the inital state. More... | |
| void | setPreInitialState () |
| Set the pre inital state This states sets all buttons to de-selected. More... | |
| virtual | ~TxqVCRButtons () |
| The TxqVCRButtons destructor. 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... | |
Public Attributes | |
| QPushButton* | runButton |
| The VCR run button. More... | |
| QPushButton* | stopButton |
| The VCR stop button. More... | |
| QPushButton* | stepButton |
| The VCR step button. More... | |
| QPushButton* | restartButton |
| The VCR restart button. More... | |
Private Attributes | |
| QBoxLayout* | buttons |
| The button layout. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 34 of file TxqVCRButtons.h.
|
|
The TxqVCRButtons constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods.
|
|
|
The TxqVCRButtons destructor.
|
|
|
Adds a button to the frame.
|
|
|
Adds all the widgets to the layout This method is to be used in polish to add any created widgets to the layout manager.
|
|
|
Sets the slots for the buttons.
|
|
|
create the VCR buttons.
|
|
|
polish is used in order to allow overloading of widget adds.
|
|
|
Executed after Restart is pushed.
|
|
|
Executed after Run is pushed.
|
|
|
Set the inital state.
|
|
|
Set the pre inital state This states sets all buttons to de-selected.
|
|
|
Set the running state.
|
|
|
Set the stepped state.
|
|
|
Executed after Step is pushed.
|
|
|
Executed after Stop is pushed.
|
|
|
The button layout.
Definition at line 153 of file TxqVCRButtons.h. |
|
|
The VCR restart button.
Definition at line 103 of file TxqVCRButtons.h. |
|
|
The VCR run button.
Definition at line 91 of file TxqVCRButtons.h. |
|
|
The VCR step button.
Definition at line 99 of file TxqVCRButtons.h. |
|
|
The VCR stop button.
Definition at line 95 of file TxqVCRButtons.h. |
Copyright Tech-X Corporation, all rights reserved.