![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ProjectWidget.h>


Public Member Functions | |
| ProjectWidget (QWidget *parent, OptionManager *options) | |
| bool | IsValid () const |
| void | Reset () |
| void | persistSave (const std::string &project_path, const std::string &database_path, const std::string &image_path) |
| std::string | GetDatabasePath () const |
| std::string | GetImagePath () const |
| void | SetDatabasePath (const std::string &path) |
| void | SetImagePath (const std::string &path) |
Definition at line 20 of file ProjectWidget.h.
| cloudViewer::ProjectWidget::ProjectWidget | ( | QWidget * | parent, |
| OptionManager * | options | ||
| ) |
Definition at line 20 of file ProjectWidget.cpp.
| std::string cloudViewer::ProjectWidget::GetDatabasePath | ( | ) | const |
Definition at line 83 of file ProjectWidget.cpp.
Referenced by IsValid().
| std::string cloudViewer::ProjectWidget::GetImagePath | ( | ) | const |
Definition at line 87 of file ProjectWidget.cpp.
Referenced by IsValid().
| bool cloudViewer::ProjectWidget::IsValid | ( | ) | const |
Definition at line 62 of file ProjectWidget.cpp.
References GetDatabasePath(), and GetImagePath().
Referenced by cloudViewer::ReconstructionWidget::close().
| void cloudViewer::ProjectWidget::persistSave | ( | const std::string & | project_path, |
| const std::string & | database_path, | ||
| const std::string & | image_path | ||
| ) |
Definition at line 72 of file ProjectWidget.cpp.
References CVTools::ToQString().
| void cloudViewer::ProjectWidget::Reset | ( | ) |
Definition at line 67 of file ProjectWidget.cpp.
| void cloudViewer::ProjectWidget::SetDatabasePath | ( | const std::string & | path | ) |
Definition at line 91 of file ProjectWidget.cpp.
References cloudViewer::t::geometry::path.
Referenced by cloudViewer::ReconstructionWidget::iniEnvironment().
| void cloudViewer::ProjectWidget::SetImagePath | ( | const std::string & | path | ) |
Definition at line 95 of file ProjectWidget.cpp.
References cloudViewer::t::geometry::path.
Referenced by cloudViewer::ReconstructionWidget::iniEnvironment().