#include <TdkRuler.h>
Inheritance diagram for TdkRuler:
Public Member Functions | |
TeColor | getFrontColor () |
void | setFrontColor (TeColor color) |
TeColor | getBackColor () |
void | setBackColor (TeColor color) |
int | getHeight () |
void | setHeight (int height) |
Protected Attributes | |
TeColor | frontColor_ |
TeColor | backColor_ |
int | height_ |
TeColor TdkRuler::getFrontColor | ( | ) | [inline] |
void TdkRuler::setFrontColor | ( | TeColor | color | ) | [inline] |
TeColor TdkRuler::getBackColor | ( | ) | [inline] |
void TdkRuler::setBackColor | ( | TeColor | color | ) | [inline] |
int TdkRuler::getHeight | ( | ) | [inline] |
void TdkRuler::setHeight | ( | int | height | ) | [inline] |
TeColor TdkRuler::frontColor_ [protected] |
TeColor TdkRuler::backColor_ [protected] |
int TdkRuler::height_ [protected] |