
A simple image stack in Qt4. More...
#include <GUI/QtImageStack.qt.H>

Classes | |
| struct | Impl |
Public Member Functions | |
| QtImageStack (QWidget *parent=0) | |
| void | addFrame (const GenericFrame &frame, const std::string &name, const FrameInfo &auxinfo) |
| void | removeFrame (const std::string &name) |
| bool | setFrameNumber (int n) |
| bool | isClosed () const |
| void | setPreferredDims (const Dims &dims) |
| void | setPreferredMaxDims (const Dims &dims) |
| QtImageStack (QWidget *parent=0) | |
| void | addFrame (const GenericFrame &frame, const std::string &name, const FrameInfo &auxinfo) |
| void | removeFrame (const std::string &name) |
| bool | setFrameNumber (int n) |
| bool | isClosed () const |
| void | setPreferredDims (const Dims &dims) |
| void | setPreferredMaxDims (const Dims &dims) |
Protected Slots | |
| void | listSelection (QListBoxItem *item) |
| void | togglePause (bool on) |
| void | togglePause (bool on) |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *e) |
| void | closeEvent (QCloseEvent *e) |
A simple image stack in Qt4.
Note: see http://zetcode.com/tutorials/qt4tutorial/ for great intro to Qt4
Definition at line 51 of file QtImageStack.H.
1.6.3