![]() |
Scribus
Open source desktop publishing at your fingertips
|
#include <tableborder.h>
Public Member Functions | |
TableBorderLine () | |
Creates a new solid black 0 width table border line. | |
TableBorderLine (double width, Qt::PenStyle style, const QString &color, double shade) | |
Creates a new table border line with width, style and color. | |
double | width () const |
Returns the width of this table border line. | |
void | setWidth (double width) |
Sets the width of this table border line to width. | |
Qt::PenStyle | style () const |
Returns the pen style of this table border line. | |
void | setStyle (Qt::PenStyle style) |
Sets the pen style of this table border line to style. | |
QString | color () const |
Returns the color of this table border line. | |
void | setColor (const QString &color) |
Sets the color of this table border line to color. | |
double | shade () const |
Returns the shade of this table border line. | |
void | setShade (double shade) |
Sets the shade of this table border line to shade. | |
QString | asString () const |
Returns a string representation of the border line. | |
bool | operator== (const TableBorderLine &other) const |
Returns true if this table border line is equal to other. | |
bool | operator!= (const TableBorderLine &other) const |
Returns true if this table border line is not equal to other. | |
bool | operator< (const TableBorderLine &other) const |
Returns true if this table border line is thinner than other. | |
The TableBorderLine class represents a single line in a table border.