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 {
32  TextDate,
39 
44 
45  NVariableTypes
46 };
47 
48 }
49 
50 #endif /* KDREPORTSVARIABLETYPE_H */
KDReports::SystemLocaleShortDate
@ SystemLocaleShortDate
Current date formatted according to the system locale, short format, see Qt::SystemLocaleShortDate.
Definition: KDReportsVariableType.h:40
KDReports::PageNumber
@ PageNumber
Page number.
Definition: KDReportsVariableType.h:30
KDReports::LocaleTime
@ LocaleTime
Current time in locale-dependent format.
Definition: KDReportsVariableType.h:38
KDReports::DefaultLocaleLongDate
@ DefaultLocaleLongDate
Current date formatted according to the application locale, long format, see Qt::DefaultLocaleLongDat...
Definition: KDReportsVariableType.h:43
KDReports::PageCount
@ PageCount
Page count.
Definition: KDReportsVariableType.h:31
KDReports::TextTime
@ TextTime
Current time in text format like "13:42:59".
Definition: KDReportsVariableType.h:36
KDReports::SystemLocaleLongDate
@ SystemLocaleLongDate
Current date formatted according to the system locale, long format, see Qt::SystemLocaleLongDate.
Definition: KDReportsVariableType.h:41
KDReports::DefaultLocaleShortDate
@ DefaultLocaleShortDate
Current date formatted according to the application locale, short format, see Qt::DefaultLocaleShortD...
Definition: KDReportsVariableType.h:42
KDReports::TextDate
@ TextDate
Definition: KDReportsVariableType.h:32
KDReports::LocaleDate
@ LocaleDate
Current date in locale-dependent format, deprecated in favour of SystemLocaleShortDate or SystemLocal...
Definition: KDReportsVariableType.h:35
KDReports::ISOTime
@ ISOTime
Current time in ISO 8601 format like "13:42:59".
Definition: KDReportsVariableType.h:37
KDReports::ISODate
@ ISODate
Current date in ISO 8601 format like "2005-08-18".
Definition: KDReportsVariableType.h:34
KDReports::VariableType
VariableType
Definition: KDReportsVariableType.h:29
KDReports
Definition: KDReportsAbstractTableElement.h:30

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/