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

Class for settings dialog of graphwidget. More...

#include <graphsettingsdialog.h>

Inheritance diagram for cavapa_gui::GraphSettingsDialog:

Signals

void sendSettings (GraphSettings settings)
 Sends newly edited graph settings to the parent. More...
 
void sendfinalSettings (GraphSettings settings)
 Sends and saves the graph settings to the parent. More...
 
void requestDefaultSettings ()
 Requests default settings from the parent.
 
void requestPreviousSettings ()
 Requests previous settings from the parent.
 

Public Member Functions

 GraphSettingsDialog (QWidget *parent=0)
 Constructor for the graph settings dialog. More...
 
void getSettings (GraphSettings settings)
 Gets graph settings from the parent. More...
 
GraphSettings sendCurrent ()
 Sends current settings to the parent. More...
 

Detailed Description

Class for settings dialog of graphwidget.

Offers options for font, colors and linewidths.

Author
Joel Kivelä

Constructor & Destructor Documentation

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

Constructor for the graph settings dialog.

Parameters
parentDefault QWidget parent.

Member Function Documentation

void cavapa_gui::GraphSettingsDialog::getSettings ( GraphSettings  settings)

Gets graph settings from the parent.

Parameters
settingsSettings as GraphSettings.
GraphSettings cavapa_gui::GraphSettingsDialog::sendCurrent ( )

Sends current settings to the parent.

Returns
Current settings as GraphSettings.
void cavapa_gui::GraphSettingsDialog::sendfinalSettings ( GraphSettings  settings)
signal

Sends and saves the graph settings to the parent.

Parameters
settingsThe graph settings object.
void cavapa_gui::GraphSettingsDialog::sendSettings ( GraphSettings  settings)
signal

Sends newly edited graph settings to the parent.

Parameters
settingsSettings as GraphSettings.

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