![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtAutoFormationLayoutDialog (QWidget *p=NULL) | |
| virtual | ~DtAutoFormationLayoutDialog () |
| virtual void | init (DtFormationAutoLayoutFactory *, const DtVrfSubObjectParameterList *l) |
| virtual QString | autoLayoutName () const |
| virtual double | spacing () const |
Protected Member Functions | |
| virtual double | defaultSpacing (const DtVrfSubObjectParameterList *) const |
| Returns a default of the estimated spacing between entities based on bounding volume. | |
| virtual DtVector | aggregateExtent (DtAggregateObjectParameters *) const |
Protected Attributes | |
| QLineEdit * | mySpacing |
| QComboBox * | myAutoLayoutFormations |
| QDoubleValidator | myValidator |
| virtual DtAutoFormationLayoutDialog::~DtAutoFormationLayoutDialog | ( | ) | [virtual] |
| virtual void DtAutoFormationLayoutDialog::init | ( | DtFormationAutoLayoutFactory * | , |
| const DtVrfSubObjectParameterList * | l | ||
| ) | [virtual] |
| virtual QString DtAutoFormationLayoutDialog::autoLayoutName | ( | ) | const [virtual] |
| virtual double DtAutoFormationLayoutDialog::spacing | ( | ) | const [virtual] |
| virtual double DtAutoFormationLayoutDialog::defaultSpacing | ( | const DtVrfSubObjectParameterList * | ) | const [protected, virtual] |
Returns a default of the estimated spacing between entities based on bounding volume.
| virtual DtVector DtAutoFormationLayoutDialog::aggregateExtent | ( | DtAggregateObjectParameters * | ) | const [protected, virtual] |
QLineEdit* DtAutoFormationLayoutDialog::mySpacing [protected] |
QDoubleValidator DtAutoFormationLayoutDialog::myValidator [protected] |