QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
qwt_utils.h
浏览该文件的文档.
1/******************************************************************************
2 * Qwt Widget Library
3 * Copyright (C) 1997 Josef Wilgen
4 * Copyright (C) 2002 Uwe Rathmann
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the Qwt License, Version 1.0
8 *****************************************************************************/
9
86#ifndef QWT_UTILS_H
87#define QWT_UTILS_H
88
89#include "qwt_global.h"
90
91#include <qsize.h>
92
108#include "qwt_plot_factory.h"
109#include "qwt_plot_item_info.h"
110#include "qwt_plot_data_access.h"
111#include "qwt_plot_transform.h"
112#include "qwt_plot_styling.h"
113#include "qwt_pyplot.h"
115
136QSize QWT_EXPORT qwtExpandedToGlobalStrut(const QSize& size);
137
138#endif // QWT_UTILS_H
QSize QWT_EXPORT qwtExpandedToGlobalStrut(const QSize &size)
Expand a size to the global strut (Qt5/Qt6 compatibility function)
Definition qwt_utils.cpp:60