latest version v1.9 - last update 10 Apr 2010 |
Configuration Dialog for viewer of images of rgbPixel elements. More...
#include <ltiViewer.h>
Public Member Functions | |
configImage () | |
virtual void | insertFrames () |
virtual bool | setDialogData () |
virtual configGTKDialog * | newInstance () const |
Configuration Dialog for viewer of images of rgbPixel elements.
lti::viewer::configImage::configImage | ( | ) |
constructor
virtual void lti::viewer::configImage::insertFrames | ( | ) | [virtual] |
Inserts all pages in the main settings dialog.
Reimplemented from lti::viewer::configDialog.
virtual configGTKDialog* lti::viewer::configImage::newInstance | ( | ) | const [virtual] |
create a new instance of this configuration dialog
Reimplemented from lti::viewer::configDialog.
virtual bool lti::viewer::configImage::setDialogData | ( | ) | [virtual] |
copy the contents of the parameters object into the dialog entries
This method should write all data given in the parameters into the GTK-Widget. Do not forget to check first if the parameter pointer is valid or not.
Reimplemented from lti::viewer::configDialog.