

Public Member Functions | |
| virtual void | update (const string &filename) |
| WinSplashProgressNotifier (SplashWindow *_splash) | |
| virtual | ~WinSplashProgressNotifier () |
Private Attributes | |
| SplashWindow * | splash |
|
|
Definition at line 2971 of file winmain.cpp. References splash. 02971 : splash(_splash) {};
|
|
|
Definition at line 2972 of file winmain.cpp. 02972 {};
|
|
|
Definition at line 2974 of file winmain.cpp. References SplashWindow::setMessage(), and splash. 02975 {
02976 splash->setMessage(string("Loading: ") + filename);
02977 }
|
|
|
Definition at line 2980 of file winmain.cpp. Referenced by update(), and WinSplashProgressNotifier(). |
1.4.1