Mercurial > fife-parpg
comparison engine/core/controller/engine.i @ 61:18c2a21ac0ad
allow clients to set a custom window title and icon
author | spq@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Wed, 16 Jul 2008 12:37:41 +0000 |
parents | 90005975cdbb |
children | 98541d3b9220 |
comparison
equal
deleted
inserted
replaced
60:1de7e6740a4a | 61:18c2a21ac0ad |
---|---|
67 unsigned int getDefaultFontSize() const; | 67 unsigned int getDefaultFontSize() const; |
68 void setDefaultFontGlyphs(const std::string& defaultfontglyphs); | 68 void setDefaultFontGlyphs(const std::string& defaultfontglyphs); |
69 std::string getDefaultFontGlyphs() const; | 69 std::string getDefaultFontGlyphs() const; |
70 void setImageChunkingSize(unsigned int size); | 70 void setImageChunkingSize(unsigned int size); |
71 unsigned int getImageChunkingSize(); | 71 unsigned int getImageChunkingSize(); |
72 void setWindowTitle(const std::string& title); | |
73 std::string getWindowTitle() const; | |
74 void setWindowIcon(const std::string& icon); | |
75 std::string getWindowIcon() const; | |
72 | 76 |
73 private: | 77 private: |
74 EngineSettings(); | 78 EngineSettings(); |
75 }; | 79 }; |
76 | 80 |