32 #include <QtGui/QDialog> 34 #include <blitz/array.h> 57 QWidget *parent = NULL, Qt::WindowFlags f = 0);
66 std::string
font()
const;
71 void updateLowerBoundControl();
72 void updateUpperBoundControl();
73 void checkAndAccept();
77 double getNextAcceptableScaleBarLengthUm(
double lengthUm);
88 std::set<double> _acceptableScaleBarLengths;
89 blitz::TinyVector<double,3> _lbUm, _ubUm;
162 std::string
const &fileName,
double widthCm,
double marginCm,
163 blitz::TinyVector<double,3>
const &lowerBoundUm,
164 blitz::TinyVector<double,3>
const &upperBoundUm,
165 double scaleBarLengthUm, std::string
const &font,
double scaleBarLengthUm() const
blitz::TinyVector< double, 3 > upperBoundUm() const
double fontSizePt() const
SVGDataIOParametersDialog(LabellingMainWidget *mainWidget, QWidget *parent=NULL, Qt::WindowFlags f=0)
blitz::TinyVector< double, 3 > lowerBoundUm() const
std::string fileName() const
~SVGDataIOParametersDialog()