PLearn 0.1
Public Member Functions
PLearn::ProgressBarPlugin Class Reference

Base class for pb plugins. More...

#include <ProgressBar.h>

Inheritance diagram for PLearn::ProgressBarPlugin:
Inheritance graph
[legend]
Collaboration diagram for PLearn::ProgressBarPlugin:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ProgressBarPlugin ()
virtual ~ProgressBarPlugin ()
virtual void addProgressBar (ProgressBar *pb)
virtual void killProgressBar (ProgressBar *pb)
virtual void update (ProgressBar *pb, uint32_t newpos)

Detailed Description

Base class for pb plugins.

Definition at line 67 of file ProgressBar.h.


Constructor & Destructor Documentation

PLearn::ProgressBarPlugin::ProgressBarPlugin ( ) [inline]

Definition at line 70 of file ProgressBar.h.

{}
virtual PLearn::ProgressBarPlugin::~ProgressBarPlugin ( ) [inline, virtual]

Definition at line 71 of file ProgressBar.h.

{}

Member Function Documentation

virtual void PLearn::ProgressBarPlugin::addProgressBar ( ProgressBar pb) [inline, virtual]
virtual void PLearn::ProgressBarPlugin::killProgressBar ( ProgressBar pb) [inline, virtual]
virtual void PLearn::ProgressBarPlugin::update ( ProgressBar pb,
uint32_t  newpos 
) [inline, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines