latest version v1.9 - last update 10 Apr 2010 |
Main Window for color images. More...
#include <ltiViewer.h>
Public Member Functions | |
mainWndImage () | |
mainWndImage (const mainWndImage &other) | |
virtual | ~mainWndImage () |
virtual mainGTKWindow * | clone () const |
Protected Member Functions | |
virtual void | dataToImage (image &img) |
virtual void | prepareParameters () |
virtual void | updateStatusBar (const point &pos) |
Main Window for color images.
lti::viewer::mainWndImage::mainWndImage | ( | ) |
Constructor.
lti::viewer::mainWndImage::mainWndImage | ( | const mainWndImage & | other | ) |
Copy constructor.
virtual lti::viewer::mainWndImage::~mainWndImage | ( | ) | [virtual] |
Destructor.
virtual mainGTKWindow* lti::viewer::mainWndImage::clone | ( | ) | const [virtual] |
clone this window
Implements lti::viewer::mainWindow.
virtual void lti::viewer::mainWndImage::dataToImage | ( | image & | img | ) | [protected, virtual] |
This method is the one where your data should be drawn.
You just need to draw on the "theImage" attribute image.
Implements lti::viewer::mainWindow.
virtual void lti::viewer::mainWndImage::prepareParameters | ( | ) | [protected, virtual] |
Prepare the parameters before the configuration dialog is started.
This member gets some information of the displayed data into the informational attributes of the parameters instance. It is called just before opening the settings dialog, and is the proper place to update the mentioned informational data.
Implements lti::viewer::mainWindow.
virtual void lti::viewer::mainWndImage::updateStatusBar | ( | const point & | pos | ) | [protected, virtual] |
called when the status bar information needs to be updated
Implements lti::viewer::mainWindow.