Public Member Functions | |
~CThreadAODocument () | |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CThreadAODocument * | NewL (CEikApplication &aApp) |
static CThreadAODocument * | NewLC (CEikApplication &aApp) |
discussion An instance of class CThreadAODocument is the Document part of the AVKON application framework for the ThreadAO example application
Definition at line 47 of file threadaodocument.h.
CThreadAODocument::~CThreadAODocument | ( | ) |
~CThreadAOAppView()
discussion Destroy the object
Definition at line 75 of file threadaodocument.cpp.
CThreadAODocument * CThreadAODocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
discussion Construct a CThreadAODocument for the AVKON application aApp using two phase construction, and return a pointer to the created object param aApp The application creating this document result A pointer to the created instance of CThreadAODocument
Definition at line 35 of file threadaodocument.cpp.
CThreadAODocument * CThreadAODocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
discussion Construct a CThreadAODocument for the AVKON application aApp using two phase construction, and return a pointer to the created object param aApp The application creating this document result A pointer to the created instance of CThreadAODocument
Definition at line 42 of file threadaodocument.cpp.
CEikAppUi * CThreadAODocument::CreateAppUiL | ( | ) |
discussion Create a CThreadAOAppUi object and return a pointer to it result A pointer to the created instance of the AppUi created
Definition at line 84 of file threadaodocument.cpp.