LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::viewer::mainWndChannelFloat Class Reference

Main Window for channels of floating point values. More...

#include <ltiViewer.h>

Inheritance diagram for lti::viewer::mainWndChannelFloat:
Inheritance graph
[legend]
Collaboration diagram for lti::viewer::mainWndChannelFloat:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 mainWndChannelFloat ()
 mainWndChannelFloat (const mainWndChannelFloat &other)
virtual ~mainWndChannelFloat ()
virtual mainGTKWindowclone () const

Protected Member Functions

virtual void dataToImage (image &img)
virtual void prepareParameters ()
virtual void updateStatusBar (const point &pos)

Detailed Description

Main Window for channels of floating point values.


Constructor & Destructor Documentation

lti::viewer::mainWndChannelFloat::mainWndChannelFloat (  ) 

Constructor.

lti::viewer::mainWndChannelFloat::mainWndChannelFloat ( const mainWndChannelFloat other  ) 

Copy constructor.

virtual lti::viewer::mainWndChannelFloat::~mainWndChannelFloat (  )  [virtual]

Destructor.


Member Function Documentation

virtual mainGTKWindow* lti::viewer::mainWndChannelFloat::clone (  )  const [virtual]

clone this window

Implements lti::viewer::mainWindow.

virtual void lti::viewer::mainWndChannelFloat::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::mainWndChannelFloat::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::mainWndChannelFloat::updateStatusBar ( const point pos  )  [protected, virtual]

called when the status bar information needs to be updated

Implements lti::viewer::mainWindow.


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:29:07 2010 for LTI-Lib by Doxygen 1.6.1