#include <TdkPointStyleChar.h>
Inheritance diagram for TdkPointStyleChar:
Public Member Functions | |
TdkPointStyleChar () | |
virtual | ~TdkPointStyleChar () |
void | setFont (string f) |
string | getFont () |
void | setCharCode (int code) |
int | getCharCode () |
virtual bool | autoDraw () |
virtual bool | toBlob (TdkBlob *blob) |
virtual bool | load (TdkBlob *blob, TdkStyleVersion version=TeCurrentStyleVer) |
virtual int | getBlobSize () |
Returns the size of the style in blob format. | |
Protected Attributes | |
string | font_ |
int | charCode_ |
TdkPointStyleChar::TdkPointStyleChar | ( | ) |
TdkPointStyleChar::~TdkPointStyleChar | ( | ) | [virtual] |
void TdkPointStyleChar::setFont | ( | string | f | ) | [inline] |
string TdkPointStyleChar::getFont | ( | ) | [inline] |
void TdkPointStyleChar::setCharCode | ( | int | code | ) | [inline] |
int TdkPointStyleChar::getCharCode | ( | ) | [inline] |
bool TdkPointStyleChar::autoDraw | ( | ) | [virtual] |
Implements TdkPointStyle.
bool TdkPointStyleChar::toBlob | ( | TdkBlob * | blob | ) | [virtual] |
Reimplemented from TdkPointStyle.
bool TdkPointStyleChar::load | ( | TdkBlob * | blob, | |
TdkStyleVersion | version = TeCurrentStyleVer | |||
) | [virtual] |
Reimplemented from TdkPointStyle.
int TdkPointStyleChar::getBlobSize | ( | ) | [virtual] |
string TdkPointStyleChar::font_ [protected] |
int TdkPointStyleChar::charCode_ [protected] |