| class Swi::MCommonDialogs |
Common dialogs
| Public Member Functions | |
|---|---|
| TBool | DisplayApplicationsInUseL (const CAppInfo &, const RPointerArray < TDesC > &) |
| TBool | DisplayDependencyBreakL (const CAppInfo &, const RPointerArray < TDesC > &) |
| void | DisplayErrorL (const CAppInfo &, TErrorDialog , const TDesC &) |
| TBool | DisplayQuestionL (const CAppInfo &, TQuestionDialog , const TDesC &) |
| TBool | DisplayTextL (const CAppInfo &, TFileTextOption , const TDesC &) |
| TBool | DisplayApplicationsInUseL | ( | const CAppInfo & | aAppInfo, |
| const RPointerArray < TDesC > & | aAppNames | |||
| ) | [pure virtual] | |||
Informs user that the applications are in use during an uninstallation. Return ETrue if the user wishes to continue the removal process and close the applications anyway
| const CAppInfo & aAppInfo | Information about the application. |
| const RPointerArray < TDesC > & aAppNames | An array containing the name of the application in use. |
| TBool | DisplayDependencyBreakL | ( | const CAppInfo & | aAppInfo, |
| const RPointerArray < TDesC > & | aComponents | |||
| ) | [pure virtual] | |||
Displays a dialog indicating that a component which is being uninstalled is a dependency of another component installed.
| const CAppInfo & aAppInfo | Information about the application. |
| const RPointerArray < TDesC > & aComponents | An array of components which depend on components of the application |
| void | DisplayErrorL | ( | const CAppInfo & | aAppInfo, |
| TErrorDialog | aType, | |||
| const TDesC & | aParam | |||
| ) | [pure virtual] | |||
Displays a dialog showing an error message.
| TBool | DisplayQuestionL | ( | const CAppInfo & | aAppInfo, |
| TQuestionDialog | aQuestion, | |||
| const TDesC & | aDes = KNullDesC | |||
| ) | [pure virtual] | |||
Displays a generic question dialog with a Yes/No answer.
| TBool | DisplayTextL | ( | const CAppInfo & | aAppInfo, |
| TFileTextOption | aOption, | |||
| const TDesC & | aText | |||
| ) | [pure virtual] | |||
Displays a dialog containing text. It is recommended that this dialog has only a Continue button if aOption is EInstFileTextOptionContinue, or Yes and No buttons otherwise.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.