Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

sptkTextPane Class Reference

#include <sptktextpane.h>

Inheritance diagram for sptkTextPane:

sptkPane sptkGadget sptkObject List of all members.

Public Member Functions

void setColor (spdtColor *color)
spdtColorgetColor ()
void setFont (spdtFont *font)
spdtFontgetFont ()
void setContent (std::string content)
std::string getContent ()

Protected Attributes

std::string content
spdtFontfont
spdtColorcolor

Detailed Description

Author:
Sven Broenstrup


Member Function Documentation

spdtColor* sptkTextPane::getColor  
 

Not implemented yet...

std::string sptkTextPane::getContent  
 

Get the text included in the Pane.

Returns:
Text to include.

spdtFont* sptkTextPane::getFont  
 

Get the text font.

Returns:
Comma The Font used or NULL for use standard font.

void sptkTextPane::setColor spdtColor   color
 

Not implemented yet...

void sptkTextPane::setContent std::string    content
 

Set the text included in the Pane.

Parameters:
content Text to include.

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

spdtColor* sptkTextPane::color [protected]
 

Not implemented yet...

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:
Powered by SPOM