17#include "ui_VisPrefs.h"
35 QDialog* parent =
nullptr);
Definition of the Point class.
A dialog window for settung up a visualisation preferences.
void on_bgColorButton_colorPicked(QColor color)
Sets the background colour.
VtkVisPipeline & _vtkVisPipeline
void on_superelevationPushButton_pressed()
Sets the given superelevation on all vis pipeline source objects.
void on_loadShowAllCheckBox_stateChanged(int state)
void on_lightAboveBox_clicked()
Adds a light above the scene.
VisPrefsDialog(VtkVisPipeline &pipeline, VisualizationWidget &widget, QDialog *parent=nullptr)
Constructor.
void on_cullBackfacesCheckBox_stateChanged(int state)
Culls backfacing rendering primitives on all actors.
void on_lightBelowBox_clicked()
Adds a light below the scene.
VisualizationWidget & _visWidget
VtkVisPipeline manages the VTK visualization. It is a TreeModel and provides functions for adding and...