ALBA
albaGUISplashScreen.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: ALBA (Agile Library for Biomedical Applications)
4 Module: albaGUISplashScreen
5 Authors: Silvano Imboden
6
7 Copyright (c) BIC
8 All rights reserved. See Copyright.txt or
9
10
11 This software is distributed WITHOUT ANY WARRANTY; without even
12 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13 PURPOSE. See the above copyright notice for more information.
14
15=========================================================================*/
16#ifndef __albaGUISplashScreen_H__
17#define __albaGUISplashScreen_H__
18//----------------------------------------------------------------------------
19// Include:
20//----------------------------------------------------------------------------
21#include "albaEvent.h"
22#include "albaObserver.h"
23#include <wx/stdpaths.h>
24#include <wx/filename.h>
25#include <wx/splash.h>
26
27class ALBA_EXPORT albaGUISplashScreen : public wxSplashScreen
28{
29public:
30 albaGUISplashScreen(const wxBitmap& bitmap, long splashStyle, int milliseconds, wxWindow* parent);
31
32 void SetText(const wxString& text, int x = 0, int y = 0, wxColour color = *wxBLACK);
33
34protected:
36};
37
38#endif // __albaGUISplashScreen_H__
void SetText(const wxString &text, int x=0, int y=0, wxColour color= *wxBLACK)
albaGUISplashScreen(const wxBitmap &bitmap, long splashStyle, int milliseconds, wxWindow *parent)