The following header file(s) have changed between 3.0 and 3.1
aknlistquerycontrol.h
aknlistquerydialog.h
aknmessagequerycontrol.h
aknmultilinequerycontrol.h
aknquerycontrol.h
aknquerydata.h
aknquerydialog.h
Type | Class | Change |
New public method | CAknListQueryControl |
CAknMessageQueryControl* MessageBox() const; |
Type | Class | Change |
New public method | CAknListQueryDialog |
void HandleResourceChange(TInt aType); |
New public method | CAknListQueryDialog |
void PublishDialogL(TInt aDialogIndex, TUid aCatUid = KNullUid,
CArrayFixFlat< TInt >* aItemIds = 0); |
New public method | CAknListQueryDialog |
void SetMediatorObserver(MAknDialogMediatorObserver* aObserver); |
Type | Class | Change |
New public method | CAknMessageQueryControl |
void SkipBGDraw(TBool aSkipBGDraw); |
New public method | CAknMessageQueryControl |
void SetListQLayout(TBool aListQLayout); |
Type | Class | Change |
New public method | CAknMultilineQueryControl |
void HandleResourceChange(TInt aType); |
New public method | CAknExtMultilineQueryControl |
void HandleResourceChange(TInt aType); |
Type | Class | Change |
New public method | CAknQueryControl |
void GetLocation(TPosition &aLocation) const; |
New public method | CAknQueryControl |
void SetLocation(TPosition &aLocation) const; |
New public method | CAknQueryControl |
void HandleResourceChange(TInt aType); |
New protected method | CAknQueryControl |
void DialogSizeChanged(); |
New protected method | CAknQueryControl |
void DrawEditorFrame(CWindowGc& aGc,TRect& aRect) const; |
New protected method | CAknQueryControl |
CAknLocationEditor *&LocationEd(); |
New protected method | CAknQueryControl |
CAknLocationEditor *LocationEd() const; |
New protected member variable | CAknQueryControl |
TSize iDialogSize; |
Type | Class | Change |
New template class | TAknQueryData< TPosition > |
Type | Class | Change |
New public method | CAknQueryDialog |
static CAknQueryDialog* NewL(TPosition &aValue, const TTone
&aTone = ENoTone); |
New public method | CAknMultiLineDataQueryDialog |
static CAknMultiLineDataQueryDialog* NewL( TInt& aNum1,
TInt &aNum2, TTone aTone = ENoTone); |
New public method | CAknMultiLineDataQueryDialog |
static CAknMultiLineDataQueryDialog* NewL(TPosition &aPos,
TTone aTone = ENoTone); |
New protected method | CAknMultiLineDataQueryDialog |
void HandleResourceChange(TInt aType); |
The following header file(s) have changed between 3.1 and 3.2
aknmessagequerycontrol.h
aknmessagequerydialog.h
Type | Class | Change |
New public enum |
|
TMsgQueryTag |
Removed public method | CAknMessageQueryControl |
void SetMessageTextWithLinksL( TDesC* aMessage, RArray
|
New public method | CAknMessageQueryControl |
void SetMessageTextWithFormattingL( TDesC* aMessage, RArray
|
Changed public method | CAknMessageQueryControl |
IMPORT_C TBool LinkHighLighted() const; |
Removed public method | CAknMessageQueryControl |
void SkipBGDraw(TBool aSkipBGDraw); |
New public method | CAknMessageQueryControl |
TBool LinkTappedL( TInt aPos ); |
Type | Class | Change |
New constant |
|
_LIT( KOpeningLinkTag, "<AknMessageQuery Link>" ); |
New constant |
|
_LIT( KClosingLinkTag, "</AknMessageQuery Link>" ); |
New constant |
|
_LIT( KOpeningBoldTag, "<AknMessageQuery Bold>" ); |
New constant |
|
_LIT( KClosingBoldTag, "</AknMessageQuery Bold>" ); |
New public method | CAknMessageQueryDialog |
void CheckLinkTappedL( TAny* aParams ); |