creator/inc/creator_browserelement.h
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
    39 class CCreatorBrowserElement : public CCreatorScriptElement
    39 class CCreatorBrowserElement : public CCreatorScriptElement
    40 {
    40 {
    41 public:
    41 public:
    42     static CCreatorBrowserElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    42     static CCreatorBrowserElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
    43     void ExecuteCommandL();
    43     void ExecuteCommandL();
    44     void AsyncExecuteCommandL();
    44     
    45 protected:
    45 protected:
    46     CCreatorBrowserElement(CCreatorEngine* aEngine);    
    46     CCreatorBrowserElement(CCreatorEngine* aEngine);    
    47     TInt GetBrowserCommandL() const;
    47     TInt GetBrowserCommandL() const;
    48 };
    48 };
    49 #endif /*CREATORBROWSERELEMENT_H_*/
    49 #endif /*CREATORBROWSERELEMENT_H_*/