OpenMW
Public Member Functions
Loading::Listener Class Reference

#include <loadinglistener.hpp>

List of all members.

Public Member Functions

virtual void setLabel (const std::string &label)=0
virtual void loadingOn ()=0
virtual void loadingOff ()=0
virtual void indicateProgress ()=0
 Indicate that some progress has been made, without specifying how much.
virtual void setProgressRange (size_t range)=0
virtual void setProgress (size_t value)=0
virtual void increaseProgress (size_t increase)=0
virtual void removeWallpaper ()=0
 Indicate the scene is now ready to be shown.

Member Function Documentation

virtual void Loading::Listener::increaseProgress ( size_t  increase) [pure virtual]

Implemented in MWGui::LoadingScreen.

virtual void Loading::Listener::indicateProgress ( ) [pure virtual]

Indicate that some progress has been made, without specifying how much.

Implemented in MWGui::LoadingScreen.

virtual void Loading::Listener::loadingOff ( ) [pure virtual]

Implemented in MWGui::LoadingScreen.

virtual void Loading::Listener::loadingOn ( ) [pure virtual]

Implemented in MWGui::LoadingScreen.

virtual void Loading::Listener::removeWallpaper ( ) [pure virtual]

Indicate the scene is now ready to be shown.

Implemented in MWGui::LoadingScreen.

virtual void Loading::Listener::setLabel ( const std::string &  label) [pure virtual]

Implemented in MWGui::LoadingScreen.

virtual void Loading::Listener::setProgress ( size_t  value) [pure virtual]

Implemented in MWGui::LoadingScreen.

virtual void Loading::Listener::setProgressRange ( size_t  range) [pure virtual]

Implemented in MWGui::LoadingScreen.


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