185 static QColor getMainColor(); |
185 static QColor getMainColor(); |
186 void highlightCursorObject(); |
186 void highlightCursorObject(); |
187 |
187 |
188 protected: |
188 protected: |
189 void contextMenuEvent (QContextMenuEvent* ev); |
189 void contextMenuEvent (QContextMenuEvent* ev); |
|
190 void dragEnterEvent (QDragEnterEvent* ev); |
|
191 void dropEvent (QDropEvent* ev); |
190 void initializeGL(); |
192 void initializeGL(); |
191 void keyPressEvent (QKeyEvent* ev); |
193 void keyPressEvent (QKeyEvent* ev); |
192 void keyReleaseEvent (QKeyEvent* ev); |
194 void keyReleaseEvent (QKeyEvent* ev); |
193 void leaveEvent (QEvent* ev); |
195 void leaveEvent (QEvent* ev); |
194 void mouseDoubleClickEvent (QMouseEvent* ev); |
196 void mouseDoubleClickEvent (QMouseEvent* ev); |