![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxge/win32/cgdi_plus_ext.h"#include <windows.h>#include <objidl.h>#include <algorithm>#include <array>#include <sstream>#include <utility>#include <vector>#include "core/fxcrt/check_op.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_memory.h"#include "core/fxcrt/fx_string.h"#include "core/fxcrt/fx_string_wrappers.h"#include "core/fxcrt/fx_system.h"#include "core/fxcrt/numerics/safe_conversions.h"#include "core/fxcrt/span.h"#include "core/fxge/cfx_fillrenderoptions.h"#include "core/fxge/cfx_gemodule.h"#include "core/fxge/cfx_graphstatedata.h"#include "core/fxge/cfx_path.h"#include "core/fxge/dib/cfx_dibbase.h"#include "core/fxge/dib/cfx_dibitmap.h"#include "core/fxge/win32/cwin32_platform.h"#include <gdiplus.h>Go to the source code of this file.
Namespaces | |
| namespace | Gdiplus |
Macros | |
| #define | CALLFUNC(gdi_plus_ext, funcname, ...) |
| #define CALLFUNC | ( | gdi_plus_ext, | |
| funcname, | |||
| ... ) |
Definition at line 182 of file cgdi_plus_ext.cpp.