libodsstream
Library for mass spectrometry
Loading...
Searching...
No Matches
odstablecellstyle.cpp
Go to the documentation of this file.
1/**
2 * \file odsstream/writer/options/odstablecellstyle.cpp
3 * \date 10/03/2016
4 * \author Olivier Langella
5 * \brief handler for ODS cell style
6 */
7/*
8 libodsstream is a library to read and write ODS documents as streams
9 Copyright (C) 2013 Olivier Langella <Olivier.Langella@moulon.inra.fr>
10
11 This program is free software: you can redistribute it and/or modify
12 it under the terms of the GNU Lesser General Public License as published by
13 the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version.
15
16 This program is distributed in the hope that it will be useful,
17 but WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 GNU Lesser General Public License for more details.
20
21 You should have received a copy of the GNU Lesser General Public License
22 along with this program. If not, see <http://www.gnu.org/licenses/>.
23
24*/
25
26#include "odstablecellstyle.h"
27
31
35
36void
38{
39 _background_color = qcolor;
40}
41void
43{
44 _text_color = qcolor;
45}
void setBackgroundColor(const QColor &qcolor)
void setTextColor(const QColor &qcolor)
handler for ODS cell style