Displays all messages at startup inside the splash screen. More...
Public Member Functions | |
void | Error (const char *s) |
get calles when a Error is issued | |
void | Log (const char *s) |
get calles when a Log Message is issued | |
void | Message (const char *s) |
get calles when a Message is issued | |
SplashObserver (QSplashScreen *splasher=0, const char *name=0) | |
void | Warning (const char *s) |
get calles when a Warning is issued | |
virtual | ~SplashObserver () |
Displays all messages at startup inside the splash screen.
Definition at line 45 of file Splashscreen.cpp.
Gui::SplashObserver::SplashObserver | ( | QSplashScreen * | splasher = 0 , |
|
const char * | name = 0 | |||
) | [inline] |
Definition at line 48 of file Splashscreen.cpp.
References App::Application::Config(), Base::Console(), and App::GetApplication().
virtual Gui::SplashObserver::~SplashObserver | ( | ) | [inline, virtual] |
Definition at line 85 of file Splashscreen.cpp.
References Base::Console().
void Gui::SplashObserver::Error | ( | const char * | ) | [inline, virtual] |
get calles when a Error is issued
Implements Base::ConsoleObserver.
Definition at line 98 of file Splashscreen.cpp.
References Log().
void Gui::SplashObserver::Log | ( | const char * | ) | [inline, virtual] |
get calles when a Log Message is issued
Reimplemented from Base::ConsoleObserver.
Definition at line 102 of file Splashscreen.cpp.
References draftTools::msg(), and RobotExample::pos.
void Gui::SplashObserver::Message | ( | const char * | ) | [inline, virtual] |
get calles when a Message is issued
Reimplemented from Base::ConsoleObserver.
Definition at line 94 of file Splashscreen.cpp.
References Log().
void Gui::SplashObserver::Warning | ( | const char * | ) | [inline, virtual] |
get calles when a Warning is issued
Reimplemented from Base::ConsoleObserver.
Definition at line 90 of file Splashscreen.cpp.
References Log().