OpendTect  6.6
uisplashscreen.h
Go to the documentation of this file.
1 #pragma once
2 
3 /*+
4 ________________________________________________________________________
5 
6  (C) dGB Beheer B.V.; (LICENSE) http://opendtect.org/OpendTect_license.txt
7  Author: Nanne Hemstra
8  Date: December 2006
9  RCS: $Id$
10 ________________________________________________________________________
11 
12 -*/
13 
14 #include "uibasemod.h"
15 #include "gendefs.h"
16 
17 class uiPixmap;
18 class uiMainWin;
19 mFDQtclass(QSplashScreen)
20 
21 mExpClass(uiBase) uiSplashScreen
22 {
23 public:
24  uiSplashScreen(const uiPixmap&);
25  ~uiSplashScreen();
26 
27  void show();
28  void finish(uiMainWin*);
29  void showMessage(const char*);
30 
31 protected:
32  mQtclass(QSplashScreen*) qsplashscreen_;
33 };
34 
mFDQtclass
mFDQtclass(QSplashScreen) class uiSplashScreen
Definition: uisplashscreen.h:19
uiPixmap
Off-screen pixel-based paint device.
Definition: uipixmap.h:34
uiMainWin
User interface main window.
Definition: uimainwin.h:35
uiMainWin::show
virtual void show()
mExpClass
#define mExpClass(module)
Definition: commondefs.h:177
gendefs.h
mQtclass
#define mQtclass(cls)
Definition: commondefs.h:234

Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2021