46 #ifndef _splash_display_h_ 
   47 #define _splash_display_h_ 
   62 #if( defined( GLSGEN_EXPORT_SplashDisplay ) || defined( GLSGEN_IMPORT_SplashDisplay ) || defined( GLS_EXPORT_GENERATED ) || defined( GLS_IMPORT_GENERATED ) ) \ 
   63     && defined( _MSC_VER ) 
   64 #    if defined( GLSGEN_EXPORT_SplashDisplay ) || defined( GLS_EXPORT_GENERATED ) 
   65 #        define GLSGEN_SplashDisplay_EXPORT __declspec( dllexport ) 
   67 #        define GLSGEN_SplashDisplay_EXPORT __declspec( dllimport ) 
   70 #    define GLSGEN_SplashDisplay_EXPORT 
   82     DISTI_DEPRECATED( 
"This identifier is forbidden by the C++ standard. Use BaseClass instead." )
 
   86     GLSGEN_SplashDisplay_EXPORT                         
SplashDisplay( 
const char* name = NULL );
 
   91     static unsigned char* rgb_data_1[];
 
  107     virtual GLSGEN_SplashDisplay_EXPORT 
void Initialize();
 
  110     virtual GLSGEN_SplashDisplay_EXPORT 
void Calculate( 
double time );
 
  113     virtual GLSGEN_SplashDisplay_EXPORT 
void FitOnScreen( 
float screenW, 
float screenH, 
float boxW, 
float boxH, 
float& newW, 
float& newH );
 
  114     virtual GLSGEN_SplashDisplay_EXPORT 
void AdjustToFit( 
int width, 
int height );
 
virtual void GetCppInterfaceDescriptionFree(InterfaceListType *array)
#define DISTI_DEPRECATED(msg)
Defines whether this compiler supports the C++14 deprecated attribute. 
Definition: gls_cpp_lang_support.h:436
The disti::ComponentBase class. 
virtual InterfaceListType * GetCppInterfaceDescription(InterfaceListType *addToThisList=NULL)
Definition: dynamic_array.h:66
Definition: splash_display.h:79
The Polygon class. Implements Polygons. 
Definition: glpolygon.h:55
The disti::CallbackMethodCallerTemplate class and global enumerations. 
The disti::GLPolygon class. Implements Polygons. 
A file for all GL Studio files to include. 
The disti::DisplayObject class and global enumerations. 
Definition: component_base.h:67
virtual void Initialize()
virtual void Calculate(double time)
The disti::DisplayFrame class. 
Definition: callback_caller.h:59
virtual DisplayObject * CloneObject(bool generateNames=false)
A cross-platform class for loading dynamic link libraries and shared objects. 
Definition: bmpimage.h:46