S60 3rd Edition API Reference: csatelliteinfoui.h Source File

csatelliteinfoui.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name     : CSatelliteInfoUI.h
00004 *  Part of  : SatInfo.dll
00005 *  Interface: Public
00006 *  Description: Implements interface for SatelliteInfoUI.
00007 *  Version:
00008 *
00009 *  Copyright (c) 2005 Nokia Corporation.
00010 *  This material, including documentation and any related
00011 *  computer programs, is protected by copyright controlled by
00012 *  Nokia Corporation. All rights are reserved. Copying,
00013 *  including reproducing, storing,  adapting or translating, any
00014 *  or all of this material requires the prior written consent of
00015 *  Nokia Corporation. This material also contains confidential
00016 *  information which may not be disclosed to others without the
00017 *  prior written consent of Nokia Corporation.
00018 *
00019 * ============================================================================
00020 */
00021 
00022 #ifndef __SATELLITE_INFO_UI_H__
00023 #define __SATELLITE_INFO_UI_H__
00024 
00025 //  INCLUDES
00026 #include <e32base.h>
00027 
00028 // FORWARD DECLARATION
00029 class CSatellite;
00030 
00031 // CLASS DECLARATION
00036 class CSatelliteInfoUI : public CBase
00037     {
00038     public:
00039                 
00040     public:
00046         IMPORT_C static CSatelliteInfoUI* NewL();
00047 
00051         IMPORT_C virtual ~CSatelliteInfoUI();
00052 
00053     private:
00057         void ConstructL();
00058 
00062         CSatelliteInfoUI();
00063 
00064     public: // new functions
00084         IMPORT_C TInt ExecuteLD( const TDesC& aNameOfRule );
00085 
00091         IMPORT_C void HandleForegroundEventL(TBool aForeground);
00092         
00093 
00094     private: //Data
00095 
00098         CSatellite* iSatellite;
00099 
00101         TBool* iDestroyedPtr;
00102 
00103     };
00104 
00105 // __SATELLITE_INFO_UI_H__
00106 #endif
00107 
00108 // End of File

Copyright © Nokia Corporation 2001-2007
Back to top