Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members

config.h

00001 /***************************************************************************
00002                           config.h  -  description
00003                              -------------------
00004     begin                : Mon Okt 28 2002
00005     copyright            : (C) 2002 by Heiko Köhler
00006     email                : heicom@users.sourceforge.net
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef __CONFIG_H__
00019 #define __CONFIG_H__
00020 
00021 #include <string> 
00022 #include <qextscintilla.h>
00023 #include <qextscintillacommand.h>
00024 #include <qextscintillacommandset.h>
00025 #include "py_config.h"
00026 
00029 #define LANG_DIR "/usr/share/cute/langs/"
00030 
00032 namespace Config
00033 {
00035     enum { Default=0, CDE, Motif, MotifPlus, Platinum, SGI, Windows };
00037     enum { ChildframeMode=0, TabPageMode, ToplevelMode };
00039     enum { AiMaintain = QextScintilla::AiMaintain, AiOpening = QextScintilla::AiOpening, 
00040     AiClosing = QextScintilla::AiClosing};
00042     void readConfig();
00044     void writeConfig();
00045 }
00046 
00047 #endif

Generated on Sun May 2 20:02:57 2004 by doxygen 1.3.2