examples/ForumNokia/DBMS/inc/DBMSAppView.h

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 #ifndef __DBMSAPPVIEW_H__
00006 #define __DBMSAPPVIEW_H__
00007 
00008 #include <coecntrl.h>
00009 
00021 class CDBMSAppView : public CCoeControl
00022     {
00023 public:
00024 
00035     static CDBMSAppView* NewL(const TRect& aRect);
00036 
00042      ~CDBMSAppView();
00043 
00044 public:  // from CCoeControl
00045 
00054     void Draw(const TRect& aRect) const;
00055 
00056 private:
00057 
00066     void ConstructL(const TRect& aRect);
00067 
00073     CDBMSAppView();
00074 
00075 private: // private attributes
00076 
00077     };
00078 
00079 #endif // __DBMSAPPVIEW_H__

Generated by  doxygen 1.6.2