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: |