src/glrenderer.h

changeset 1404
16eb4257e662
parent 1393
f0fe7ea82b81
child 1436
241d3e452b32
equal deleted inserted replaced
1403:7a2d84112983 1404:16eb4257e662
79 QPen textPen() const; 79 QPen textPen() const;
80 QItemSelectionModel* selectionModel() const; 80 QItemSelectionModel* selectionModel() const;
81 void setSelectionModel(QItemSelectionModel* selectionModel); 81 void setSelectionModel(QItemSelectionModel* selectionModel);
82 82
83 static const QPen thinBorderPen; 83 static const QPen thinBorderPen;
84 static const GLRotationMatrix topCameraMatrix; 84 static const QMatrix4x4 topCameraMatrix;
85 static const GLRotationMatrix frontCameraMatrix; 85 static const QMatrix4x4 frontCameraMatrix;
86 static const GLRotationMatrix leftCameraMatrix; 86 static const QMatrix4x4 leftCameraMatrix;
87 static const GLRotationMatrix bottomCameraMatrix; 87 static const QMatrix4x4 bottomCameraMatrix;
88 static const GLRotationMatrix backCameraMatrix; 88 static const QMatrix4x4 backCameraMatrix;
89 static const GLRotationMatrix rightCameraMatrix; 89 static const QMatrix4x4 rightCameraMatrix;
90 static const GLRotationMatrix ldrawToGLAdapterMatrix; 90 static const QMatrix4x4 ldrawToGLAdapterMatrix;
91 91
92 signals: 92 signals:
93 void objectHighlightingChanged(const QModelIndex& oldIndex, const QModelIndex& newIndex); 93 void objectHighlightingChanged(const QModelIndex& oldIndex, const QModelIndex& newIndex);
94 94
95 protected: 95 protected:

mercurial