BALL
1.4.79
|
#include <BALL/VIEW/DIALOGS/MMFF94ConfigurationDialog.h>
Public Slots | |
virtual void | resetOptions () |
void | accept () |
void | reject () |
void | applyTo (MMFF94 &mmff) |
apply the settings to a given MMFF94 force field More... | |
Public Member Functions | |
MMFF94ConfigurationDialog (QWidget *parent=NULL, const char *name="MMFF94ConfigurationDialog") | |
Constructor. More... | |
virtual | ~MMFF94ConfigurationDialog () |
Destructor. More... | |
Public Member Functions inherited from BALL::VIEW::PreferencesEntry | |
PreferencesEntry () | |
virtual | ~PreferencesEntry () |
virtual void | writePreferenceEntries (INIFile &inifile) |
Store the settings of all registered objects. More... | |
virtual void | readPreferenceEntries (const INIFile &inifile) |
Restore the settings of all registered objects. More... | |
void | setINIFileSectionName (const String &name) |
Set the name for the section in the INIFile. More... | |
const String & | getINIFileSectionName () const |
Get the name for the section in the INIFile. More... | |
void | setWidgetStackName (const String &name) |
StackPages & | getStackPages () |
Return all pages, that are to be shown in a parent QStackedWidget. More... | |
void | setWidgetStack (QStackedWidget *stack) |
virtual void | showStackPage (Position nr) |
Show the specified page in the QStackedWidget. More... | |
virtual void | showStackPage (QWidget *widget) |
Show the specified page in the QStackedWidget. More... | |
virtual Position | currentStackPage () const |
Get the currently shown page in the QStackedWidget. More... | |
virtual void | restoreDefaultValues (bool all=false) |
Set all registered objects to their default values. More... | |
virtual void | storeValues () |
virtual void | restoreValues (bool all=false) |
virtual void | dump (std::ostream &s=std::cout, Size depth=0) const |
virtual bool | setValueAllowed (QObject *) |
Allows to prevent restoring of widgets. More... | |
Protected Slots | |
virtual void | browseParameterFiles () |
Protected Member Functions | |
void | setMMFF94 (MMFF94 &mmff) |
void | chooseSolventFile () |
Protected Member Functions inherited from BALL::VIEW::PreferencesEntry | |
void | registerWidgets_ () |
void | registerObject_ (QObject *widget) |
void | unregisterObject_ (QObject *widget) |
void | registerWidgetForHelpSystem_ (const QWidget *widget, const String &url) |
void | restoreValues_ (bool all, const ValueMap &map) |
void | insertStackEntry_ (QWidget *, const String &name) |
bool | isSupported_ (QObject &widget) |
bool | getValue_ (const QObject *widget, String &value) |
bool | setValue_ (QObject *widget, const String &value) |
Friends | |
class | MolecularStructure |
Additional Inherited Members | |
Public Types inherited from BALL::VIEW::PreferencesEntry | |
typedef std::list< std::pair < QWidget *, String > > | StackPages |
Protected Types inherited from BALL::VIEW::PreferencesEntry | |
typedef HashMap< const QObject *, String > | ValueMap |
Protected Attributes inherited from BALL::VIEW::PreferencesEntry | |
String | inifile_section_name_ |
HashSet< QObject * > | registered_objects_ |
ValueMap | default_values_ |
ValueMap | last_values_ |
QStackedWidget * | widget_stack_ |
StackPages | stack_pages_ |
Dialog for changing the options of the MMFF94 forcefield
Definition at line 29 of file MMFF94ConfigurationDialog.h.
BALL::VIEW::MMFF94ConfigurationDialog::MMFF94ConfigurationDialog | ( | QWidget * | parent = NULL , |
const char * | name = "MMFF94ConfigurationDialog" |
||
) |
Constructor.
|
virtual |
Destructor.
|
slot |
|
slot |
apply the settings to a given MMFF94 force field
|
protectedvirtualslot |
|
protected |
|
slot |
|
virtualslot |
|
protected |
|
friend |
Definition at line 34 of file MMFF94ConfigurationDialog.h.