#include <BALL/VIEW/WIDGETS/propertyEditor.h>
Classes | |
class | EditorPDBInfoDialog |
Public Member Functions | |
PDBInfoEditorWidget (const PDBInfo &info, QWidget *parent) | |
virtual PDBInfoEditorWidget * | clone (const std::string &name, QWidget *parent) |
Protected Slots | |
void | startEditorDialog () |
Protected Member Functions | |
virtual void | apply_ (PropertyManager *man) |
virtual void | reset_ (const NamedProperty &prop) |
Private Attributes | |
PDBInfo | localCopy_ |
EditorPDBInfoDialog * | editorDialog_ |
Definition at line 241 of file propertyEditor.h.
virtual void BALL::VIEW::PDBInfoEditorWidget::apply_ | ( | PropertyManager * | man | ) | [protected, virtual] |
This function must be reimplemented by subclasses. It writes the value of the widget to man
Implements BALL::VIEW::PropEditorWidget.
virtual PDBInfoEditorWidget* BALL::VIEW::PDBInfoEditorWidget::clone | ( | const std::string & | name, | |
QWidget * | parent | |||
) | [virtual] |
Create a copy of the widget with a different name, but with the same property type. This method must be reimplemented by subclasses
Implements BALL::VIEW::PropEditorWidget.
virtual void BALL::VIEW::PDBInfoEditorWidget::reset_ | ( | const NamedProperty & | prop | ) | [protected, virtual] |
This function must be reimplemented by subclasses. It rereads the widgets values from prop
Implements BALL::VIEW::PropEditorWidget.
void BALL::VIEW::PDBInfoEditorWidget::startEditorDialog | ( | ) | [protected, slot] |
Definition at line 272 of file propertyEditor.h.
Definition at line 271 of file propertyEditor.h.