Public Member Functions | Public Attributes

QmitkPreferencesDialog::PrefPage Struct Reference

#include <QmitkPreferencesDialog.h>

Collaboration diagram for QmitkPreferencesDialog::PrefPage:
Collaboration graph
[legend]

List of all members.

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::IQtPreferencePageprefPage
berry::IConfigurationElement::Pointer confElem
QTreeWidgetItem * treeWidgetItem

Detailed Description

Just a stub class for holding information on prefpages (metadata)

Definition at line 65 of file QmitkPreferencesDialog.h.


Constructor & Destructor Documentation

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.

: id(_id)
, name(_name)
, category(_category)
, className(_className)
, keywords(_keywords)
, prefPage(0)
, confElem(_confElem)
, treeWidgetItem(0)
{

}

Member Function Documentation

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;
}

Member Data Documentation

Definition at line 74 of file QmitkPreferencesDialog.h.

Definition at line 75 of file QmitkPreferencesDialog.h.

Definition at line 78 of file QmitkPreferencesDialog.h.

Definition at line 72 of file QmitkPreferencesDialog.h.

Referenced by operator==().

Definition at line 76 of file QmitkPreferencesDialog.h.

Definition at line 73 of file QmitkPreferencesDialog.h.

Referenced by operator<().

Definition at line 77 of file QmitkPreferencesDialog.h.

Definition at line 79 of file QmitkPreferencesDialog.h.


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines