KD Reports  1.8
KDReportsVariableType.h
1 /****************************************************************************
2 ** Copyright (C) 2007-2020 Klaralvdalens Datakonsult AB. All rights reserved.
3 **
4 ** This file is part of the KD Reports library.
5 **
6 ** Licensees holding valid commercial KD Reports licenses may use this file in
7 ** accordance with the KD Reports Commercial License Agreement provided with
8 ** the Software.
9 **
10 **
11 ** This file may be distributed and/or modified under the terms of the
12 ** GNU Lesser General Public License version 2.1 and version 3 as published by the
13 ** Free Software Foundation and appearing in the file LICENSE.LGPL.txt included.
14 **
15 ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
16 ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17 **
18 ** Contact info@kdab.com if any conditions of this licensing are not
19 ** clear to you.
20 **
21 **********************************************************************/
22 
23 #ifndef KDREPORTSVARIABLETYPE_H
24 #define KDREPORTSVARIABLETYPE_H
25 
31 namespace KDReports {
38  TextDate,
45 
50 
51  NVariableTypes
52 };
53 
54 }
55 
56 #endif /* KDREPORTSVARIABLETYPE_H */
KDReports::SystemLocaleShortDate
@ SystemLocaleShortDate
Current date formatted according to the system locale, short format, see Qt::SystemLocaleShortDate.
Definition: KDReportsVariableType.h:46
KDReports::PageNumber
@ PageNumber
Page number.
Definition: KDReportsVariableType.h:36
KDReports::LocaleTime
@ LocaleTime
Current time in locale-dependent format.
Definition: KDReportsVariableType.h:44
KDReports::DefaultLocaleLongDate
@ DefaultLocaleLongDate
Current date formatted according to the application locale, long format, see Qt::DefaultLocaleLongDat...
Definition: KDReportsVariableType.h:49
KDReports::PageCount
@ PageCount
Page count.
Definition: KDReportsVariableType.h:37
KDReports::TextTime
@ TextTime
Current time in text format like "13:42:59".
Definition: KDReportsVariableType.h:42
KDReports::SystemLocaleLongDate
@ SystemLocaleLongDate
Current date formatted according to the system locale, long format, see Qt::SystemLocaleLongDate.
Definition: KDReportsVariableType.h:47
KDReports::DefaultLocaleShortDate
@ DefaultLocaleShortDate
Current date formatted according to the application locale, short format, see Qt::DefaultLocaleShortD...
Definition: KDReportsVariableType.h:48
KDReports::TextDate
@ TextDate
Definition: KDReportsVariableType.h:38
KDReports::LocaleDate
@ LocaleDate
Current date in locale-dependent format, deprecated in favour of SystemLocaleShortDate or SystemLocal...
Definition: KDReportsVariableType.h:41
KDReports::ISOTime
@ ISOTime
Current time in ISO 8601 format like "13:42:59".
Definition: KDReportsVariableType.h:43
KDReports::ISODate
@ ISODate
Current date in ISO 8601 format like "2005-08-18".
Definition: KDReportsVariableType.h:40
KDReports::VariableType
VariableType
Definition: KDReportsVariableType.h:35
KDReports
Definition: KDReportsAbstractTableElement.h:36

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/