Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

apps.h

Go to the documentation of this file.
00001 /**********************************************************************
00002 ** Copyright (C) 2000-2002 Trolltech AS.  All rights reserved.
00003 **
00004 ** This file is part of the Qtopia Environment.
00005 **
00006 ** This file may be distributed and/or modified under the terms of the
00007 ** GNU General Public License version 2 as published by the Free Software
00008 ** Foundation and appearing in the file LICENSE.GPL included in the
00009 ** packaging of this file.
00010 **
00011 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00012 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00013 **
00014 ** See http://www.trolltech.com/gpl/ for GPL licensing information.
00015 **
00016 ** Contact info@trolltech.com if any conditions of this licensing are
00017 ** not clear to you.
00018 **
00019 **********************************************************************/
00020 
00021 // To add a new app, include appropriate files and add another APP().
00022 // No tr() anywhere in this file
00023 
00024 #ifndef APP_INCLUDES
00025 #define APP_INCLUDES
00026 // pim apps
00027 #include "../applications/addressbook/addressbook.h"
00028 #include "../applications/datebook/datebook.h"
00029 #include "../applications/todo/mainwindow.h"
00030 #include "../applications/qtmail/qtmailwindow.h"
00031 
00032 // general apps
00033 #include "../libraries/qtopiacalc/calculator.h"
00034 //#include "../applications/citytime/citytime.h" // where did this go?
00035 #include "../applications/clock/clock.h"
00036 #include "../applications/helpbrowser/helpbrowser.h"
00037 #include "../applications/imageviewer/showimg.h"
00038 #include "../applications/mediaplayer/maindocumentwidgetstack.h" // does not work
00039 //#include "../applications/sysinfo/sysinfo.h" // does not work
00040 #include "../applications/textedit/textedit.h"
00041 
00042 // games
00043 #include "../games/fifteen/fifteen.h"
00044 #include "../games/go/gowidget.h"
00045 #include "../games/mindbreaker/mindbreaker.h"
00046 #include "../games/minesweep/minesweep.h"
00047 #include "../games/qasteroids/toplevel.h"
00048 #include "../games/snake/interface.h"
00049 #include "../games/tetrix/qtetrix.h"
00050 #include "../games/solitaire/canvascardwindow.h"
00051 //#include "../games/parashoot/interface.h" // grabs keyboard, also -ldl??
00052 //#include "../games/wordgame/wordgame.h" // does not work
00053 
00054 // settings
00055 #include "../settings/systemtime/settime.h"
00056 #include "../settings/appearance/appearance.h"
00057 
00058 /* #include "../settings/rotation/settings.h"
00059 #include "../settings/language/settings.h"
00060 #include "../settings/light-and-power/settings.h" */
00061 
00062 /* uncommonly used apps
00063 #include "../applications/filebrowser/filebrowser.h"
00064 #include "../applications/embeddedkonsole/konsole.h" */
00065 
00066 #endif
00067 
00068 // APP(app-id   class   maximize?   documentary?)
00069 // pim apps
00070 APP( "addressbook",AddressbookWindow,1,0 )
00071 APP( "datebook",DateBook,1,0 )
00072 APP( "todolist",TodoWindow,1,0 )
00073 APP( "qtmail",QTMailWindow,1,0 )
00074 
00075 // general apps
00076 APP( "calculator",Calculator,1,0 )
00077 //APP( "citytime",CityTime,1,0 )
00078 APP( "clock",Clock,1,0 )
00079 APP( "helpbrowser",HelpBrowser,1,1 )
00080 APP( "showimg",ImageViewer,1,0 )
00081 APP( "mpegplayer",MainDocumentWidgetStack,1,0 )
00082 //APP( "sysinfo",SystemInfo,1,0 )
00083 APP( "textedit",TextEdit,1,1 )
00084 
00085 // games
00086 APP( "fifteen",FifteenMainWindow,1,0 )
00087 APP( "go",GoMainWidget,1,0 )
00088 APP( "mindbreaker",MindBreaker,1,0 )
00089 APP( "minesweep",MineSweep,1,0 )
00090 APP( "qasteroids",KAstTopLevel,1,0 )
00091 APP( "snake",SnakeGame,1,0 )
00092 APP( "tetrix",QTetrix,1,0 )
00093 APP( "patience",CanvasCardWindow,1,0 )
00094 //APP( "parashoot",ParaShoot,1,0 )
00095 //APP( "wordgame",WordGame,1,0 )
00096 
00097 // settings
00098 APP( "systemtime",SetDateTime,1,0 )
00099 APP( "appearance",AppearanceSettings,1,0 )
00100 //APP( "light-and-power",LightSettings,1,0 )
00101 
00102 /* APP( "sound",SoundSettings,1,0 ) */
00103 
00104 /* uncommonly used apps
00105 APP( "filebrowser",FileBrowser,1,0 )
00106 APP( "embeddedkonsole", Konsole,1,0 )
00107 */
00108 

Generated on Sat Nov 5 16:15:29 2005 for OPIE by  doxygen 1.4.2