examples/ForumNokia/TZLocalizer/inc/TZLocalizerDialog.h

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 #ifndef TZLOCALIZERDIALOG_H
00006 #define TZLOCALIZERDIALOG_H
00007 
00008 // INCLUDES
00009 #include <eikdialg.h>
00010 #include <aknlists.h> 
00011 
00012 // FORWARD DECLARATIONS
00013 
00014 // CLASS DECLARATION
00015 
00016 //
00017 //CTZLocalizerDialog dialog class
00018 //
00019 //
00020 class CTZLocalizerDialog : public CEikDialog
00021     {
00022 
00023     public: // Constructors and destructor
00024         //
00025         //Destructor.
00026         //
00027         ~CTZLocalizerDialog();
00028 
00029     public: // New functions
00030         void SetListBoxTextL( CDesC16ArrayFlat* aArray );
00031 
00032     protected:  // Functions from base classes
00033         void PreLayoutDynInitL();
00034         TBool OkToExitL( TInt aButtonId );
00035         void SetSizeAndPosition(const TSize& aSize);
00036         
00037     private: //data
00038 
00039     };
00040 
00041 #endif
00042 
00043 // End of File

Generated by  doxygen 1.6.2