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

Public Methods | |
| TxqWsFrame (QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel) | |
| The TxqWsFrame constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods. More... | |
| virtual | ~TxqWsFrame () |
| The TxqWsFrame destructor. More... | |
| virtual TxqWorkSpace* | getWorkSpace () |
| Get the work space. More... | |
| virtual void | addButton (QPushButton *btn) |
| Adds a button to the frame. More... | |
| virtual void | disableFileMenu () |
| Disable the Menus in the File menu. More... | |
| virtual void | enableFileMenu () |
| Enable the Menus in the File menu. More... | |
Protected Slots | |
| void | windowsMenuAboutToShow () |
| Add to the windows menu at show time. More... | |
| void | windowsMenuActivated (int id) |
| Activate the window selected by id. More... | |
Protected Methods | |
| void | addButtons () |
| Adds the new buttons to the VCR list. More... | |
| virtual void | createWindowsMenu () |
| Create the Windows menu bar item. More... | |
| virtual void | createWorkSpace () |
| Create the work space widget. More... | |
| virtual void | createWidgets () |
| Create the widgets. More... | |
| virtual 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... | |
| virtual void | addMenuBarItems () |
| add the default menu bar items. More... | |
| virtual void | addWindowsMenuItems () |
| Add the Windows menu bar items. More... | |
Protected Attributes | |
| QPopupMenu* | windowsMenu |
| The windowMenu popup. More... | |
| TxqWorkSpace* | workspace |
| The workspace widget. More... | |
| TxqVCRButtons* | buttons |
| The VCR button list. More... | |
Private Attributes | |
| vector<QPushButton*> | buttonsVec |
| The buttons vector. More... | |
Holds TxqVCRButtons object to have Run Step Stop Restart and control logic.
Copyright 2000 by Tech-X Corporation
Definition at line 43 of file TxqWsFrame.h.
|
|
The TxqWsFrame constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods.
|
|
|
The TxqWsFrame destructor.
|
|
|
Adds a button to the frame.
|
|
|
Adds the new buttons to the VCR list.
|
|
|
add the default menu bar items.
Reimplemented from TxqFrame. |
|
|
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 TxqFrame. |
|
|
Add the Windows menu bar items.
|
|
|
Create the VCR buttons.
|
|
|
Create the widgets.
Reimplemented from TxqFrame. |
|
|
Create the Windows menu bar item.
|
|
|
Create the work space widget.
|
|
|
Disable the Menus in the File menu.
|
|
|
Enable the Menus in the File menu.
|
|
|
Get the work space.
|
|
|
Add to the windows menu at show time.
|
|
|
Activate the window selected by id.
|
|
|
The VCR button list.
Definition at line 150 of file TxqWsFrame.h. |
|
|
The buttons vector.
Definition at line 170 of file TxqWsFrame.h. |
|
|
The windowMenu popup.
Definition at line 140 of file TxqWsFrame.h. |
|
|
The workspace widget.
Definition at line 145 of file TxqWsFrame.h. |
Copyright Tech-X Corporation, all rights reserved.