41#ifndef INCLUDED_GLS_BUTTON_H
42#define INCLUDED_GLS_BUTTON_H
48#if( defined( GLSGEN_EXPORT_GlsPushButton ) || defined( GLSGEN_IMPORT_GlsPushButton ) || defined( GLS_EXPORT_GENERATED ) || defined( GLS_IMPORT_GENERATED ) ) \
49 && defined( _MSC_VER )
50# if defined( GLSGEN_EXPORT_GlsPushButton ) || defined( GLS_EXPORT_GENERATED )
51# define GLSGEN_GlsPushButton_EXPORT __declspec( dllexport )
53# define GLSGEN_GlsPushButton_EXPORT __declspec( dllimport )
56# define GLSGEN_GlsPushButton_EXPORT
61#define LIB_BASE_NAME "gls_push_button"
69 GLS_GLSBUTTON_CHANGE_CALLBACK = GLS_LAST_INITIALIZER + 1,
71 GLS_GLSBUTTON_WHICH_OBJ_POS_UP,
72 GLS_GLSBUTTON_WHICH_OBJ_POS_DOWN,
74 GLS_GLSBUTTON_EMIT_STATE_CHANGE_EVENT
85 DISTI_DEPRECATED(
"This identifier is forbidden by the C++ standard. Use BaseClass instead." )
100 friend class GlsPushButtonEditor;
150 const
Vector& logicalCoords,
152 const
Vector& directionVector,
191 const Vector& logicalCoords,
192 float scale,
const Vector& directionVector,
Definition: dynamic_array.h:79
Definition: gls_glo_file.h:1243
Class to contain current OpenGL view, projection and draw matrices.
Definition: util.h:544
Macros and helper code to determine what subset of C++11/14/17 is available.
#define DISTI_SPECIAL_MEM_FUN_DELETE
Macro to wrap function deletion, removed on compilers that don't support it.
Definition: gls_cpp_lang_support.h:235
#define DISTI_DEPRECATED(msg)
Defines whether this compiler supports the C++14 deprecated attribute.
Definition: gls_cpp_lang_support.h:457
#define DISTI_FINAL
Macro to wrap the final keyword, removed on compilers that don't support it.
Definition: gls_cpp_lang_support.h:216
#define DISTI_METHOD_OVERRIDE
Macro to wrap the override keyword, removed on compilers that don't support it.
Definition: gls_cpp_lang_support.h:214
#define GLS_EXPORT
Macro denoting which functions should be visible from the runtime library.
Definition: gls_include.h:52
The disti::Group class. Implements groups of objects.
Force inclusion of the DirectShow library.
Definition: bmpimage.h:47