KurusView  1.0
settingsDialog Class Reference

Settings menu class. UI and logic. More...

#include <settingsdialog.h>

Inheritance diagram for settingsDialog:

Public Member Functions

 settingsDialog (QWidget *parent=nullptr)
 
 ~settingsDialog ()
 ~settingsDialog - Destructor
 

Static Public Member Functions

static QString getDefault_saveLocation ()
 getDefault_saveLocation - Gets the default save location More...
 
static unsigned short int getDefault_maxModelsPerWindow ()
 getDefault_maxModelsPerWindow - Get the default amount of maximum models per window More...
 
static int getDefault_displayRecents ()
 getDefault_displayRecents - Get the maximum number of recently opened file displayed More...
 
static bool getDefault_alwaysOpenModelToNewWindow ()
 getDefault_alwaysOpenModelToNewWindow - Whether everytime a new model is loaded a new window opens More...
 
static QColor getDefault_modelColour ()
 getDefault_modelColour - Gets the default model colour More...
 
static QColor getDefault_modelBackFaceColour ()
 getDefault_modelBackFaceColour - Gets the default model colour More...
 
static QColor getDefault_backgroundColour ()
 

Detailed Description

Settings menu class. UI and logic.

Constructor & Destructor Documentation

settingsDialog::settingsDialog ( QWidget *  parent = nullptr)
explicit

settingsDialog -

Parameters
parent-

Member Function Documentation

bool settingsDialog::getDefault_alwaysOpenModelToNewWindow ( )
static

getDefault_alwaysOpenModelToNewWindow - Whether everytime a new model is loaded a new window opens

Returns
- Whether a new window is opened everytime a new file is loaded
QColor settingsDialog::getDefault_backgroundColour ( )
static

getDefault_backgroundColour - Gets the default background colour

Returns
- The default background colour
int settingsDialog::getDefault_displayRecents ( )
static

getDefault_displayRecents - Get the maximum number of recently opened file displayed

Returns
- The maximum number of recents displayed
unsigned short int settingsDialog::getDefault_maxModelsPerWindow ( )
static

getDefault_maxModelsPerWindow - Get the default amount of maximum models per window

Returns
- The maximum number of models to display in a window
QColor settingsDialog::getDefault_modelBackFaceColour ( )
static

getDefault_modelBackFaceColour - Gets the default model colour

Returns
- The default model colour
QColor settingsDialog::getDefault_modelColour ( )
static

getDefault_modelColour - Gets the default model colour

Returns
- The default model colour
QString settingsDialog::getDefault_saveLocation ( )
static

getDefault_saveLocation - Gets the default save location

Returns
- The path to the default save location

The documentation for this class was generated from the following files: