Queries API: Changes

The following header file(s) have changed between 3.0 and 3.1

Table 1: aknlistquerycontrol.h
TypeClassChange
New public methodCAknListQueryControlCAknMessageQueryControl* MessageBox() const;
Table 2: aknlistquerydialog.h
TypeClassChange
New public methodCAknListQueryDialogvoid HandleResourceChange(TInt aType);
New public methodCAknListQueryDialogvoid PublishDialogL(TInt aDialogIndex, TUid aCatUid = KNullUid, CArrayFixFlat< TInt >* aItemIds = 0);
New public methodCAknListQueryDialogvoid SetMediatorObserver(MAknDialogMediatorObserver* aObserver);
Table 3: aknmessagequerycontrol.h
TypeClassChange
New public methodCAknMessageQueryControlvoid SkipBGDraw(TBool aSkipBGDraw);
New public methodCAknMessageQueryControlvoid SetListQLayout(TBool aListQLayout);
Table 4: aknmultilinequerycontrol.h
TypeClassChange
New public methodCAknMultilineQueryControlvoid HandleResourceChange(TInt aType);
New public methodCAknExtMultilineQueryControlvoid HandleResourceChange(TInt aType);
Table 5: aknquerycontrol.h
TypeClassChange
New public methodCAknQueryControlvoid GetLocation(TPosition &aLocation) const;
New public methodCAknQueryControlvoid SetLocation(TPosition &aLocation) const;
New public methodCAknQueryControlvoid HandleResourceChange(TInt aType);
New protected methodCAknQueryControlvoid DialogSizeChanged();
New protected methodCAknQueryControlvoid DrawEditorFrame(CWindowGc& aGc,TRect& aRect) const;
New protected methodCAknQueryControlCAknLocationEditor *&LocationEd();
New protected methodCAknQueryControlCAknLocationEditor *LocationEd() const;
New protected member variableCAknQueryControlTSize iDialogSize;
Table 6: aknquerydata.h
TypeClassChange
New template classTAknQueryData< TPosition >
Table 7: aknquerydialog.h
TypeClassChange
New public methodCAknQueryDialogstatic CAknQueryDialog* NewL(TPosition &aValue, const TTone &aTone = ENoTone);
New public methodCAknMultiLineDataQueryDialogstatic CAknMultiLineDataQueryDialog* NewL( TInt& aNum1, TInt &aNum2, TTone aTone = ENoTone);
New public methodCAknMultiLineDataQueryDialogstatic CAknMultiLineDataQueryDialog* NewL(TPosition &aPos, TTone aTone = ENoTone);
New protected methodCAknMultiLineDataQueryDialogvoid HandleResourceChange(TInt aType);


Copyright © Nokia Corporation 2001-2007
Back to top