Nokia N97 SDK Example Applications Guide |
#include <HsWidgetApplication.h>
Inheritance diagram for CHsWidgetApplication:
Definition at line 32 of file HsWidgetApplication.h.
Public Member Functions | |
TUid | AppDllUid () const |
Protected Member Functions | |
CApaDocument * | CreateDocumentL () |
|
From CApaApplication, AppDllUid.
Definition at line 33 of file HsWidgetApplication.cpp.
|
|
From CApaApplication, CreateDocumentL. Creates CHsWidgetDocument document object. The returned pointer in not owned by the CHsWidgetApplication object.
Definition at line 22 of file HsWidgetApplication.cpp. References CHsWidgetDocument::NewL(). 00023 { 00024 // Create an HsWidget document, and return a pointer to it 00025 return CHsWidgetDocument::NewL(*this); 00026 }
|
© Nokia 2009 |