Code::Blocks
SVN r11506
src
splashscreen.h
Go to the documentation of this file.
1
/*
2
* This file is part of the Code::Blocks IDE and licensed under the GNU General Public License, version 3
3
* http://www.gnu.org/licenses/gpl-3.0.html
4
*/
5
#ifndef CBSPLASH_SCREEN_H
6
#define CBSPLASH_SCREEN_H
7
8
#include <
wx/splash.h
>
9
10
class
cbSplashScreen
:
public
wxSplashScreen
11
{
12
public
:
13
cbSplashScreen
(
const
wxBitmap
& bitmap);
14
static
void
DrawReleaseInfo
(
class
wxDC
&dc);
15
private
:
16
17
void
OnCloseWindow
(
wxCloseEvent
&event);
18
19
DECLARE_EVENT_TABLE()
20
};
21
22
#endif // CBSPLASH_SCREEN_H
cbSplashScreen::cbSplashScreen
cbSplashScreen(const wxBitmap &bitmap)
Definition:
splashscreen.cpp:22
cbSplashScreen
Definition:
splashscreen.h:10
wxDC
wxBitmap
wxCloseEvent
cbSplashScreen::DrawReleaseInfo
static void DrawReleaseInfo(class wxDC &dc)
Definition:
splashscreen.cpp:29
cbSplashScreen::OnCloseWindow
void OnCloseWindow(wxCloseEvent &event)
Definition:
splashscreen.cpp:72
splash.h
wxSplashScreen
Generated by
1.8.13