50 bool preInline (LDDocument* doc, Model& model, bool deep, bool renderinline); |
50 bool preInline (LDDocument* doc, Model& model, bool deep, bool renderinline); |
51 |
51 |
52 signals: |
52 signals: |
53 void documentCreated(LDDocument* document, bool cache); |
53 void documentCreated(LDDocument* document, bool cache); |
54 void documentClosed(LDDocument* document); |
54 void documentClosed(LDDocument* document); |
|
55 void mainModelLoaded(LDDocument* document); |
55 |
56 |
56 private: |
57 private: |
57 Q_SLOT void printParseErrorMessage(QString message); |
58 Q_SLOT void printParseErrorMessage(QString message); |
58 |
59 |
59 std::set<std::unique_ptr<LDDocument>> m_documents; |
60 std::set<std::unique_ptr<LDDocument>> m_documents; |