ControllerInterface Class Reference

controller interface

#include <module_interface.h>

Inheritance diagram for ControllerInterface:

Inheritance graph
[legend]
Collaboration diagram for ControllerInterface:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~ControllerInterface ()
virtual QWidget * configWidget ()=0
virtual QSize size ()=0
virtual bool init ()=0
virtual void exit ()=0
virtual void setPixel (int, int, bool)=0
virtual void update ()=0
virtual void clear (const QRect &rect=QRect())=0

Constructor & Destructor Documentation

virtual ControllerInterface::~ControllerInterface (  )  [inline, virtual]


Member Function Documentation

virtual void ControllerInterface::clear ( const QRect &  rect = QRect()  )  [pure virtual]

Implemented in Osd, and Serdisp.

virtual QWidget* ControllerInterface::configWidget (  )  [pure virtual]

Implemented in Osd, and Serdisp.

virtual void ControllerInterface::exit (  )  [pure virtual]

Implemented in Osd, and Serdisp.

virtual bool ControllerInterface::init (  )  [pure virtual]

Implemented in Osd, and Serdisp.

virtual void ControllerInterface::setPixel ( int  ,
int  ,
bool   
) [pure virtual]

Implemented in Osd, and Serdisp.

virtual QSize ControllerInterface::size (  )  [pure virtual]

Implemented in Osd, and Serdisp.

virtual void ControllerInterface::update (  )  [pure virtual]

Implemented in Osd, and Serdisp.


The documentation for this class was generated from the following file:
Generated on Thu Apr 5 13:12:16 2007 for LCDBuilder by  doxygen 1.4.7