BALL
1.4.2
|
#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) |
Public Member Functions inherited from BALL::VIEW::PropEditorWidget | |
PropEditorWidget (const std::string &name, QWidget *parent) | |
virtual const QString & | getName () const |
void | setEditable (bool mode) |
bool | isEditable () const |
void | apply (PropertyManager *man, bool create=false) |
void | reset (PropertyManager *man) |
Protected Slots | |
void | startEditorDialog () |
Protected Member Functions | |
virtual void | apply_ (PropertyManager *man) |
virtual void | reset_ (const NamedProperty &prop) |
Protected Member Functions inherited from BALL::VIEW::PropEditorWidget | |
void | setupUi_ () |
bool | addWidget_ (int i, QWidget *w) |
Private Attributes | |
PDBInfo | localCopy_ |
EditorPDBInfoDialog * | editorDialog_ |
Additional Inherited Members | |
Signals inherited from BALL::VIEW::PropEditorWidget | |
void | deleteProperty () |
void | duplicateProperty () |
void | valueChanged () |
Protected Attributes inherited from BALL::VIEW::PropEditorWidget | |
QString | name_ |
Ui::PropEditorWidget | ui_ |
Definition at line 241 of file propertyEditor.h.
|
protectedvirtual |
This function must be reimplemented by subclasses. It writes the value of the widget to man
Implements BALL::VIEW::PropEditorWidget.
|
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.
|
protectedvirtual |
This function must be reimplemented by subclasses. It rereads the widgets values from prop
Implements BALL::VIEW::PropEditorWidget.
|
protectedslot |
|
private |
Definition at line 272 of file propertyEditor.h.
|
private |
Definition at line 271 of file propertyEditor.h.