#include <StringView.h>

Public Member Functions | |
| StringView () | |
| (*** add brief description here ***) | |
| virtual | ~StringView () |
| (*** add brief description here ***) | |
| virtual void | Draw (Rect rect) |
| (*** add brief description here ***) | |
| void | LoadFontImage (const std::string &rName) |
| (*** add brief description here ***) | |
| void | SetText (const std::string &rText) |
| (*** add brief description here ***) | |
| virtual int | Contains (Point point) |
| (*** add brief description here ***) | |
Private Attributes | |
| std::string | m_Text |
| (*** add brief description here ***) | |
| Surface * | m_pFontImage |
| (*** add brief description here ***) | |
| Font | m_Font |
| (*** add brief description here ***) | |
| StringView | ( | ) |
(*** add brief description here ***)
| ~StringView | ( | ) | [virtual] |
(*** add brief description here ***)
| void Draw | ( | Rect | rect | ) | [virtual] |
(*** add brief description here ***)
Reimplemented from Window.
| void LoadFontImage | ( | const std::string & | rName | ) |
(*** add brief description here ***)
| rName | File name. |
| void SetText | ( | const std::string & | rText | ) |
(*** add brief description here ***)
| virtual int Contains | ( | Point | point | ) | [inline, virtual] |
std::string m_Text [private] |
(*** add brief description here ***)
Surface* m_pFontImage [private] |
(*** add brief description here ***)
Navigation
Home Page
Screen Shots
Developers
Documentation
Doxygen
Namespace List
Class List
Class Hierarchy
File List
Todo List
Links
SDL Library
License
SourceForge Project
Forums
Download
Regimental Command
Copyright © 2008
Randi J. Relander