Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TWin32SplashThread.cxx
Go to the documentation of this file.
1
2/*************************************************************************
3 * Copyright (C) 1995-2001, Rene Brun and Fons Rademakers. *
4 * All rights reserved. *
5 * *
6 * For the licensing terms see $ROOTSYS/LICENSE. *
7 * For the list of contributors see $ROOTSYS/README/CREDITS. *
8 *************************************************************************/
9
10#include "Windows4Root.h"
11#include "TWin32SplashThread.h"
12
14
15extern void CreateSplash(DWORD time, bool extended);
16extern void DestroySplashScreen();
17
18////////////////////////////////////////////////////////////////////////////////
19/// thread for handling Splash Screen
20
22{
24 if (gSplash) delete gSplash;
25 gSplash = 0;
26 return 0;
27}
28
29////////////////////////////////////////////////////////////////////////////////
30/// ctor.
31
39
40////////////////////////////////////////////////////////////////////////////////
41/// dtor
42
50
bool Bool_t
Definition RtypesCore.h:63
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
static DWORD WINAPI HandleSplashThread(LPVOID extended)
thread for handling Splash Screen
void DestroySplashScreen()
void CreateSplash(DWORD time, bool extended)
TWin32SplashThread * gSplash
R__EXTERN TWin32SplashThread * gSplash
TWin32SplashThread(Bool_t extended)
ctor.