#include <TdkLineStyleBasic.h>
Inheritance diagram for TdkLineStyleBasic:
Public Member Functions | |
TdkLineStyleBasic () | |
Default constructor. | |
virtual | ~TdkLineStyleBasic () |
Virtual destructor. | |
void | basicType (TeLnBasicType bType) |
TeLnBasicType | basicType () |
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 | |
TeLnBasicType | basicType_ |
TdkLineStyleBasic::TdkLineStyleBasic | ( | ) |
Default constructor.
TdkLineStyleBasic::~TdkLineStyleBasic | ( | ) | [virtual] |
Virtual destructor.
void TdkLineStyleBasic::basicType | ( | TeLnBasicType | bType | ) | [inline] |
TeLnBasicType TdkLineStyleBasic::basicType | ( | ) | [inline] |
bool TdkLineStyleBasic::autoDraw | ( | ) | [virtual] |
Implements TdkLineStyle.
bool TdkLineStyleBasic::toBlob | ( | TdkBlob * | blob | ) | [virtual] |
Reimplemented from TdkLineStyle.
bool TdkLineStyleBasic::load | ( | TdkBlob * | blob, | |
TdkStyleVersion | version = TeCurrentStyleVer | |||
) | [virtual] |
Reimplemented from TdkLineStyle.
int TdkLineStyleBasic::getBlobSize | ( | ) | [virtual] |
TeLnBasicType TdkLineStyleBasic::basicType_ [protected] |