00001 // -*- c-basic-offset: 4 -*- 00010 /* This is free software; you can redistribute it and/or 00011 * modify it under the terms of the GNU General Public 00012 * License as published by the Free Software Foundation; either 00013 * version 2 of the License, or (at your option) any later version. 00014 * 00015 * This software is distributed in the hope that it will be useful, 00016 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00018 * Lesser General Public License for more details. 00019 * 00020 * You should have received a copy of the GNU General Public 00021 * License along with this software; if not, write to the Free Software 00022 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00023 * 00024 */ 00025 00026 #ifndef _GUISETTING_H 00027 #define _GUISETTING_H 00028 00029 #include "panodata/Panorama.h" 00030 00031 enum GuiLevel 00032 { 00033 GUI_SIMPLE=0, 00034 GUI_ADVANCED, 00035 GUI_EXPERT 00036 }; 00037 00039 GuiLevel GetMinimumGuiLevel(HuginBase::PanoramaData& pano); 00040 00041 #endif
1.3.9.1