关于在symbian listbox中添加svg图片的问题
2010-05-31 20:19:00 来源:WEB开发网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:
// from base class CCoeControl
void SizeChanged();
private:
// from base class CCoeControl
void Draw( const TRect& aRect ) const;
private:
void InitializeControlsL();
void LayoutControls();
CCoeControl* iFocusControl;
MEikCommandObserver* iCommandObserver;
// [[[ begin generated region: do not modify [Generated Methods]
public:
static void AddListBoxItemL(
CEikTextListBox* aListBox,
const TDesC& aString );
static RArray< TInt >* GetSelectedListBoxItemsLC( CEikTextListBox* aListBox );
static void DeleteSelectedListBoxItemsL( CEikTextListBox* aListBox );
CAknDoubleLargeStyleListBox* ListBox();
static void CreateListBoxItemL( TDes& aBuffer,
TInt aIconIndex,
const TDesC& aMainText,
const TDesC& aSecondaryText );
void AddListBoxResourceArrayItemL( TInt aResourceId, TInt aIconIndex );
void SetupListBoxIconsL();
static CGulIcon* LoadAndScaleIconL(
const TDesC& aFileName,
TInt aBitmapId,
TInt aMaskId,
TSize* aSize,
TScaleMode aScaleMode ,
TInt i);
TBool HandleMarkableListCommandL( TInt aCommand );
// ]]] end generated region [Generated Methods]
// [[[ begin generated region: do not modify [Generated Type
更多精彩
赞助商链接