关于在symbian listbox中添加svg图片的问题
2010-05-31 20:19:00 来源:WEB开发网*/
#ifndef ATESTLIST2LISTBOX_H
#define ATESTLIST2LISTBOX_H
// [[[ begin generated region: do not modify [Generated Includes]
#include
#include
#include
// ]]] end generated region [Generated Includes]
// [[[ begin [Event Handler Includes]
// ]]] end [Event Handler Includes]
// [[[ begin generated region: do not modify [Generated Forward Declarations]
class MEikCommandObserver;
class CAknDoubleLargeStyleListBox;
class CEikTextListBox;
// ]]] end generated region [Generated Forward Declarations]
/**
* Container class for ATestList2ListBox
*
* @class CATestList2ListBox ATestList2ListBox.h
*/
class CATestList2ListBox : public CCoeControl
{
public:
// constructors and destructor
CATestList2ListBox();
static CATestList2ListBox* NewL(
const TRect& aRect,
const CCoeControl* aParent,
MEikCommandObserver* aCommandObserver );
static CATestList2ListBox* NewLC(
const TRect& aRect,
const CCoeControl* aParent,
MEikCommandObserver* aCommandObserver );
void ConstructL(
const TRect& aRect,
const CCoeControl* aParent,
MEikCommandObserver* aCommandObserver );
virtual ~CATestList2ListBox();
public:
// from base class CCoeControl
TInt CountComponentControls() const;
CCoeControl* ComponentControl( TInt aIndex ) const;
TKeyResponse OfferKeyEventL(
const TKeyEvent& aKeyEvent,
TEventCode aType );
void HandleResourceChange( TInt aType );
protected:
更多精彩
赞助商链接