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

Signals | |
| void | applyOptionsSignal () |
| signal emitted whenever the options are being applied. More... | |
Public Methods | |
| TxqMovieCntrlDlog (QWidget *parent, const char *name, TxAttributeSet *attrib) | |
| The constructor takes a parent wiget, a name, and the control attributes. More... | |
| virtual | ~TxqMovieCntrlDlog () |
| The TxqMovieCntrlDlog destructor. More... | |
Protected Slots | |
| void | setFrame (int number) |
| slot to set the frame number. More... | |
| void | getStartFrame (int number) |
| Get the start frame. More... | |
| void | getEndFrame (int number) |
| Get the end frame. More... | |
| void | applyOptions () |
| Apply the options. More... | |
Protected Methods | |
| virtual void | controlTab () |
| controlTab creates the contrl box widget. More... | |
Protected Attributes | |
| QVBox* | controlBox |
| The control tab widget. More... | |
| TxAttributeSet* | cntrlOptions |
| The control attribute set. More... | |
| int | startFrame |
| The start frame. More... | |
| int | endFrame |
| The end frame. More... | |
| int | maxFrame |
| The maximum number of frames. More... | |
| int | frameNumber |
| The frame number. More... | |
| int | frameLoop |
| The frame loop. More... | |
| int | frameStep |
| The frame step. More... | |
Private Attributes | |
| QLabel* | frameNumberTitle |
| The frame number label. More... | |
| QSpinBox* | start |
| The startFrame editor. More... | |
| QSlider* | frameSlider |
| The frame slider. More... | |
| QSpinBox* | end |
| The endFrame editor. More... | |
Copyright 2001 by Tech-X Corporation
Definition at line 46 of file TxqMovieCntrlDlog.h.
|
|
The constructor takes a parent wiget, a name, and the control attributes.
|
|
|
The TxqMovieCntrlDlog destructor.
|
|
|
Apply the options. This will emit applyOptionsSignal and set all the options. |
|
|
signal emitted whenever the options are being applied.
|
|
|
controlTab creates the contrl box widget.
|
|
|
Get the end frame.
|
|
|
Get the start frame.
|
|
|
slot to set the frame number.
|
|
|
The control attribute set.
Definition at line 81 of file TxqMovieCntrlDlog.h. |
|
|
The control tab widget.
Definition at line 76 of file TxqMovieCntrlDlog.h. |
|
|
The endFrame editor.
Definition at line 165 of file TxqMovieCntrlDlog.h. |
|
|
The end frame.
Definition at line 91 of file TxqMovieCntrlDlog.h. |
|
|
The frame loop.
Definition at line 106 of file TxqMovieCntrlDlog.h. |
|
|
The frame number.
Definition at line 101 of file TxqMovieCntrlDlog.h. |
|
|
The frame number label.
Definition at line 150 of file TxqMovieCntrlDlog.h. |
|
|
The frame slider.
Definition at line 160 of file TxqMovieCntrlDlog.h. |
|
|
The frame step.
Definition at line 111 of file TxqMovieCntrlDlog.h. |
|
|
The maximum number of frames.
Definition at line 96 of file TxqMovieCntrlDlog.h. |
|
|
The startFrame editor.
Definition at line 155 of file TxqMovieCntrlDlog.h. |
|
|
The start frame.
Definition at line 86 of file TxqMovieCntrlDlog.h. |
Copyright Tech-X Corporation, all rights reserved.