#include <FDPBDialog.h>

Public Slots |
|
| virtual void | browseChargesData () |
| virtual void | browseChargesRules () |
| virtual void | browseRadiiData () |
| virtual void | browseRadiiRules () |
| virtual void | cancelPressed () |
| virtual void | okPressed () |
| 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 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 |
1.5.8