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 {
39  ISODate,
45 
50 
51  NVariableTypes
52 };
53 
54 }
55 
56 #endif /* KDREPORTSVARIABLETYPE_H */
VariableType
Definition: KDReportsVariableType.h:35
Current time in text format like "13:42:59".
Definition: KDReportsVariableType.h:42
Current time in ISO 8601 format like "13:42:59".
Definition: KDReportsVariableType.h:43
Page number.
Definition: KDReportsVariableType.h:36
Page count.
Definition: KDReportsVariableType.h:37
Definition: KDReportsVariableType.h:38
Current date formatted according to the system locale, long format, see Qt::SystemLocaleLongDate.
Definition: KDReportsVariableType.h:47
Current time in locale-dependent format.
Definition: KDReportsVariableType.h:44
Definition: KDReportsAbstractTableElement.h:36
Current date formatted according to the system locale, short format, see Qt::SystemLocaleShortDate.
Definition: KDReportsVariableType.h:46
Current date formatted according to the application locale, long format, see Qt::DefaultLocaleLongDat...
Definition: KDReportsVariableType.h:49
Current date formatted according to the application locale, short format, see Qt::DefaultLocaleShortD...
Definition: KDReportsVariableType.h:48
Current date in ISO 8601 format like "2005-08-18".
Definition: KDReportsVariableType.h:40
Current date in locale-dependent format, deprecated in favour of SystemLocaleShortDate or SystemLocal...
Definition: KDReportsVariableType.h:41

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/