Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
GuiLevel.h File Reference

declaration of helper for work with different GuiLevels More...

#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 More...
 

Detailed Description

declaration of helper for work with different GuiLevels

Author
T. Modes

Definition in file GuiLevel.h.

Enumeration Type Documentation

enum GuiLevel
Enumerator
GUI_SIMPLE 
GUI_ADVANCED 
GUI_EXPERT 

Definition at line 31 of file GuiLevel.h.

Function Documentation

GuiLevel GetMinimumGuiLevel ( HuginBase::PanoramaData pano)