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

launcherglobal.h

Go to the documentation of this file.
00001 /*
00002  * original code from global1.cpp Copyright by trolltech
00003  * GPLv2 only zecke@handhelds.org
00004  *
00005  */
00006 #define private protected
00007 #include <qtopia/global.h>
00008 #undef private
00009 
00010 namespace Opie {
00011     struct Global : public ::Global{
00012         static bool isAppLnkFileName( const QString& str );
00013         static QString tempDir();
00014         static Command* builtinCommands();
00015         static QGuardedPtr<QWidget>* builtinRunning();
00016         static QString uuid();
00017         static QByteArray encodeBase64(const QByteArray& data );
00018     };
00019 }

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