GridConfig.hh
Go to the documentation of this file.
58 )
void OnName(const QString &_name)
Callback when a new name is chosen on the combo box.
void LoadConfig(const tinyxml2::XMLElement *) override
Load the plugin with a configuration file. Override this on custom plugins to handle custom configura...
void SetNameList(const QStringList &_nameList)
Set the list of names.
void SetPose(double _x, double _y, double _z, double _roll, double _pitch, double _yaw)
Callback to update grid pose.
void UpdateCellLength(double _length)
Callback to update cell length.
bool eventFilter(QObject *_obj, QEvent *_event) override
void UpdateVCellCount(int _cellCount)
Callback to update vertical cell count.
STL namespace.
void newParams(int _hCellCount, int _vCellCount, double _cellLength, QVector3D _pos, QVector3D _rot, QColor _color)
Notify QML that grid values have changed.
Definition: Application.hh:35
void UpdateHCellCount(int _cellCount)
Callback to update horizontal cell count.
void SetColor(double _r, double _g, double _b, double _a)
Callback to update grid color.