#include <QmitkPreferencesDialog.h>

Public Member Functions | |
| PrefPage (std::string _id, std::string _name, std::string _category, std::string _className, std::string _keywords, berry::IConfigurationElement::Pointer _confElem) | |
| bool | operator== (const PrefPage &other) |
| bool | operator< (const PrefPage &other) |
Public Attributes | |
| std::string | id |
| std::string | name |
| std::string | category |
| std::string | className |
| std::string | keywords |
| berry::IQtPreferencePage * | prefPage |
| berry::IConfigurationElement::Pointer | confElem |
| QTreeWidgetItem * | treeWidgetItem |
Just a stub class for holding information on prefpages (metadata)
Definition at line 65 of file QmitkPreferencesDialog.h.
| QmitkPreferencesDialog::PrefPage::PrefPage | ( | std::string | _id, |
| std::string | _name, | ||
| std::string | _category, | ||
| std::string | _className, | ||
| std::string | _keywords, | ||
| berry::IConfigurationElement::Pointer | _confElem | ||
| ) |
Definition at line 502 of file QmitkPreferencesDialog.cpp.
| bool QmitkPreferencesDialog::PrefPage::operator< | ( | const PrefPage & | other ) |
Definition at line 497 of file QmitkPreferencesDialog.cpp.
References name.
{
return name < other.name;
}
| bool QmitkPreferencesDialog::PrefPage::operator== | ( | const PrefPage & | other ) |
Definition at line 492 of file QmitkPreferencesDialog.cpp.
References id.
{
return id == other.id;
}
| std::string QmitkPreferencesDialog::PrefPage::category |
Definition at line 74 of file QmitkPreferencesDialog.h.
| std::string QmitkPreferencesDialog::PrefPage::className |
Definition at line 75 of file QmitkPreferencesDialog.h.
Definition at line 78 of file QmitkPreferencesDialog.h.
| std::string QmitkPreferencesDialog::PrefPage::id |
Definition at line 72 of file QmitkPreferencesDialog.h.
Referenced by operator==().
| std::string QmitkPreferencesDialog::PrefPage::keywords |
Definition at line 76 of file QmitkPreferencesDialog.h.
| std::string QmitkPreferencesDialog::PrefPage::name |
Definition at line 73 of file QmitkPreferencesDialog.h.
Referenced by operator<().
Definition at line 77 of file QmitkPreferencesDialog.h.
| QTreeWidgetItem* QmitkPreferencesDialog::PrefPage::treeWidgetItem |
Definition at line 79 of file QmitkPreferencesDialog.h.
1.7.2