#include <splash.h>
Inheritance diagram for GtkSplashProgressNotifier:


Public Member Functions | |
| GtkSplashProgressNotifier (SplashData *_splash) | |
| virtual void | update (const string &filename) |
| virtual | ~GtkSplashProgressNotifier () |
Private Attributes | |
| SplashData * | splash |
|
|
Definition at line 32 of file splash.cpp. 00032 : 00033 splash(_splash) {};
|
|
|
Definition at line 40 of file splash.cpp. 00040 {};
|
|
|
Definition at line 35 of file splash.cpp. References splash, and splashSetText(). 00036 {
00037 splashSetText(splash, filename.c_str());
00038 }
|
|
|
Definition at line 32 of file splash.h. Referenced by update(). |
1.4.1