|
Last change
on this file since 12373 was
5738,
checked in by landauf, 16 years ago
|
|
merged libraries2 back to trunk
|
-
Property svn:eol-style set to
native
|
|
File size:
926 bytes
|
| Line | |
|---|
| 1 | /********************************************************************* |
|---|
| 2 | TextComponent |
|---|
| 3 | **********************************************************************/ |
|---|
| 4 | class TextComponent : public FalagardComponentBase |
|---|
| 5 | { |
|---|
| 6 | string getText() const; |
|---|
| 7 | void setText(string text); |
|---|
| 8 | string getFont() const; |
|---|
| 9 | void setFont(string font); |
|---|
| 10 | VerticalTextFormatting getVerticalFormatting() const; |
|---|
| 11 | void setVerticalFormatting(VerticalTextFormatting fmt); |
|---|
| 12 | HorizontalTextFormatting getHorizontalFormatting() const; |
|---|
| 13 | void setHorizontalFormatting(HorizontalTextFormatting fmt); |
|---|
| 14 | //void writeXMLToStream(OutStream& out_stream) const; |
|---|
| 15 | bool isTextFetchedFromProperty() const; |
|---|
| 16 | string getTextPropertySource() const; |
|---|
| 17 | void setTextPropertySource(string property); |
|---|
| 18 | bool isFontFetchedFromProperty() const; |
|---|
| 19 | string getFontPropertySource() const; |
|---|
| 20 | void setFontPropertySource(string property); |
|---|
| 21 | TextComponent(); |
|---|
| 22 | }; |
|---|
Note: See
TracBrowser
for help on using the repository browser.