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

Public Methods | |
| TxqMovieConfigSet () | |
| Construct a TxqMovieConfigSet with a default constructor. More... | |
| TxqMovieConfigSet (QString s) | |
| Construct a TxqMovieConfigSet with a default name. More... | |
| TxqMovieConfigSet (const TxqMovieConfigSet &) | |
| Copy constructor makes an exact duplicate. More... | |
| virtual | ~TxqMovieConfigSet () |
| Destructor. More... | |
| TxqMovieConfigSet& | operator= (const TxqMovieConfigSet &) |
| Assignment is set identically. More... | |
| void | setImageFrameCount (int imageFrameCount) |
| Set the imageFrameCount variable. More... | |
| int | getImageFrameCount () |
| Get the imageFrameCount variable. More... | |
| void | setStatusLabel (QString statusLabel, double statusLabelValue=0.0) |
| Set the status label variable. More... | |
| QString | getStatusLabel () |
| Get the status label variable. More... | |
| void | setStatusLabelValue (double value) |
| Set the status label update variable. More... | |
| double | getStatusLabelValue () |
| Get the status label update variable. More... | |
| TxAttributeSet | getFrameSet (int index) |
| Get the attribute set at the specified index. More... | |
| bool | hasFrameOption (const QString &optionName, const int index) |
| Return whether has an option of this name at this index number. More... | |
| void | setFrameOption (const QString &optionName, int value, int index) |
| Set the value of the option of this name. More... | |
| int | getFrameOption (const QString &optionName, const int index) throw (TxDebugExcept) |
| Get the value of the option of this name. More... | |
| bool | hasFrameString (const QString &stringName, const int index) |
| Determine whether has a QString of a given name at this frame index number. More... | |
| void | setFrameString (const QString &stringName, const QString &value, int index) |
| Set the value of a QString at the given frame index. More... | |
| QString | getFrameString (const QString &stringName, const int index) throw (TxDebugExcept) |
| Get a QString of a given name at the given frame index number. More... | |
| void | write (const QString &fileName) const |
| Write out the attributes text representation to a file. More... | |
| void | write (ostream &ostr,bool flag=false) const |
| Declare the base class write method. More... | |
| void | read (const QString &fileName) |
| read from a filename. More... | |
| virtual TXSTD::string | read (istream &is) |
| Declare the base class read method. More... | |
Protected Methods | |
| void | initialize () |
| initialize class data members. More... | |
| bool | checkIndex (const int index) |
| Checks the index for the frame. More... | |
Protected Attributes | |
| int | imageFrameCount |
| The image frame count. More... | |
| QString | statusLabel |
| The statusLabel value. More... | |
| double | statusLabelValue |
| The status label update value This value will appear next to the statusLabel and can be updated at frame intervals. More... | |
| TXSTD::vector<TxAttributeSet> | frameSets |
| The vector of attribute sets for the frames. More... | |
Copyright 2001 by Tech-X Corporation
Definition at line 35 of file TxqMovieConfigSet.h.
|
|
Construct a TxqMovieConfigSet with a default constructor.
|
|
|
Construct a TxqMovieConfigSet with a default name.
|
|
|
Copy constructor makes an exact duplicate.
|
|
|
Destructor.
|
|
|
Checks the index for the frame. If the index is greater than the frame count, a new attribute set is created. returns false if the index is one plus the size of the frame set vector
|
|
|
Get the value of the option of this name.
|
|
|
Get the attribute set at the specified index.
|
|
|
Get a QString of a given name at the given frame index number.
|
|
|
Get the imageFrameCount variable.
Definition at line 77 of file TxqMovieConfigSet.h. |
|
|
Get the status label variable.
Definition at line 90 of file TxqMovieConfigSet.h. |
|
|
Get the status label update variable.
Definition at line 103 of file TxqMovieConfigSet.h. |
|
|
Return whether has an option of this name at this index number.
|
|
|
Determine whether has a QString of a given name at this frame index number.
|
|
|
initialize class data members.
|
|
|
Assignment is set identically.
|
|
|
Declare the base class read method.
Definition at line 209 of file TxqMovieConfigSet.h. |
|
|
read from a filename.
|
|
|
Set the value of the option of this name.
|
|
|
Set the value of a QString at the given frame index.
|
|
|
Set the imageFrameCount variable.
|
|
|
Set the status label variable.
|
|
|
Set the status label update variable. This variable will be added to the statusLabelValue
|
|
|
Declare the base class write method.
Definition at line 195 of file TxqMovieConfigSet.h. |
|
|
Write out the attributes text representation to a file.
|
|
|
The vector of attribute sets for the frames.
Definition at line 249 of file TxqMovieConfigSet.h. |
|
|
The image frame count. This is the number of image frames that will be opened. Definition at line 231 of file TxqMovieConfigSet.h. |
|
|
The statusLabel value. This is the label that will appear in the statusBar. Definition at line 237 of file TxqMovieConfigSet.h. |
|
|
The status label update value This value will appear next to the statusLabel and can be updated at frame intervals.
Definition at line 244 of file TxqMovieConfigSet.h. |
Copyright Tech-X Corporation, all rights reserved.