65 void openContextMenu(
const QPoint &pos);
69 void removeSelectedItem();
73 void on_actionOpen_File_triggered();
85 void on_actionOpen_Folder_triggered();
89 void toggleVRAnimation();
93 void resetModelView();
102 vtkSmartPointer<vtkRenderer> renderer;
103 vtkSmartPointer<vtkGenericOpenGLRenderWindow> renderWindow;
112 void updateRenderFromTree(
const QModelIndex& index);
114 QModelIndex partsRootIndex;
122 int addVRActorsFromTree(
const QModelIndex& index,
VRRenderThread* thread);
130 int loadSTLFilesFromDirectory(
const QString& dirPath, QModelIndex parentIndex,
bool recursive);
135 void applyPropertiesToChildren(
ModelPart* parentPart);
137 bool vrAnimationEnabled =
false;
147 void queueVRUpdatesFromTree(
const QModelIndex& index);
Definition mainwindow.h:31
void statusUpdateMessage(const QString &message, int timeout)
void handleTreeClicked(const QModelIndex &index)
Definition mainwindow.cpp:164
void handleClearSelection()
Definition mainwindow.cpp:475
~MainWindow()
Definition mainwindow.cpp:159