examples/sfexamples/AudioPlaying/inc/uiq3/AudioPlayingMainView.h

00001 // 
00002 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
00003 // All rights reserved.
00004 // This component and the accompanying materials are made available
00005 // under the terms of the License "Eclipse Public License v1.0"
00006 // which accompanies this distribution, and is available
00007 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00008 // 
00009 // Initial Contributors:
00010 // Nokia Corporation - initial contribution.
00011 // 
00012 // Contributors:
00013 // 
00014 // Description:
00015 // 
00016 
00017 #ifndef AUDIOPLAYINGVIEW_H
00018 #define AUDIOPLAYINGVIEW_H
00019 
00020 #include <QikViewBase.h>
00021 
00022 class CEikLabel;
00023 
00024 class CAudioPlayingMainView : public CQikViewBase
00025         {
00026 public: // Constructor and destructor
00027 
00031         static CAudioPlayingMainView* NewLC(CQikAppUi& aAppUi);
00032         
00036         ~CAudioPlayingMainView();
00037 
00038 public: // From CQikViewBase
00039 
00043         TVwsViewId ViewId()const;
00044         
00048         void HandleCommandL(CQikCommand& aCommand);
00049 
00050 public:
00051 
00052         void SetTextL(const TDesC& aText);
00053 
00054 protected: // From CQikViewBase
00055 
00056         void ViewConstructL();
00057         
00058         void SizeChanged();
00059 
00060 private: // Private constructors
00061 
00062         CAudioPlayingMainView(CQikAppUi& aAppUi);
00063         
00064         void ConstructL();
00065         
00066 private: // Member variables
00067 
00068 //      CEikEdwin* iEikEdwin;
00069 
00070         CEikLabel* iEikLabel;
00071 
00072         };
00073 
00074 #endif // AUDIOPLAYINGVIEW_H
00075 
00076 // End of File

Generated by  doxygen 1.6.2