47 #ifndef _MIRA_POSELINEEDIT_H_ 48 #define _MIRA_POSELINEEDIT_H_ 51 #include <QDoubleSpinBox> 67 bool isReadOnly()
const;
69 void setValue(
const Pose2& pose);
70 void setLimits(
double minX,
double minY,
double minPhi,
double maxX,
double maxY,
double maxPhi);
71 void setPrecision(
double stepX,
double stepY,
double stepPhi,
int decimalsX,
int decimalsY,
int decimalsPhi);
72 void setReadOnly(
bool ro);
76 void validateWidgets()
const;
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
QDoubleSpinBox * mEditY
Definition: PoseLineEdit.h:79
Definition: PoseLineEdit.h:60
QDoubleSpinBox * mEditPhi
Definition: PoseLineEdit.h:80
QDoubleSpinBox * mEditX
Definition: PoseLineEdit.h:78
Typedefs for different Pose datatypes that are internally RigidTransforms.