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__
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.