This is the default error display class to be used by applications. The features of the class are:
|
Public Member Functions |
IMPORT_C | ~CErrorUI () |
| Destructor.
|
IMPORT_C TBool | ShowGlobalErrorNoteL (TInt aError, CTextResolver::TErrorContext aContext=CTextResolver::ECtxAutomatic) |
| Shows a global error note which is created by resolving to a display text from the given error code.
|
CTextResolver & | TextResolver () |
| Offers a reference to internal TextResolver instance.
|
IMPORT_C TBool | ShowGlobalErrorQueryL (TInt aError, CTextResolver::TErrorContext aContext=CTextResolver::ECtxAutomatic) |
| Shows a global error query with OK key, which is created by resolving to a display text from the given error code.
|
Static Public Member Functions |
static IMPORT_C CErrorUI * | NewL () |
| This constructor method should be used by servers, does not put the created object into CleanupStack.
|
static IMPORT_C CErrorUI * | NewLC () |
| This constructor method should be used by servers, puts the created object into CleanupStack.
|
static IMPORT_C CErrorUI * | NewL (CCoeEnv &aEnv) |
| This constructor method should be used by applications, does not put the created object into CleanupStack.
|
static IMPORT_C CErrorUI * | NewLC (CCoeEnv &aEnv) |
| This constructor method should be used by applications, puts the created object into CleanupStack.
|