![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtAboutBox: More...

Public Slots | |
| virtual void | showPluginInformation (const DtPluginInformation &) |
| virtual void | removePluginInformation (const QString &) |
Public Member Functions | |
| DtPluginDialog (QWidget *parent=NULL, const Qt::WindowFlags &f=0) | |
| default constructor | |
| virtual | ~DtPluginDialog () |
| destructor | |
| virtual bool | init () |
| virtual void | clearPluginInformation () |
| Clears plugin information. | |
| virtual void | addPluginInformation (const QString &plugin, const DtPluginInformation &info, const QString &source="") |
| Adds a new plugin to the information set to the plugin list box. | |
Static Public Member Functions | |
| static QWidget * | create (QWidget *parent, const Qt::WindowFlags &f) |
| Returns a newly created instance of a DtAboutBox. | |
Public Attributes | |
| Ui::DtPluginDialogUi | myUiImpl |
Protected Slots | |
| virtual void | showPluginInformation () |
Protected Member Functions | |
| virtual bool | initConnections () |
Protected Attributes | |
| QHash< QTreeWidgetItem *, DtPluginInformation > | myPluginInformation |
Private Member Functions | |
| DtPluginDialog (const DtPluginDialog &orig) | |
| Not implemented. | |
| DtPluginDialog & | operator= (const DtPluginDialog &orig) |
| Not implemented. | |
class DtAboutBox:
Instances of DtAboutBox are
| DtPluginDialog::DtPluginDialog | ( | QWidget * | parent = NULL, |
| const Qt::WindowFlags & | f = 0 |
||
| ) |
default constructor
| virtual DtPluginDialog::~DtPluginDialog | ( | ) | [virtual] |
destructor
| DtPluginDialog::DtPluginDialog | ( | const DtPluginDialog & | orig | ) | [private] |
Not implemented.
| virtual bool DtPluginDialog::init | ( | ) | [virtual] |
| virtual void DtPluginDialog::clearPluginInformation | ( | ) | [virtual] |
Clears plugin information.
| virtual void DtPluginDialog::addPluginInformation | ( | const QString & | plugin, |
| const DtPluginInformation & | info, | ||
| const QString & | source = "" |
||
| ) | [virtual] |
Adds a new plugin to the information set to the plugin list box.
The DtPluginInformation will be shown when an item is selected in the plugin list box. The list box will have two columns -- the passed in plugin name and the version. The version will be pulled from the DtPluginInformation structure
| static QWidget* DtPluginDialog::create | ( | QWidget * | parent, |
| const Qt::WindowFlags & | f | ||
| ) | [static] |
Returns a newly created instance of a DtAboutBox.
| virtual bool DtPluginDialog::initConnections | ( | ) | [protected, virtual] |
| virtual void DtPluginDialog::showPluginInformation | ( | ) | [protected, virtual, slot] |
| virtual void DtPluginDialog::showPluginInformation | ( | const DtPluginInformation & | ) | [virtual, slot] |
| virtual void DtPluginDialog::removePluginInformation | ( | const QString & | ) | [virtual, slot] |
| DtPluginDialog& DtPluginDialog::operator= | ( | const DtPluginDialog & | orig | ) | [private] |
Not implemented.
| Ui::DtPluginDialogUi DtPluginDialog::myUiImpl |
QHash<QTreeWidgetItem*, DtPluginInformation> DtPluginDialog::myPluginInformation [protected] |