Developer Documentation
AboutInfoInterface Class Reference

About Info interface. More...

#include <OpenFlipper/BasePlugin/AboutInfoInterface.hh>

Signals

virtual void addAboutInfo (QString _text, QString _tabName)
 Adds a widget to OpenFlippers about dialog. More...
 

Public Member Functions

virtual ~AboutInfoInterface ()
 Destructor.
 

Detailed Description

About Info interface.

Detailed description
This interface can be used to add a widget to OpenFlippers About dialog to display license Information or other data.

Definition at line 73 of file AboutInfoInterface.hh.

Member Function Documentation

virtual void AboutInfoInterface::addAboutInfo ( QString  _text,
QString  _tabName 
)
inlinevirtualsignal

Adds a widget to OpenFlippers about dialog.

Parameters
_textText for the tab (Supports html tags)
_tabNameName of the tab to be added

Definition at line 86 of file AboutInfoInterface.hh.


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