Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
sptkTextPane Class Reference
#include <sptktextpane.h>
Inheritance diagram for sptkTextPane:
List of all members.
Detailed Description
- Author:
- Sven Broenstrup
Member Function Documentation
std::string sptkTextPane::getContent |
( |
|
) |
|
|
|
Get the text included in the Pane. - Returns:
- Text to include.
|
|
Get the text font. - Returns:
- Comma The Font used or NULL for use standard font.
|
void sptkTextPane::setColor |
( |
spdtColor * |
color |
) |
|
|
void sptkTextPane::setContent |
( |
std::string |
content |
) |
|
|
|
Set the text included in the Pane. - Parameters:
-
|
void sptkTextPane::setFont |
( |
spdtFont * |
font |
) |
|
|
|
Set the text font. - Parameters:
-
font | The font to be used. See spdtFont.h for more.
Default=NULL for using standard font. |
|
Member Data Documentation
std::string sptkTextPane::content [protected]
|
|
|
The text included in Pane |
spdtFont* sptkTextPane::font [protected]
|
|
|
The face of the text font. |
The documentation for this class was generated from the following file: