| class MDiagResultDetail |
Diagnostics Framework Test Result Details
This interface allows application to query addtional information about Diagnostics Test Result.
| Public Member Functions | |
|---|---|
| ~MDiagResultDetail () | |
| CGulIcon * | CreateIconL () |
| CBufFlat * | ExternalizeToBufferL () |
| void | GetOutputL ( TOutputFormat , RBuf &) |
| void | GetSupportedOutput ( RArray < TOutputFormat > &) |
| TBool | IsOutputSupported ( TOutputFormat ) |
| Public Member Enumerations | |
|---|---|
| enum | TOutputFormat { EGetMoreInfo , ECorrectionUrl , ECorrectionUrlCaption } |
| ~MDiagResultDetail | ( | ) | [inline, virtual] |
C++ Virtual destructor. Virtual destructor must be defined to make sure that correct destructor is called.
| CGulIcon * | CreateIconL | ( | ) | const [pure virtual] |
Create an icon. Icon can be created based on the results of the test.
| CBufFlat * | ExternalizeToBufferL | ( | ) | const [pure virtual] |
Externalize to CBufFlat . This will be how the data will be stored in the CDiagResultsDatabaseItem
| void | GetOutputL | ( | TOutputFormat | aFormat, |
| RBuf & | aBuffer | |||
| ) | const [pure virtual] | |||
Output current result to a specified format.
| TOutputFormat aFormat | Format of desired output. |
| RBuf & aBuffer | Output buffer. |
| void | GetSupportedOutput | ( | RArray < TOutputFormat > & | aOutputList | ) | const [pure virtual] |
Get list of supported output
| RArray < TOutputFormat > & aOutputList | - Returns supported output formats |
| TBool | IsOutputSupported | ( | TOutputFormat | aOutputFormat | ) | const [pure virtual] |
Check if a given output format is supported.
| TOutputFormat aOutputFormat | - Possible output formate. |
Possible Output Formats.
| EGetMoreInfo | |
| ECorrectionUrl | |
| ECorrectionUrlCaption |
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.