TDME2 1.9.121
Public Member Functions | List of all members
ProgressCallback Struct Referenceabstract

Progress Callback. More...

#include <tdme/engine/fileio/ProgressCallback.h>

Collaboration diagram for ProgressCallback:
Collaboration graph

Public Member Functions

virtual ~ProgressCallback ()
 Destructor. More...
 
virtual void progress (float value)=0
 Perform action. More...
 

Detailed Description

Progress Callback.

Author
Andreas Drewke
Version
$Id$

Definition at line 11 of file ProgressCallback.h.

Constructor & Destructor Documentation

◆ ~ProgressCallback()

virtual ~ProgressCallback ( )
inlinevirtual

Destructor.

Definition at line 16 of file ProgressCallback.h.

Member Function Documentation

◆ progress()

virtual void progress ( float  value)
pure virtual

Perform action.


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