59 }; |
59 }; |
60 |
60 |
61 void compileStaged(); |
61 void compileStaged(); |
62 void compilePolygon(LDPolygon& poly, const QModelIndex& polygonOwnerIndex, ObjectVboData& objectInfo); |
62 void compilePolygon(LDPolygon& poly, const QModelIndex& polygonOwnerIndex, ObjectVboData& objectInfo); |
63 Q_SLOT void compileObject(const QModelIndex &index); |
63 Q_SLOT void compileObject(const QModelIndex &index); |
64 QColor getColorForPolygon(LDPolygon& poly, const QModelIndex& polygonOwnerIndex, VboSubclass complement); |
64 QColor getColorForPolygon(const LDPolygon& polygon, const QModelIndex& polygonOwnerIndex, VboSubclass complement); |
65 QColor indexColorForID (qint32 id) const; |
65 QColor indexColorForID (qint32 id) const; |
66 void needMerge(); |
66 void needMerge(); |
67 Q_SLOT void recompile(); |
67 Q_SLOT void recompile(); |
68 void dropObjectInfo (const QModelIndex &index); |
68 void dropObjectInfo (const QModelIndex &index); |
69 Q_SLOT void forgetObject(QModelIndex index); |
69 Q_SLOT void forgetObject(QModelIndex index); |