Ardour  8.7-15-gadf511264b
widgets/widgets/visibility.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBWIDGETS_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBWIDGETS_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBWIDGETS_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBWIDGETS_API   LIBWIDGETS_DLL_IMPORT
 
#define LIBWIDGETS_LOCAL   LIBWIDGETS_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBWIDGETS_API

#define LIBWIDGETS_API   LIBWIDGETS_DLL_IMPORT

Definition at line 40 of file widgets/widgets/visibility.h.

◆ LIBWIDGETS_DLL_EXPORT

#define LIBWIDGETS_DLL_EXPORT   __attribute__ ((visibility ("default")))

Definition at line 29 of file widgets/widgets/visibility.h.

◆ LIBWIDGETS_DLL_IMPORT

#define LIBWIDGETS_DLL_IMPORT   __attribute__ ((visibility ("default")))

Definition at line 28 of file widgets/widgets/visibility.h.

◆ LIBWIDGETS_DLL_LOCAL

#define LIBWIDGETS_DLL_LOCAL   __attribute__ ((visibility ("hidden")))

Definition at line 30 of file widgets/widgets/visibility.h.

◆ LIBWIDGETS_LOCAL

#define LIBWIDGETS_LOCAL   LIBWIDGETS_DLL_LOCAL

Definition at line 42 of file widgets/widgets/visibility.h.