![]() |
QCAD
Open Source 2D CAD
|
#include "core_global.h"
#include <QEasingCurve>
#include <QPair>
#include <QString>
#include <QStringList>
#include <QVariant>
#include <QMetaType>
#include <QTextCharFormat>
#include <QPrinter>
#include <QRegExp>
Go to the source code of this file.
Classes | |
class | QRegularExpressionMatch |
class | RS |
Class namespace for various global enums. More... | |
Macros | |
#define | QRegularExpression QRegExp |
#define | qsizetype int |
Copyright (c) 2011-2018 by Andrew Mustun. | |
#define | REASING_INBACK QEasingCurve::InBack |
#define | REASING_INBOUNCE QEasingCurve::InBounce |
#define | REASING_INCIRC QEasingCurve::InCirc |
#define | REASING_INCUBIC QEasingCurve::InCubic |
#define | REASING_INELASTIC QEasingCurve::InElastic |
#define | REASING_INEXPO QEasingCurve::InExpo |
#define | REASING_INOUTBACK QEasingCurve::InOutBack |
#define | REASING_INOUTBOUNCE QEasingCurve::InOutBounce |
#define | REASING_INOUTCIRC QEasingCurve::InOutCirc |
#define | REASING_INOUTCUBIC QEasingCurve::InOutCubic |
#define | REASING_INOUTELASTIC QEasingCurve::InOutElastic |
#define | REASING_INOUTEXPO QEasingCurve::InOutExpo |
#define | REASING_INOUTQUAD QEasingCurve::InOutQuad |
#define | REASING_INOUTQUART QEasingCurve::InOutQuart |
#define | REASING_INOUTQUINT QEasingCurve::InOutQuint |
#define | REASING_INOUTSINE QEasingCurve::InOutSine |
#define | REASING_INQUAD QEasingCurve::InQuad |
#define | REASING_INQUART QEasingCurve::InQuart |
#define | REASING_INQUINT QEasingCurve::InQuint |
#define | REASING_INSINE QEasingCurve::InSine |
#define | REASING_LINEAR QEasingCurve::Linear |
#define | REASING_OUTBACK QEasingCurve::OutBack |
#define | REASING_OUTBOUNCE QEasingCurve::OutBounce |
#define | REASING_OUTCIRC QEasingCurve::OutCirc |
#define | REASING_OUTCUBIC QEasingCurve::OutCubic |
#define | REASING_OUTELASTIC QEasingCurve::OutElastic |
#define | REASING_OUTEXPO QEasingCurve::OutExpo |
#define | REASING_OUTINBACK QEasingCurve::OutInBack |
#define | REASING_OUTINBOUNCE QEasingCurve::OutInBounce |
#define | REASING_OUTINCIRC QEasingCurve::OutInCirc |
#define | REASING_OUTINCUBIC QEasingCurve::OutInCubic |
#define | REASING_OUTINELASTIC QEasingCurve::OutInElastic |
#define | REASING_OUTINEXPO QEasingCurve::OutInExpo |
#define | REASING_OUTINQUAD QEasingCurve::OutInQuad |
#define | REASING_OUTINQUART QEasingCurve::OutInQuart |
#define | REASING_OUTINQUINT QEasingCurve::OutInQuint |
#define | REASING_OUTINSINE QEasingCurve::OutInSine |
#define | REASING_OUTQUAD QEasingCurve::OutQuad |
#define | REASING_OUTQUART QEasingCurve::OutQuart |
#define | REASING_OUTQUINT QEasingCurve::OutQuint |
#define | REASING_OUTSINE QEasingCurve::OutSine |
#define | ROS_POSIX |
Some useful macros for OS detection. | |
#define QRegularExpression QRegExp |
#define qsizetype int |
Copyright (c) 2011-2018 by Andrew Mustun.
All rights reserved.
This file is part of the QCAD project.
QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with QCAD.
#define REASING_INBACK QEasingCurve::InBack |
#define REASING_INBOUNCE QEasingCurve::InBounce |
#define REASING_INCIRC QEasingCurve::InCirc |
#define REASING_INCUBIC QEasingCurve::InCubic |
#define REASING_INELASTIC QEasingCurve::InElastic |
#define REASING_INEXPO QEasingCurve::InExpo |
#define REASING_INOUTBACK QEasingCurve::InOutBack |
#define REASING_INOUTBOUNCE QEasingCurve::InOutBounce |
#define REASING_INOUTCIRC QEasingCurve::InOutCirc |
#define REASING_INOUTCUBIC QEasingCurve::InOutCubic |
#define REASING_INOUTELASTIC QEasingCurve::InOutElastic |
#define REASING_INOUTEXPO QEasingCurve::InOutExpo |
#define REASING_INOUTQUAD QEasingCurve::InOutQuad |
#define REASING_INOUTQUART QEasingCurve::InOutQuart |
#define REASING_INOUTQUINT QEasingCurve::InOutQuint |
#define REASING_INOUTSINE QEasingCurve::InOutSine |
#define REASING_INQUAD QEasingCurve::InQuad |
#define REASING_INQUART QEasingCurve::InQuart |
#define REASING_INQUINT QEasingCurve::InQuint |
#define REASING_INSINE QEasingCurve::InSine |
#define REASING_LINEAR QEasingCurve::Linear |
#define REASING_OUTBACK QEasingCurve::OutBack |
#define REASING_OUTBOUNCE QEasingCurve::OutBounce |
#define REASING_OUTCIRC QEasingCurve::OutCirc |
#define REASING_OUTCUBIC QEasingCurve::OutCubic |
#define REASING_OUTELASTIC QEasingCurve::OutElastic |
#define REASING_OUTEXPO QEasingCurve::OutExpo |
#define REASING_OUTINBACK QEasingCurve::OutInBack |
#define REASING_OUTINBOUNCE QEasingCurve::OutInBounce |
#define REASING_OUTINCIRC QEasingCurve::OutInCirc |
#define REASING_OUTINCUBIC QEasingCurve::OutInCubic |
#define REASING_OUTINELASTIC QEasingCurve::OutInElastic |
#define REASING_OUTINEXPO QEasingCurve::OutInExpo |
#define REASING_OUTINQUAD QEasingCurve::OutInQuad |
#define REASING_OUTINQUART QEasingCurve::OutInQuart |
#define REASING_OUTINQUINT QEasingCurve::OutInQuint |
#define REASING_OUTINSINE QEasingCurve::OutInSine |
#define REASING_OUTQUAD QEasingCurve::OutQuad |
#define REASING_OUTQUART QEasingCurve::OutQuart |
#define REASING_OUTQUINT QEasingCurve::OutQuint |
#define REASING_OUTSINE QEasingCurve::OutSine |
#define ROS_POSIX |
Some useful macros for OS detection.