latest version v1.9 - last update 10 Apr 2010 |
Configuration Dialog for viewer of images of fixed point scalar values, like channel8 or matrix<int>. More...
#include <ltiViewer.h>
Public Member Functions | |
configChannelFixed () | |
virtual void | insertFrames () |
virtual bool | setDialogData () |
virtual configGTKDialog * | newInstance () const |
Configuration Dialog for viewer of images of fixed point scalar values, like channel8 or matrix<int>.
lti::viewer::configChannelFixed::configChannelFixed | ( | ) |
constructor
virtual void lti::viewer::configChannelFixed::insertFrames | ( | ) | [virtual] |
Inserts all pages in the main settings dialog.
Reimplemented from lti::viewer::configDialog.
virtual configGTKDialog* lti::viewer::configChannelFixed::newInstance | ( | ) | const [virtual] |
create a new instance of this configuration dialog
Reimplemented from lti::viewer::configDialog.
virtual bool lti::viewer::configChannelFixed::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.