Hugintrunk
0.1
|
declaration of helper for work with different GuiLevels More...
#include "panodata/Panorama.h"
Go to the source code of this file.
Enumerations | |
enum | GuiLevel { GUI_SIMPLE =0, GUI_ADVANCED, GUI_EXPERT } |
Functions | |
GuiLevel | GetMinimumGuiLevel (HuginBase::PanoramaData &pano) |
returns the requiered GuiLevel for the given panorama to work correctly More... | |
declaration of helper for work with different GuiLevels
Definition in file GuiLevel.h.
enum GuiLevel |
Enumerator | |
---|---|
GUI_SIMPLE | |
GUI_ADVANCED | |
GUI_EXPERT |
Definition at line 31 of file GuiLevel.h.
GuiLevel GetMinimumGuiLevel | ( | HuginBase::PanoramaData & | pano | ) |
returns the requiered GuiLevel for the given panorama to work correctly
Definition at line 29 of file GuiLevel.cpp.
References HuginBase::PanoramaData::getImage(), HuginBase::PanoramaData::getNrOfImages(), HuginBase::ConstImageVariableGroup::getNumberOfParts(), HuginBase::StandardImageVariableGroups::getStacks(), GUI_ADVANCED, GUI_EXPERT, GUI_SIMPLE, HuginBase::MaskPolygon::Mask_Stack_negative, and HuginBase::MaskPolygon::Mask_Stack_positive.
Referenced by MainFrame::LoadProjectFile(), MainFrame::OnSetGuiAdvanced(), MainFrame::OnSetGuiSimple(), and MainFrame::RunAssistant().