diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/threadappui_8h_source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/threadappui_8h_source.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,66 @@ + + + + +TB9.2 Example Applications: examples/ForumNokia/ThreadExample/inc/threadappui.h Source File + + + + + +

examples/ForumNokia/ThreadExample/inc/threadappui.h

00001 /*
+00002 * ============================================================================
+00003 *  Name     : CThreadAppUi from CThreadAppUi.h
+00004 *  Part of  : Thread
+00005 *  Created  : 04.02.2005 by Forum Nokia
+00006 *  Description:
+00007 *      Declares UI class for application.
+00008 *  Version  : 1.0
+00009 *  Copyright: Nokia Corporation
+00010 * ============================================================================
+00011 */
+00012 
+00013 #ifndef THREAD_APPUI_H
+00014 #define THREAD_APPUI_H
+00015 
+00016 // INCLUDES
+00017 #include <aknappui.h>
+00018 
+00019 // FORWARD DECLARATIONS
+00020 class CThreadEngine;
+00021 class CThreadAppView;
+00022 
+00023 // CLASS DECLARATION
+00024 
+00029 class CThreadAppUi : public CAknAppUi
+00030     {
+00031 public:
+00032 
+00039     void ConstructL();
+00040 
+00047     CThreadAppUi();
+00048 
+00049 
+00055     ~CThreadAppUi();
+00056 
+00057 
+00058 public: // from CAknAppUi
+00065     void HandleCommandL(TInt aCommand);
+00066 
+00067 private:
+00068 
+00069     // The application view
+00070     CThreadAppView* iAppView;
+00071 
+00072     // Thread engine
+00073     CThreadEngine* iThreadEngine;
+00074     };
+00075 
+00076 
+00077 #endif // __THREAD_APPUI_H__
+
+
Generated by  + +doxygen 1.6.2
+ +