Fillwave  10.0.0
List of all members | Public Member Functions | Protected Attributes
flw::flf::Finishable Class Reference

Base for every finishable callback. More...

#include <Finishable.h>

Inheritance diagram for flw::flf::Finishable:
flw::flc::PostProcessingPass flw::flf::Impostor flw::flf::Cursor

Public Member Functions

 Finishable (float timeToFinish)
 
 Finishable (const Finishable &arg)
 
Finishableoperator= (const Finishable &postProcessingPass)
 
void checkTime (float timePassed)
 
float getPercentageDone () const
 
void finish ()
 
void reset ()
 
bool isFinished () const
 

Protected Attributes

bool mFinished
 
float mTimeToFinish
 
float mTimePassed
 
float mPercentageDone
 

Detailed Description

Base for every finishable callback.


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