KD Reports  1.9
KDReportsVariableType.h
1 /****************************************************************************
2 **
3 ** This file is part of the KD Reports library.
4 **
5 ** SPDX-FileCopyrightText: 2007-2020 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6 **
7 ** SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDAB-KDReports OR LicenseRef-KDAB-KDReports-US
8 **
9 ** Licensees holding valid commercial KD Reports licenses may use this file in
10 ** accordance with the KD Reports Commercial License Agreement provided with
11 ** the Software.
12 **
13 ** Contact info@kdab.com if any conditions of this licensing are not clear to you.
14 **
15 ****************************************************************************/
16 
17 #ifndef KDREPORTSVARIABLETYPE_H
18 #define KDREPORTSVARIABLETYPE_H
19 
25 namespace KDReports {
33  ISODate,
39 
44 
45  NVariableTypes
46 };
47 
48 }
49 
50 #endif /* KDREPORTSVARIABLETYPE_H */
VariableType
Definition: KDReportsVariableType.h:29
Current time in text format like "13:42:59".
Definition: KDReportsVariableType.h:36
Current time in ISO 8601 format like "13:42:59".
Definition: KDReportsVariableType.h:37
Page number.
Definition: KDReportsVariableType.h:30
Page count.
Definition: KDReportsVariableType.h:31
Definition: KDReportsVariableType.h:32
Current date formatted according to the system locale, long format, see Qt::SystemLocaleLongDate.
Definition: KDReportsVariableType.h:41
Current time in locale-dependent format.
Definition: KDReportsVariableType.h:38
Definition: KDReportsAbstractTableElement.h:30
Current date formatted according to the system locale, short format, see Qt::SystemLocaleShortDate.
Definition: KDReportsVariableType.h:40
Current date formatted according to the application locale, long format, see Qt::DefaultLocaleLongDat...
Definition: KDReportsVariableType.h:43
Current date formatted according to the application locale, short format, see Qt::DefaultLocaleShortD...
Definition: KDReportsVariableType.h:42
Current date in ISO 8601 format like "2005-08-18".
Definition: KDReportsVariableType.h:34
Current date in locale-dependent format, deprecated in favour of SystemLocaleShortDate or SystemLocal...
Definition: KDReportsVariableType.h:35

Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/

https://www.kdab.com/development-resources/qt-tools/kd-reports/