16 namespace makVrfGuiObjectInformationQt
25 , myMaxAmount(maxAmount) {}
28 : myAmount(orig.amount())
29 , myMaxAmount(orig.maxAmount()) {}
41 double amount()
const {
return myAmount; }
43 void setAmount(
double amount) { myAmount = amount; }
Q_DECLARE_METATYPE(DtArticulatedPartEditDialogShdPtr)