44 LDDocument* openDocument(QString path, bool search, bool implicit, LDDocument* fileToOverride = nullptr, bool* aborted = nullptr); |
44 LDDocument* openDocument(QString path, bool search, bool implicit, LDDocument* fileToOverride = nullptr, bool* aborted = nullptr); |
45 QFile* openLDrawFile(QString relpath, bool subdirs, QString* pathpointer); |
45 QFile* openLDrawFile(QString relpath, bool subdirs, QString* pathpointer); |
46 void openMainModel(QString path); |
46 void openMainModel(QString path); |
47 bool preInline(LDDocument* doc, LDObjectList&, bool deep, bool renderinline); |
47 bool preInline(LDDocument* doc, LDObjectList&, bool deep, bool renderinline); |
48 |
48 |
|
49 signals: |
|
50 void documentLoaded(LDDocument* document); |
|
51 |
49 private: |
52 private: |
50 Documents m_documents; |
53 Documents m_documents; |
51 bool m_loadingMainFile; |
54 bool m_loadingMainFile; |
52 bool m_isLoadingLogoedStuds; |
55 bool m_isLoadingLogoedStuds; |
53 LDDocument* m_logoedStud; |
56 LDDocument* m_logoedStud; |