#include "panodata/Panorama.h"
Include dependency graph for GuiLevel.h:

This graph shows which files directly or indirectly include this file:

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 | |
Definition in file GuiLevel.h.
|
|
Definition at line 31 of file GuiLevel.h. Referenced by MainFrame::GetGuiLevel(), GetMinimumGuiLevel(), MainFrame::LoadProjectFile(), MainFrame::MainFrame(), MainFrame::OnSetGuiAdvanced(), and MainFrame::OnSetGuiSimple(). |
|
|
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::StandardImageVariableGroups::getStacks(), and GuiLevel. Referenced by MainFrame::LoadProjectFile(), MainFrame::OnSetGuiAdvanced(), and MainFrame::OnSetGuiSimple(). |
1.3.9.1