20 #ifndef SCALEBARDIALOG_H 21 #define SCALEBARDIALOG_H 41 explicit ScaleBarDialog(QWidget *parent, QSharedPointer<MapData> map_data);
45 void on_colorPushButton_clicked();
47 void on_buttonBox_accepted();
49 void on_buttonBox_rejected();
52 Ui::ScaleBarDialog *ui;
62 QSharedPointer<MapData> map_data_;
65 #endif // SCALEBARDIALOG_H The MapData class Class for processed map data. Images are created from this data.
The MapViewer class Displays the image created by MapData.
The ScaleBarDialog class Dialog for the user to create a scale bar on the image.