src/glcompiler.h

changeset 1427
b7ba2af33c13
parent 1400
ae83213bdd63
child 1436
241d3e452b32
equal deleted inserted replaced
1426:e5a2ddfe2ba5 1427:b7ba2af33c13
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);

mercurial