1#ifndef LIB3D_OTS_UI_COLMAPWRAPPER_VIEWWIDGET_H
2#define LIB3D_OTS_UI_COLMAPWRAPPER_VIEWWIDGET_H
12#include "../colmapwrapper.h"
17namespace colmapwrapper {
40 void refreshJobQueue();
41 void refreshWorkerState();
49 void onClearHistoryClicked();
51 void onUpdateToDarkTheme();
52 void onUpdateToLightTheme();
64 std::map<std::string, QTreeWidgetItem *> projectsMap;
66 lib3d::ots::ui::ETheme mCurrentTheme;
Wrapperclass for integration of COLMAP.
Definition colmapwrapper.h:53
EProductType
Enum holding product types that can be processed with Agisoft Metashape.
Definition colmapwrapper.h:91
Struct holding information of a single job.
Definition colmapwrapper.h:111