LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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

◆ ILoadProcess_ptr

using ILoadProcess_ptr = std::shared_ptr<ILoadProcess>

Definition at line 34 of file iloadprogressreporter.h.

◆ ILoadProgressReporter_ptr

Definition at line 65 of file iloadprogressreporter.h.