QskGlobal include cleanup
This commit is contained in:
parent
0a92cb82db
commit
2a3811fcd9
|
|
@ -6,11 +6,9 @@
|
|||
#ifndef QSK_ASPECT_H
|
||||
#define QSK_ASPECT_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskFlags.h"
|
||||
|
||||
#include <qmetaobject.h>
|
||||
|
||||
#include <functional>
|
||||
|
||||
#ifdef Q_MOC_RUN
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_BOX_BORDER_COLORS_H
|
||||
#define QSK_BOX_BORDER_COLORS_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskNamespace.h"
|
||||
|
||||
#include <qcolor.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_BOX_BORDER_METRICS_H
|
||||
#define QSK_BOX_BORDER_METRICS_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskMargins.h"
|
||||
|
||||
#include <qmetatype.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_CORNER_H
|
||||
#define QSK_CORNER_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskBoxShapeMetrics.h"
|
||||
|
||||
#include <qmetatype.h>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
* This file may be used under the terms of the QSkinny License, Version 1.0
|
||||
*****************************************************************************/
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskMetaFunction.h"
|
||||
|
||||
#include <qcoreapplication.h>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
#define QSK_SIZE_POLICY_H_
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
#include <qmetatype.h>
|
||||
|
||||
class QDebug;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#define QSK_TEXT_OPTIONS_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
#include <qmetatype.h>
|
||||
#include <qtextoption.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_ABSTRACT_BUTTON_H
|
||||
#define QSK_ABSTRACT_BUTTON_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
|
||||
class QSK_EXPORT QskAbstractButton : public QskControl
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#define QSK_ANIMATOR_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
#include <qeasingcurve.h>
|
||||
#include <qobjectdefs.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_BOX_SKINLET_H
|
||||
#define QSK_BOX_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QSK_EXPORT QskBoxSkinlet : public QskSkinlet
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_CONTROL_H
|
||||
#define QSK_CONTROL_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAspect.h"
|
||||
#include "QskGradient.h"
|
||||
#include "QskSizePolicy.h"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_EVENT_H
|
||||
#define QSK_EVENT_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAspect.h"
|
||||
|
||||
#include <qcoreevent.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_FLICK_ANIMATOR_H
|
||||
#define QSK_FLICK_ANIMATOR_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAnimator.h"
|
||||
|
||||
class QSK_EXPORT QskFlickAnimator : public QskAnimator
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_FOCUS_INDICATOR_SKINLET_H
|
||||
#define QSK_FOCUS_INDICATOR_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskFocusIndicator;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_GRAPHIC_LABEL_H
|
||||
#define QSK_GRAPHIC_LABEL_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
|
||||
class QskGraphic;
|
||||
|
|
|
|||
|
|
@ -4,11 +4,12 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskGraphicLabelSkinlet.h"
|
||||
#include "QskGraphicLabel.h"
|
||||
|
||||
#include "QskAspect.h"
|
||||
#include "QskColorFilter.h"
|
||||
#include "QskFunctions.h"
|
||||
#include "QskGraphic.h"
|
||||
#include "QskGraphicLabel.h"
|
||||
#include "QskTextureNode.h"
|
||||
|
||||
QskGraphicLabelSkinlet::QskGraphicLabelSkinlet( QskSkin* skin )
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_GRAPHIC_LABEL_SKINLET_H
|
||||
#define QSK_GRAPHIC_LABEL_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskGraphicLabel;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_HINT_ANIMATOR_H
|
||||
#define QSK_HINT_ANIMATOR_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAspect.h"
|
||||
#include "QskVariantAnimator.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_INPUT_GRABBER_H
|
||||
#define QSK_INPUT_GRABBER_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
|
||||
class QskInputGrabber : public QskControl
|
||||
|
|
|
|||
|
|
@ -4,9 +4,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskListViewSkinlet.h"
|
||||
#include "QskListView.h"
|
||||
|
||||
#include "QskColorFilter.h"
|
||||
#include "QskGraphic.h"
|
||||
#include "QskListView.h"
|
||||
|
||||
#include <qmath.h>
|
||||
#include <qsgnode.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_LIST_VIEW_SKINLET_H
|
||||
#define QSK_LIST_VIEW_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskScrollViewSkinlet.h"
|
||||
|
||||
class QskListView;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_OBJECT_TREE_H
|
||||
#define QSK_OBJECT_TREE_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
#include "QskWindow.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,9 +4,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskPageIndicatorSkinlet.h"
|
||||
#include "QskBoxNode.h"
|
||||
#include "QskPageIndicator.h"
|
||||
|
||||
#include "QskBoxNode.h"
|
||||
|
||||
QskPageIndicatorSkinlet::QskPageIndicatorSkinlet( QskSkin* skin )
|
||||
: QskSkinlet( skin )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_PAGE_INDICATOR_SKINLET_H
|
||||
#define QSK_PAGE_INDICATOR_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskPageIndicator;
|
||||
|
|
|
|||
|
|
@ -6,9 +6,7 @@
|
|||
#ifndef QSK_PAN_GESTURE_RECOGNIZER_H
|
||||
#define QSK_PAN_GESTURE_RECOGNIZER_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskGestureRecognizer.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
class QSK_EXPORT QskPanGestureRecognizer : public QskGestureRecognizer
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_POPUP_H
|
||||
#define QSK_POPUP_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
|
||||
class QSK_EXPORT QskPopup : public QskControl
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_POPUP_SKINLET_H
|
||||
#define QSK_POPUP_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskPopup;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "QskPushButtonSkinlet.h"
|
||||
#include "QskPushButton.h"
|
||||
|
||||
#include "QskGraphic.h"
|
||||
#include "QskTextOptions.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_PUSH_BUTTON_SKINLET_H
|
||||
#define QSK_PUSH_BUTTON_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskPushButton;
|
||||
|
|
|
|||
|
|
@ -4,9 +4,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskScrollViewSkinlet.h"
|
||||
#include "QskScrollView.h"
|
||||
|
||||
#include "QskAspect.h"
|
||||
#include "QskQuick.h"
|
||||
#include "QskScrollView.h"
|
||||
|
||||
#include <qsgnode.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SCROLL_VIEW_SKINLET_H
|
||||
#define QSK_SCROLL_VIEW_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskScrollView;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SEPARATOR_H
|
||||
#define QSK_SEPARATOR_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
|
||||
class QSK_EXPORT QskSeparator : public QskControl
|
||||
|
|
|
|||
|
|
@ -4,9 +4,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskSeparatorSkinlet.h"
|
||||
#include "QskAspect.h"
|
||||
#include "QskSeparator.h"
|
||||
|
||||
#include "QskAspect.h"
|
||||
|
||||
QskSeparatorSkinlet::QskSeparatorSkinlet( QskSkin* skin )
|
||||
: Inherited( skin )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SEPARATOR_SKINLET_H
|
||||
#define QSK_SEPARATOR_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskSeparator;
|
||||
|
|
|
|||
|
|
@ -6,9 +6,7 @@
|
|||
#ifndef QSK_SHORTCUT_MAP_H
|
||||
#define QSK_SHORTCUT_MAP_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskMetaFunction.h"
|
||||
|
||||
#include <qquickwindow.h>
|
||||
|
||||
class QQuickItem;
|
||||
|
|
|
|||
|
|
@ -6,9 +6,7 @@
|
|||
#ifndef QSK_LIST_BOX_H
|
||||
#define QSK_LIST_BOX_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskListView.h"
|
||||
|
||||
#include <qstringlist.h>
|
||||
|
||||
class QSK_EXPORT QskSimpleListBox : public QskListView
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SKIN_H
|
||||
#define QSK_SKIN_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAspect.h"
|
||||
|
||||
#include <qcolor.h>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SKIN_HINT_TABLE_H
|
||||
#define QSK_SKIN_HINT_TABLE_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAnimationHint.h"
|
||||
#include "QskAspect.h"
|
||||
#include "QskBoxBorderColors.h"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#define QSK_SKIN_MANAGER_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
#include <qobject.h>
|
||||
#include <memory>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef QSK_SKIN_TRANSITION_H
|
||||
#define QSK_SKIN_TRANSITION_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAnimationHint.h"
|
||||
#include "QskAspect.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SKINLET_H
|
||||
#define QSK_SKINLET_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAspect.h"
|
||||
|
||||
#include <qnamespace.h>
|
||||
|
|
|
|||
|
|
@ -6,9 +6,7 @@
|
|||
#ifndef QSK_SKINNABLE_H
|
||||
#define QSK_SKINNABLE_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAspect.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
typedef unsigned int QRgb;
|
||||
|
|
|
|||
|
|
@ -4,10 +4,11 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskSliderSkinlet.h"
|
||||
#include "QskSlider.h"
|
||||
|
||||
#include "QskAspect.h"
|
||||
#include "QskBoxBorderMetrics.h"
|
||||
#include "QskFunctions.h"
|
||||
#include "QskSlider.h"
|
||||
|
||||
static QMarginsF qskPadding(
|
||||
const QskSlider* slider, QskAspect::Subcontrol subControl )
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SLIDER_SKINLET_H
|
||||
#define QSK_SLIDER_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskSlider;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_STATUS_INDICATOR_H
|
||||
#define QSK_STATUS_INDICATOR_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
|
||||
class QskGraphic;
|
||||
|
|
|
|||
|
|
@ -4,11 +4,12 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskStatusIndicatorSkinlet.h"
|
||||
#include "QskStatusIndicator.h"
|
||||
|
||||
#include "QskAspect.h"
|
||||
#include "QskColorFilter.h"
|
||||
#include "QskFunctions.h"
|
||||
#include "QskGraphic.h"
|
||||
#include "QskStatusIndicator.h"
|
||||
|
||||
QskStatusIndicatorSkinlet::QskStatusIndicatorSkinlet( QskSkin* skin )
|
||||
: Inherited( skin )
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_STATUS_INDICATOR_SKINLET_H
|
||||
#define QSK_STATUS_INDICATOR_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskStatusIndicator;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SUB_WINDOW_H
|
||||
#define QSK_SUB_WINDOW_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskPopup.h"
|
||||
|
||||
class QSK_EXPORT QskSubWindow : public QskPopup
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SUB_WINDOW_AREA_H
|
||||
#define QSK_SUB_WINDOW_AREA_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskControl.h"
|
||||
|
||||
class QskGradient;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SUB_WINDOW_AREA_SKINLET_H
|
||||
#define QSK_SUB_WINDOW_AREA_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskSubWindowArea;
|
||||
|
|
|
|||
|
|
@ -4,9 +4,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskSubWindowSkinlet.h"
|
||||
#include "QskSubWindow.h"
|
||||
|
||||
#include "QskAspect.h"
|
||||
#include "QskBoxBorderMetrics.h"
|
||||
#include "QskSubWindow.h"
|
||||
|
||||
#include <qfontmetrics.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SUB_WINDOW_SKINLET_H
|
||||
#define QSK_SUB_WINDOW_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskPopupSkinlet.h"
|
||||
|
||||
class QskSubWindow;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_TAB_BAR_H
|
||||
#define QSK_TAB_BAR_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskBox.h"
|
||||
|
||||
class QskTabButton;
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "QskTabButtonSkinlet.h"
|
||||
#include "QskTabButton.h"
|
||||
|
||||
#include "QskTextOptions.h"
|
||||
|
||||
QskTabButtonSkinlet::QskTabButtonSkinlet( QskSkin* skin )
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_TAB_BUTTON_SKINLET_H
|
||||
#define QSK_TAB_BUTTON_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QSK_EXPORT QskTabButtonSkinlet : public QskSkinlet
|
||||
|
|
|
|||
|
|
@ -4,9 +4,10 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include "QskTabViewSkinlet.h"
|
||||
#include "QskTabBar.h"
|
||||
#include "QskTabView.h"
|
||||
|
||||
#include "QskTabBar.h"
|
||||
|
||||
QskTabViewSkinlet::QskTabViewSkinlet( QskSkin* skin )
|
||||
: Inherited( skin )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_TAB_VIEW_SKINLET_H
|
||||
#define QSK_TAB_VIEW_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QskTabView;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_TEXT_INPUT_SKINLET_H
|
||||
#define QSK_TEXT_INPUT_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QSK_EXPORT QskTextInputSkinlet : public QskSkinlet
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
#include "QskTextLabelSkinlet.h"
|
||||
#include "QskTextLabel.h"
|
||||
|
||||
#include "QskTextOptions.h"
|
||||
|
||||
QskTextLabelSkinlet::QskTextLabelSkinlet( QskSkin* skin )
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_TEXT_LABEL_SKINLET_H
|
||||
#define QSK_TEXT_LABEL_SKINLET_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskSkinlet.h"
|
||||
|
||||
class QSK_EXPORT QskTextLabelSkinlet : public QskSkinlet
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_VARIANT_ANIMATOR_H
|
||||
#define QSK_VARIANT_ANIMATOR_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskAnimator.h"
|
||||
#include <qvariant.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#define QSK_DIALOG_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
#include <qobject.h>
|
||||
#include <memory>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "QskBox.h"
|
||||
#include "QskDialog.h"
|
||||
#include "QskGlobal.h"
|
||||
|
||||
class QskPushButton;
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_MESSAGE_SUB_WINDOW_H
|
||||
#define QSK_MESSAGE_SUB_WINDOW_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskInputSubWindow.h"
|
||||
|
||||
class QSK_EXPORT QskMessageSubWindow : public QskInputSubWindow
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_MESSAGE_WINDOW_H
|
||||
#define QSK_MESSAGE_WINDOW_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskInputWindow.h"
|
||||
|
||||
class QskMessageDialogBox;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SELECTION_SUB_WINDOW_H
|
||||
#define QSK_SELECTION_SUB_WINDOW_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskInputSubWindow.h"
|
||||
|
||||
class QskSelectionDialogBox;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_SELECTION_WINDOW_H
|
||||
#define QSK_SELECTION_WINDOW_H 1
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskInputWindow.h"
|
||||
|
||||
class QskSelectionDialogBox;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#define QSK_GRAPHIC_PROVIDER_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
#include <qobject.h>
|
||||
#include <memory>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_INPUT_PANEL_BOX_H
|
||||
#define QSK_INPUT_PANEL_BOX_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskBox.h"
|
||||
|
||||
class QskInputEngine;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_GRID_BOX_H
|
||||
#define QSK_GRID_BOX_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskLayout.h"
|
||||
|
||||
class QSK_EXPORT QskGridBox : public QskLayout
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_INDEXED_LAYOUT_BOX_H
|
||||
#define QSK_INDEXED_LAYOUT_BOX_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskLayout.h"
|
||||
|
||||
class QSK_EXPORT QskIndexedLayoutBox : public QskLayout
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
#define QSK_LAYOUT_CONSTRAINT_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
|
||||
#include <qnamespace.h>
|
||||
#include <limits>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_LINEAR_BOX_H
|
||||
#define QSK_LINEAR_BOX_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskIndexedLayoutBox.h"
|
||||
|
||||
class QSK_EXPORT QskLinearBox : public QskIndexedLayoutBox
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_STACK_BOX_H
|
||||
#define QSK_STACK_BOX_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskIndexedLayoutBox.h"
|
||||
|
||||
class QskStackBoxAnimator;
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@
|
|||
#define QSK_STACK_BOX_ANIMATOR_H
|
||||
|
||||
#include "QskAnimator.h"
|
||||
#include "QskGlobal.h"
|
||||
#include "QskNamespace.h"
|
||||
|
||||
#include <qobject.h>
|
||||
|
||||
class QskStackBox;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_BOX_RENDERER_COLOR_MAP_H
|
||||
#define QSK_BOX_RENDERER_COLOR_MAP_H
|
||||
|
||||
#include <QskGlobal.h>
|
||||
#include <QskGradient.h>
|
||||
#include <QskVertex.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_GRAPHIC_NODE_H
|
||||
#define QSK_GRAPHIC_NODE_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskGraphicTextureFactory.h"
|
||||
#include "QskTextureNode.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_PLAIN_TEXT_RENDERER_H
|
||||
#define QSK_PLAIN_TEXT_RENDERER_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskNamespace.h"
|
||||
#include <qnamespace.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_RICH_TEXT_RENDERER_H
|
||||
#define QSK_RICH_TEXT_RENDERER_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskNamespace.h"
|
||||
#include <qnamespace.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#ifndef QSK_TEXT_NODE_H
|
||||
#define QSK_TEXT_NODE_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskNamespace.h"
|
||||
|
||||
#include <qrect.h>
|
||||
|
|
|
|||
|
|
@ -6,9 +6,7 @@
|
|||
#ifndef QSK_TEXT_RENDERER_H
|
||||
#define QSK_TEXT_RENDERER_H
|
||||
|
||||
#include "QskGlobal.h"
|
||||
#include "QskNamespace.h"
|
||||
|
||||
#include <qnamespace.h>
|
||||
|
||||
class QskTextColors;
|
||||
|
|
|
|||
Loading…
Reference in New Issue