|
libodsstream
Library for mass spectrometry
|
#include <odstablecellstyle.h>
Public Member Functions | |
| OdsTableCellStyle () | |
| ~OdsTableCellStyle () | |
| void | setBackgroundColor (const QColor &qcolor) |
| void | setTextColor (const QColor &qcolor) |
Private Attributes | |
| QColor | _background_color |
| QColor | _text_color |
Friends | |
| class | ContentXml |
Definition at line 33 of file odstablecellstyle.h.
| OdsTableCellStyle::OdsTableCellStyle | ( | ) |
Definition at line 28 of file odstablecellstyle.cpp.
| OdsTableCellStyle::~OdsTableCellStyle | ( | ) |
Definition at line 32 of file odstablecellstyle.cpp.
| void OdsTableCellStyle::setBackgroundColor | ( | const QColor & | qcolor | ) |
Definition at line 37 of file odstablecellstyle.cpp.
References _background_color.
| void OdsTableCellStyle::setTextColor | ( | const QColor & | qcolor | ) |
Definition at line 42 of file odstablecellstyle.cpp.
References _text_color.
|
friend |
Definition at line 35 of file odstablecellstyle.h.
|
private |
Definition at line 44 of file odstablecellstyle.h.
Referenced by setBackgroundColor().
|
private |
Definition at line 45 of file odstablecellstyle.h.
Referenced by setTextColor().