10 class DesignObjectLookup;
16 void startDownload(
const String& url,
const File& file);
18 void loadFile(
const File& f);
20 void downloadFinishedSlot();
21 void downloadFailedSlot();
22 void updatePercentSlot();
A core class where all Design Objects including models, materials, and geometries are stored.
Definition DesignObjectLookup.h:65
Logic for reading or writing to a file as well as navigating filesystems.
Definition File.h:48
Definition ItemDownloader.h:104
The core String class for the software.
Definition String.h:47