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

Public Slots | |
| void | print () |
| slot to print the canvas. More... | |
Signals | |
| void | closeSignal (int indx) |
| signal emitted when the window is closing. More... | |
| void | clearMemory () |
| signal emitted when needing to clear the pixmap map memory. More... | |
Public Methods | |
| TxqImageFrame (QString fileName, TxqMasterIoFrame *parent, const char *nm=0, WFlags f=WType_TopLevel) | |
| The constructor requires the image file and can also add the QWidget parent. More... | |
| virtual | ~TxqImageFrame () |
| The destructor. More... | |
| void | setPixmap (QPixmap *pm) |
| Set the pixmap to write the image onto. More... | |
| void | setPixmapMemory (bool memory) |
| Set the memory flag. More... | |
| void | setFileName (const QString fileName) |
| Set the filename. More... | |
| void | advance (const QString fileName, int frameNumber) |
| Advance the movie. More... | |
| void | setIndex (int indx) |
| Set the window index. More... | |
| bool | getPixmapMemory () |
| Get the pixmap memory flag. More... | |
| void | clearMapElements (unsigned int n) |
| clear N elements from the pixmap. More... | |
| void | clearPixMaps () |
| Clear the pixmaps pointers from the pixmap map. More... | |
Protected Slots | |
| bool | close (bool forceKill=FALSE) |
| Close and quit the window. More... | |
Protected Methods | |
| void | readImage (const QString fileName) |
| read the image file and convert to a pixmap. More... | |
| virtual void | addMenuBarItems () |
| Add the default menu bar items. More... | |
| virtual void | addSubMenuBarItems () |
| Add the sub menu bar items The sub menubar items are any menus in the menubar that may need items inserted into it. More... | |
| void | addWidgets () |
| Add the widgets. More... | |
| void | paintEvent (QPaintEvent *) |
| The paint event will paint the image onto the widget. More... | |
Private Methods | |
| TxqImageFrame () | |
| The default constructor is private in order to not be used. More... | |
Private Attributes | |
| QPixmap* | pixmap |
| The private pixmap. More... | |
| TXSTD::map<QString, QPixmap*> | pixMaps |
| The pixmap maps. More... | |
| QWidget* | paintWidget |
| The background paint widget. More... | |
| int | windowIndex |
| The window index. More... | |
| bool | memory |
| bool to determine if using memory pixmaps. More... | |
| bool | memoryExhausted |
| bool to determine if memory is exhausted. More... | |
| TxqLog* | txcout |
| The output logger. More... | |
| TxqLog* | txcerr |
| The error output logger. More... | |
| bool | isPainted |
| The paint flag. More... | |
| unsigned int | clearElements |
| The number of elements to clear from the pixmap map when the memory is exhausted. More... | |
| int | frameNumber |
| The current frame number. More... | |
| QString | imageFileName |
| The class image file name. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 42 of file TxqImageFrame.h.
|
|
The constructor requires the image file and can also add the QWidget parent.
|
|
|
The destructor.
|
|
|
The default constructor is private in order to not be used.
|
|
|
Add the default menu bar items.
Reimplemented from TxqFrame. |
|
|
Add the sub menu bar items The sub menubar items are any menus in the menubar that may need items inserted into it.
Reimplemented from TxqFrame. |
|
|
Add the widgets.
Reimplemented from TxqFrame. |
|
|
Advance the movie.
|
|
|
clear N elements from the pixmap.
|
|
|
signal emitted when needing to clear the pixmap map memory.
|
|
|
Clear the pixmaps pointers from the pixmap map.
|
|
|
Close and quit the window.
Reimplemented from TxqFrame. |
|
|
signal emitted when the window is closing.
|
|
|
Get the pixmap memory flag.
Definition at line 102 of file TxqImageFrame.h. |
|
|
The paint event will paint the image onto the widget.
|
|
|
slot to print the canvas.
Reimplemented from TxqFrame. |
|
|
read the image file and convert to a pixmap.
|
|
|
Set the filename.
|
|
|
Set the window index.
Reimplemented from TxqFrame. |
|
|
Set the pixmap to write the image onto.
|
|
|
Set the memory flag.
|
|
|
The number of elements to clear from the pixmap map when the memory is exhausted.
Definition at line 233 of file TxqImageFrame.h. |
|
|
The current frame number.
Definition at line 238 of file TxqImageFrame.h. |
|
|
The class image file name.
Definition at line 243 of file TxqImageFrame.h. |
|
|
The paint flag.
Definition at line 227 of file TxqImageFrame.h. |
|
|
bool to determine if using memory pixmaps.
Definition at line 207 of file TxqImageFrame.h. |
|
|
bool to determine if memory is exhausted.
Definition at line 212 of file TxqImageFrame.h. |
|
|
The background paint widget.
Definition at line 197 of file TxqImageFrame.h. |
|
|
The pixmap maps.
Definition at line 192 of file TxqImageFrame.h. |
|
|
The private pixmap.
Definition at line 187 of file TxqImageFrame.h. |
|
|
The error output logger.
Definition at line 222 of file TxqImageFrame.h. |
|
|
The output logger.
Definition at line 217 of file TxqImageFrame.h. |
|
|
The window index.
Definition at line 202 of file TxqImageFrame.h. |
Copyright Tech-X Corporation, all rights reserved.