harvester/harvesterplugins/WMVPlugin/inc/harvesterwmvplugin.h
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    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();
    58 		static CHarvesterWmvPluginPropertyDefs* NewL(CMdEObjectDef& aObjectDef);
    59 	    void SetByObjectDefL( CMdEObjectDef& aObjectDef );
       
    60 	};
    59 	};
    61 
    60 
    62 /**
    61 /**
    63  *  Data class for wmv harvester
    62  *  Data class for wmv harvester
    64  *
    63  *
   179     void HandleObjectPropertiesL( 
   178     void HandleObjectPropertiesL( 
   180          CHarvesterData& aHD,
   179          CHarvesterData& aHD,
   181          CHarvesterWmvClipDetails& aClipDetails,
   180          CHarvesterWmvClipDetails& aClipDetails,
   182          TBool aIsAdd);
   181          TBool aIsAdd);
   183 
   182 
   184     void InitPropDefsL( CMdEObjectDef& aObjectDef );
       
   185 
   183 
   186 private: // data
   184 private: // data
   187 	CHarvesterWmvPluginPropertyDefs* iPropDefs;
   185 	CHarvesterWmvPluginPropertyDefs* iPropDefs;
   188 	
   186 	
   189 	TInt iMaxTextLength;
   187 	TInt iMaxTextLength;