Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
HuginSplashScreen Class Reference

class for showing splash screen the class wxSplashScreen from wxWidgets does not work correctly for our use case, it closes automatically the window if the user presses a key or does mouse clicks. More...

Inheritance diagram for HuginSplashScreen:
Inheritance graph

Public Member Functions

 HuginSplashScreen ()
 
 HuginSplashScreen (wxWindow *parent, wxBitmap bitmap)
 

Detailed Description

class for showing splash screen the class wxSplashScreen from wxWidgets does not work correctly for our use case, it closes automatically the window if the user presses a key or does mouse clicks.

These modified version does ignore these events. The window needs to be explicitly closed by the caller

Definition at line 86 of file MainFrame.cpp.

Constructor & Destructor Documentation

HuginSplashScreen::HuginSplashScreen ( )
inline

Definition at line 89 of file MainFrame.cpp.

HuginSplashScreen::HuginSplashScreen ( wxWindow *  parent,
wxBitmap  bitmap 
)
inline

Definition at line 90 of file MainFrame.cpp.


The documentation for this class was generated from the following file: