Public Member Functions | |
~CThreadDocument () | |
CEikAppUi * | CreateAppUiL () |
Static Public Member Functions | |
static CThreadDocument * | NewL (CEikApplication &aApp) |
static CThreadDocument * | NewLC (CEikApplication &aApp) |
discussion An instance of class CThreadDocument is the Document part of the AVKON application framework for the Thread example application
Definition at line 29 of file threaddocument.h.
CThreadDocument::~CThreadDocument | ( | ) |
CThreadDocument * CThreadDocument::NewL | ( | CEikApplication & | aApp | ) | [static] |
discussion Construct a CThreadDocument 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 CThreadDocument
Definition at line 15 of file threaddocument.cpp.
CThreadDocument * CThreadDocument::NewLC | ( | CEikApplication & | aApp | ) | [static] |
discussion Construct a CThreadDocument 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 CThreadDocument
Definition at line 22 of file threaddocument.cpp.
CEikAppUi * CThreadDocument::CreateAppUiL | ( | ) |
discussion Create a CThreadAppUi object and return a pointer to it result A pointer to the created instance of the AppUi created
Definition at line 63 of file threaddocument.cpp.