⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smsfunctioncontainer.h

📁 一个比较完整的有关移动开发的例子 vc++6.0下编译通过
💻 H
字号:
#ifndef SMSFUNCTIONCONTAINER_H__
#define SMSFUNCTIONCONTAINER_H__


class CAknSingleNumberStyleListBox; 
class CSMSFunctionView;
class CEikLabel;
// INCLUDES
#include <aknview.h>

class CSMSFunctionContainer : public CCoeControl//, MCoeControlObserver
{
public: // Constructors and destructor
 	CSMSFunctionContainer();	
	virtual ~CSMSFunctionContainer();

    void ConstructL(const TRect& aRect);
    
	TKeyResponse OfferKeyEventL( const TKeyEvent& aKeyEvent, TEventCode aType );
	TInt GetIndex();
private: 
	//
	// Functions from base classes
    void SizeChanged();
    TInt CountComponentControls() const;
    CCoeControl* ComponentControl( TInt aIndex ) const;
    void Draw( const TRect& aRect ) const;

        
private: //data
	CDesCArrayFlat*              m_pListmessage;
	TInt						 n_Status;
	CSMSFunctionView*             m_pSMSFunction;
	CEikLabel*   m_pLabel1;
	CEikLabel*   m_pLabel2;
	CEikLabel*   m_pLabel3;
	CEikLabel*   m_pLabel4;
};

#endif      // __BENTION_MESSAGEMAINCONTAINER_H__
// End of File





















⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -