imgtools/imglib/symbolutil/symbolgenerator.h
changeset 714 e5a58c351011
parent 695 46ca13b54f56
equal deleted inserted replaced
713:7b7f0409fc00 714:e5a58c351011
    53         ofstream& GetOutputFileStream() { return iSymFile; };
    53         ofstream& GetOutputFileStream() { return iSymFile; };
    54         void AppendMapFileInfo(MapFileInfo& aMapFileInfo) { iMapFileInfoSet.push_back(aMapFileInfo); }
    54         void AppendMapFileInfo(MapFileInfo& aMapFileInfo) { iMapFileInfoSet.push_back(aMapFileInfo); }
    55         void FlushSymbolFileContent();
    55         void FlushSymbolFileContent();
    56 	void SetImageType(TImageType aImageType) {	iImageType = aImageType; };
    56 	void SetImageType(TImageType aImageType) {	iImageType = aImageType; };
    57 	TImageType GetImageType() {	return iImageType; };
    57 	TImageType GetImageType() {	return iImageType; };
       
    58 	stringlist iLogMessages;
    58     private:
    59     private:
    59         SymbolGenerator();
    60         SymbolGenerator();
    60         ~SymbolGenerator();
    61         ~SymbolGenerator();
    61         static void thrd_func();
    62         static void thrd_func();
    62 
    63