Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

GtkSplashProgressNotifier Class Reference

#include <splash.h>

Inheritance diagram for GtkSplashProgressNotifier:

Inheritance graph
Collaboration diagram for GtkSplashProgressNotifier:

Collaboration graph
List of all members.

Public Member Functions

 GtkSplashProgressNotifier (SplashData *_splash)
virtual void update (const string &filename)
virtual ~GtkSplashProgressNotifier ()

Private Attributes

SplashDatasplash

Constructor & Destructor Documentation

GtkSplashProgressNotifier::GtkSplashProgressNotifier SplashData _splash  ) 
 

Definition at line 32 of file splash.cpp.

00032                                                                         :
00033         splash(_splash) {};

GtkSplashProgressNotifier::~GtkSplashProgressNotifier  )  [virtual]
 

Definition at line 40 of file splash.cpp.

00040 {};


Member Function Documentation

void GtkSplashProgressNotifier::update const string filename  )  [virtual]
 

Definition at line 35 of file splash.cpp.

References splash, and splashSetText().

00036 {
00037         splashSetText(splash, filename.c_str());
00038 }


Member Data Documentation

SplashData* GtkSplashProgressNotifier::splash [private]
 

Definition at line 32 of file splash.h.

Referenced by update().


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:21 2006 for Celestia by  doxygen 1.4.1