Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

TxqVcrFrame Class Reference

A TxqMasterIoFrame which adds VCR control buttons: Run Step Stop Restart and control logic. More...

#include <TxqVcrFrame.h>

Inheritance diagram for TxqVcrFrame::

TxqMasterIoFrame TxqFrame QFrame TxqMovieFrame List of all members.

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

TxqVCRButtonsbuttons
 The VCR button list. More...


Detailed Description

A TxqMasterIoFrame which adds VCR control buttons: Run Step Stop Restart and control logic.

Copyright 2000 by Tech-X Corporation

Author:
Kelly G. Luetkemeyer

Version:
Id:
TxqVcrFrame.h,v 1.3 2001/10/10 17:29:49 kgl Exp

Definition at line 35 of file TxqVcrFrame.h.


Constructor & Destructor Documentation

TxqVcrFrame::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.

Parameters:
parent   The parent Qt widget.
nm   The name of the Qt widget.
f   The window flags.

TxqVcrFrame::~TxqVcrFrame ( ) [virtual]
 

The TxqVcrFrame destructor.


Member Function Documentation

void TxqVcrFrame::addButton ( QPushButton * btn )
 

Adds a button to the VCR button list.

Parameters:
btn   the button to add to the VCR list.

void TxqVcrFrame::addWidgets ( ) [protected, virtual]
 

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.

void TxqVcrFrame::createButtons ( ) [protected]
 

create the VCR buttons.

void TxqVcrFrame::createWidgets ( ) [protected, virtual]
 

create the widgets.

Reimplemented from TxqMasterIoFrame.


Member Data Documentation

TxqVCRButtons * TxqVcrFrame::buttons [protected]
 

The VCR button list.

Definition at line 90 of file TxqVcrFrame.h.


The documentation for this class was generated from the following file: Copyright Tech-X Corporation, all rights reserved.