harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h
branchRCL_3
changeset 19 b73252188534
parent 13 4a4892eec172
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
    53 		CHarvesterWmvPluginPropertyDefs();
    53 		CHarvesterWmvPluginPropertyDefs();
    54 	
    54 	
    55 		void ConstructL(CMdEObjectDef& aObjectDef);
    55 		void ConstructL(CMdEObjectDef& aObjectDef);
    56 
    56 
    57 	public:	
    57 	public:	
    58 		static CHarvesterWmvPluginPropertyDefs* NewL(CMdEObjectDef& aObjectDef);
    58 	    static CHarvesterWmvPluginPropertyDefs* NewL();
       
    59 	    void SetByObjectDefL( CMdEObjectDef& aObjectDef );
    59 	};
    60 	};
    60 
    61 
    61 /**
    62 /**
    62  *  Data class for wmv harvester
    63  *  Data class for wmv harvester
    63  *
    64  *
   178     void HandleObjectPropertiesL( 
   179     void HandleObjectPropertiesL( 
   179          CHarvesterData& aHD,
   180          CHarvesterData& aHD,
   180          CHarvesterWmvClipDetails& aClipDetails,
   181          CHarvesterWmvClipDetails& aClipDetails,
   181          TBool aIsAdd);
   182          TBool aIsAdd);
   182 
   183 
       
   184     void InitPropDefsL( CMdEObjectDef& aObjectDef );
   183 
   185 
   184 private: // data
   186 private: // data
   185 	CHarvesterWmvPluginPropertyDefs* iPropDefs;
   187 	CHarvesterWmvPluginPropertyDefs* iPropDefs;
   186 	
   188 	
   187 	TInt iMaxTextLength;
   189 	TInt iMaxTextLength;