textrendering/textformatting/test/src/TBitmapDoc.h
branchRCL_3
changeset 55 336bee5c2d35
parent 54 748ec5531811
equal deleted inserted replaced
54:748ec5531811 55:336bee5c2d35
    41 	// Load/save operations
    41 	// Load/save operations
    42 	IMPORT_C TBool CompareL(const TDes8& aData);
    42 	IMPORT_C TBool CompareL(const TDes8& aData);
    43 	IMPORT_C void SaveFileL(const TDesC& aFileName);
    43 	IMPORT_C void SaveFileL(const TDesC& aFileName);
    44     
    44     
    45 	// Gets
    45 	// Gets
    46 	inline CRichText* DocModel() {return iDocModel;}
    46 	IMPORT_C CRichText* DocModel() {return iDocModel;}
    47 	inline CTextView* View() {return iView;}
    47 	IMPORT_C CTextView* View() {return iView;}
    48 	inline CTextLayout* Layout() {return iLayout;}
    48 	IMPORT_C CTextLayout* Layout() {return iLayout;}
    49 	
    49 	
    50 	IMPORT_C void AppendL(const TDesC&);
    50 	IMPORT_C void AppendL(const TDesC&);
    51 	IMPORT_C void AppendL(CPicture* aPic);
    51 	IMPORT_C void AppendL(CPicture* aPic);
    52 
    52 
    53 private:
    53 private: