Krita Source Code Documentation
Loading...
Searching...
No Matches
csv_layer_record.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Laszlo Fazekas <mneko@freemail.hu>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef CSV_LAYER_RECORD_H_
8#define CSV_LAYER_RECORD_H_
9
10#include <QString>
11
13
15{
16public:
18 virtual ~CSVLayerRecord();
19
20 QString name;
21 QString blending;
22 float density {0.0};
23 int visible {0};
24
27 QString last;
28 QString path;
29 int frame {0};
30};
31
32#endif
KisRasterKeyframeChannel * channel
virtual ~CSVLayerRecord()
The KisRasterKeyframeChannel is a concrete KisKeyframeChannel subclass that stores and manages KisRas...