Class for settings dialog of graphwidget. More...
#include <graphsettingsdialog.h>
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... | |
Class for settings dialog of graphwidget.
Offers options for font, colors and linewidths.
|
explicit |
Constructor for the graph settings dialog.
| parent | Default QWidget parent. |
| void cavapa_gui::GraphSettingsDialog::getSettings | ( | GraphSettings | settings | ) |
Gets graph settings from the parent.
| settings | Settings as GraphSettings. |
| GraphSettings cavapa_gui::GraphSettingsDialog::sendCurrent | ( | ) |
Sends current settings to the parent.
|
signal |
Sends and saves the graph settings to the parent.
| settings | The graph settings object. |
|
signal |
Sends newly edited graph settings to the parent.
| settings | Settings as GraphSettings. |
1.8.7