00001 // -*- c++ -*- 00002 00003 #ifndef CL2APPCONTAINER_H 00004 #define CL2APPCONTAINER_H 00005 00006 #include <coecntrl.h> 00007 00008 class CEikLabel; 00009 00010 class CCl2appContainer : public CCoeControl, MCoeControlObserver 00011 { 00012 public: 00013 void ConstructL(const TRect& aRect); 00014 ~CCl2appContainer(); 00015 00016 private: 00017 void SizeChanged(); 00018 TInt CountComponentControls() const; 00019 CCoeControl* ComponentControl(TInt aIndex) const; 00020 void Draw(const TRect& aRect) const; 00021 void HandleControlEventL(CCoeControl* aControl, TCoeEvent aEventType); 00022 }; 00023 00024 #endif // CL2APPCONTAINER_H
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:52 2011 by Doxygen 1.6.1