LeechCraft  0.6.70-9312-g4cc613a2df
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
iloadprogressreporter.h File Reference
#include <memory>
#include <QtPlugin>
+ Include dependency graph for iloadprogressreporter.h:

Go to the source code of this file.

Classes

class  ILoadProcess
 Describes the progress of a single long-running operation. More...
 
class  ILoadProgressReporter
 Interface for reporting progress of some long-running operation during load time. More...
 

Typedefs

using ILoadProcess_ptr = std::shared_ptr< ILoadProcess >
 
using ILoadProgressReporter_ptr = std::shared_ptr< ILoadProgressReporter >
 

Typedef Documentation

using ILoadProcess_ptr = std::shared_ptr<ILoadProcess>

Definition at line 55 of file iloadprogressreporter.h.

Definition at line 86 of file iloadprogressreporter.h.