CAVAPA-GUI  30.5.2014
 All Classes Namespaces Functions Variables Typedefs Enumerations Pages
Public Member Functions | List of all members
cavapa_gui::SettingsDialog Class Reference

Represents the dialog for the general settings of the application. More...

#include <settingsdialog.h>

Inheritance diagram for cavapa_gui::SettingsDialog:

Public Member Functions

 SettingsDialog (QWidget *parent=0)
 Constructs a new SettingsDialog having the specified parent. More...
 
GeneralSettings getSettings ()
 Gets the settings from the widget based on the current values. More...
 
void setSettings (const GeneralSettings &settings)
 Sets the settings for the widget. More...
 

Detailed Description

Represents the dialog for the general settings of the application.

Author
Mika Lehtinen

Constructor & Destructor Documentation

cavapa_gui::SettingsDialog::SettingsDialog ( QWidget *  parent = 0)
explicit

Constructs a new SettingsDialog having the specified parent.

Parameters
parentThe parent widget.

Member Function Documentation

GeneralSettings cavapa_gui::SettingsDialog::getSettings ( )

Gets the settings from the widget based on the current values.

Returns
The GeneralSettings object representing the settings.
void cavapa_gui::SettingsDialog::setSettings ( const GeneralSettings settings)

Sets the settings for the widget.

Parameters
settingsThe GeneralSettings object.

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