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 
00028 namespace Config
00029 {
00031     enum { Default=0, CDE, Motif, MotifPlus, Platinum, SGI, Windows };
00033     enum { ChildframeMode=0, TabPageMode, ToplevelMode };
00035     enum { AiMaintain = QextScintilla::AiMaintain, AiOpening = QextScintilla::AiOpening, 
00036     AiClosing = QextScintilla::AiClosing};
00038     void readConfig();
00040     void writeConfig();
00041 }
00042 
00043 #endif

Generated on Wed Sep 10 03:46:24 2003 by doxygen1.2.18