62 void compilePolygon( |
62 void compilePolygon( |
63 LDPolygon& poly, |
63 LDPolygon& poly, |
64 const QModelIndex& polygonOwnerIndex, |
64 const QModelIndex& polygonOwnerIndex, |
65 ObjectVboData& objectInfo |
65 ObjectVboData& objectInfo |
66 ); |
66 ); |
67 Q_SLOT void compileObject (const QModelIndex &index); |
67 Q_SLOT void compileObject(const QModelIndex &index); |
68 QColor getColorForPolygon( |
68 QColor getColorForPolygon( |
69 LDPolygon& poly, |
69 LDPolygon& poly, |
70 const QModelIndex& polygonOwnerIndex, |
70 const QModelIndex& polygonOwnerIndex, |
71 VboSubclass complement |
71 VboSubclass complement |
72 ); |
72 ); |