#include <BALL/VIEW/DIALOGS/FDPBDialog.h>

Public Slots | |
| virtual void | browseChargesData () |
| virtual void | browseChargesRules () |
| virtual void | browseRadiiData () |
| virtual void | browseRadiiRules () |
| virtual void | accept () |
| virtual void | resetPressed () |
Public Member Functions | |
| FDPBDialog (QWidget *parent=0, const char *name="FDPBDialog", bool modal=FALSE, Qt::WFlags fl=0) | |
| Constructor. | |
| virtual | ~FDPBDialog () |
| Destructor. | |
| bool | calculate () |
| Calculate the FDPB grid. | |
| FDPB & | getFDPBSolver () |
| Get the instance of the FDPB solver. | |
| void | setSystem (System *system) |
| Set the system, the FDPB will be calculated for. | |
| System * | getSystem () |
| Get the system. | |
Protected Slots | |
| virtual void | clicked (QAbstractButton *button) |
Protected Member Functions | |
| void | calculate_ () |
| void | selectFile_ (QLineEdit &lineedit) |
| void | applyValues_ () |
| bool | applyProcessors_ () |
Protected Attributes | |
| FDPB | fdpb_ |
| Options | options_ |
| System * | system_ |
| RadiusRuleProcessor | radius_rule_processor_ |
| ChargeRuleProcessor | charge_rule_processor_ |
| AssignRadiusProcessor | radius_processor_ |
| AssignChargeProcessor | charge_processor_ |
| CalculateFDPBThread * | thread_ |
Friends | |
| class | CalculateFDPBThread |
Dialog for performing Finite Distance Poisson Bolzmann calculations
Definition at line 49 of file FDPBDialog.h.
| BALL::VIEW::FDPBDialog::FDPBDialog | ( | QWidget * | parent = 0, |
|
| const char * | name = "FDPBDialog", |
|||
| bool | modal = FALSE, |
|||
| Qt::WFlags | fl = 0 | |||
| ) |
Constructor.
| virtual BALL::VIEW::FDPBDialog::~FDPBDialog | ( | ) | [virtual] |
Destructor.
| virtual void BALL::VIEW::FDPBDialog::accept | ( | ) | [virtual, slot] |
| bool BALL::VIEW::FDPBDialog::applyProcessors_ | ( | ) | [protected] |
| void BALL::VIEW::FDPBDialog::applyValues_ | ( | ) | [protected] |
| virtual void BALL::VIEW::FDPBDialog::browseChargesData | ( | ) | [virtual, slot] |
| virtual void BALL::VIEW::FDPBDialog::browseChargesRules | ( | ) | [virtual, slot] |
| virtual void BALL::VIEW::FDPBDialog::browseRadiiData | ( | ) | [virtual, slot] |
| virtual void BALL::VIEW::FDPBDialog::browseRadiiRules | ( | ) | [virtual, slot] |
| void BALL::VIEW::FDPBDialog::calculate_ | ( | ) | [protected] |
| virtual void BALL::VIEW::FDPBDialog::clicked | ( | QAbstractButton * | button | ) | [protected, virtual, slot] |
| FDPB& BALL::VIEW::FDPBDialog::getFDPBSolver | ( | ) | [inline] |
Get the instance of the FDPB solver.
Definition at line 74 of file FDPBDialog.h.
| System* BALL::VIEW::FDPBDialog::getSystem | ( | ) | [inline] |
Get the system.
Definition at line 82 of file FDPBDialog.h.
| virtual void BALL::VIEW::FDPBDialog::resetPressed | ( | ) | [virtual, slot] |
| void BALL::VIEW::FDPBDialog::selectFile_ | ( | QLineEdit & | lineedit | ) | [protected] |
| void BALL::VIEW::FDPBDialog::setSystem | ( | System * | system | ) | [inline] |
Set the system, the FDPB will be calculated for.
Definition at line 78 of file FDPBDialog.h.
friend class CalculateFDPBThread [friend] |
Definition at line 55 of file FDPBDialog.h.
Definition at line 123 of file FDPBDialog.h.
Definition at line 121 of file FDPBDialog.h.
FDPB BALL::VIEW::FDPBDialog::fdpb_ [protected] |
Definition at line 116 of file FDPBDialog.h.
Options BALL::VIEW::FDPBDialog::options_ [protected] |
Definition at line 117 of file FDPBDialog.h.
Definition at line 122 of file FDPBDialog.h.
Definition at line 120 of file FDPBDialog.h.
System* BALL::VIEW::FDPBDialog::system_ [protected] |
Definition at line 118 of file FDPBDialog.h.
CalculateFDPBThread* BALL::VIEW::FDPBDialog::thread_ [protected] |
Definition at line 124 of file FDPBDialog.h.
1.6.3