![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Macros | |
#define | COMPONENT_EXPORT(component) |
#define | INSIDE_COMPONENT_IMPL(component) |
#define | COMPONENT_EXPORT_ANNOTATION |
#define | COMPONENT_IMPORT_ANNOTATION |
#define | COMPONENT_MACRO_CONDITIONAL_(condition, consequent, alternate) |
#define | COMPONENT_MACRO_CONDITIONAL_COMMA_(...) |
#define | COMPONENT_MACRO_CONDITIONAL_COMMA_IMPL_(x, ...) |
#define | COMPONENT_MACRO_CONDITIONAL_COMMA_1_ , |
#define | COMPONENT_MACRO_SELECT_THIRD_ARGUMENT_(...) |
#define | COMPONENT_MACRO_SELECT_THIRD_ARGUMENT_IMPL_(a, b, c, ...) |
#define COMPONENT_EXPORT | ( | component | ) |
Definition at line 18 of file component_export.h.
#define COMPONENT_EXPORT_ANNOTATION |
Definition at line 45 of file component_export.h.
#define COMPONENT_IMPORT_ANNOTATION |
Definition at line 46 of file component_export.h.
#define COMPONENT_MACRO_CONDITIONAL_ | ( | condition, | |
consequent, | |||
alternate ) |
Definition at line 55 of file component_export.h.
#define COMPONENT_MACRO_CONDITIONAL_COMMA_ | ( | ... | ) |
Definition at line 63 of file component_export.h.
#define COMPONENT_MACRO_CONDITIONAL_COMMA_1_ , |
Definition at line 67 of file component_export.h.
#define COMPONENT_MACRO_CONDITIONAL_COMMA_IMPL_ | ( | x, | |
... ) |
Definition at line 65 of file component_export.h.
#define COMPONENT_MACRO_SELECT_THIRD_ARGUMENT_ | ( | ... | ) |
Definition at line 72 of file component_export.h.
Definition at line 74 of file component_export.h.
#define INSIDE_COMPONENT_IMPL | ( | component | ) |
Definition at line 30 of file component_export.h.