#include <OSDoubleEdit.hpp>
|
| void | bind (model::ModelObject &modelObject, const char *property, const boost::optional< std::string > &isDefaultedProperty=boost::none, const boost::optional< std::string > &isAutosizedProperty=boost::none, const boost::optional< std::string > &isAutocalucatedProperty=boost::none) |
| |
| QDoubleValidator * | doubleValidator () |
| |
| void | unbind () |
| |
| virtual | ~OSDoubleEdit () |
| |
Should only be used for dimensionless real fields.
Real fields with units should use OSQuantityEdit.
| virtual openstudio::OSDoubleEdit::~OSDoubleEdit |
( |
| ) |
|
|
inlinevirtual |
| void openstudio::OSDoubleEdit::bind |
( |
model::ModelObject & |
modelObject, |
|
|
const char * |
property, |
|
|
const boost::optional< std::string > & |
isDefaultedProperty = boost::none, |
|
|
const boost::optional< std::string > & |
isAutosizedProperty = boost::none, |
|
|
const boost::optional< std::string > & |
isAutocalucatedProperty = boost::none |
|
) |
| |
| QDoubleValidator* openstudio::OSDoubleEdit::doubleValidator |
( |
| ) |
|
|
inline |
| void openstudio::OSDoubleEdit::unbind |
( |
| ) |
|