97 QString getPrimitivesCfgPath() const; |
97 QString getPrimitivesCfgPath() const; |
98 void loadPrimitives(); |
98 void loadPrimitives(); |
99 void populateTreeWidget(QTreeWidget* tree, const QString& selectByDefault = {}); |
99 void populateTreeWidget(QTreeWidget* tree, const QString& selectByDefault = {}); |
100 void startScan(); |
100 void startScan(); |
101 |
101 |
102 public slots: |
|
103 void scanDone(); |
|
104 |
|
105 private: |
102 private: |
106 QList<PrimitiveCategory*> m_categories; |
103 QList<PrimitiveCategory*> m_categories; |
107 PrimitiveScanner* m_activeScanner; |
104 PrimitiveScanner* m_activeScanner; |
108 QList<Primitive> m_primitives; |
105 QList<Primitive> m_primitives; |
109 PrimitiveCategory* m_unmatched; |
106 PrimitiveCategory* m_unmatched; |