#include <FDPBDialog.h>
Inheritance diagram for VIEW::FDPBDialog:

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 () throw () |
| Destructor. | |
| bool | calculate () throw () |
| Calculate the FDPB grid. | |
| FDPB & | getFDPBSolver () throw () |
| Get the instance of the FDPB solver. | |
| void | setSystem (System *system) throw () |
| Set the system, the FDPB will be calculated for. | |
| System * | getSystem () throw () |
| Get the system. | |
Protected Member Functions | |
| void | calculate_ () |
| void | selectFile_ (QLineEdit &lineedit) throw () |
| void | applyValues_ () throw () |
| bool | applyProcessors_ () throw () |
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 |