Configure user's settings for the nomenclature tool. More...
#include <NomenclatureToolConfigDialog.h>


Public Slots | |
| void | applySettings () |
| Apply the user's current settings to the tool. | |
| void | readSettings () |
| Read the tool's current settings and set the widget states to match. | |
Public Member Functions | |
| NomenclatureToolConfigDialog (FeatureNomenclatureTool *tool, QWidget *parent) | |
| Create a config dialog that configures the given FeatureNomenclatureTool. | |
| ~NomenclatureToolConfigDialog () | |
| Clean up allocated memory. | |
Configure user's settings for the nomenclature tool.
This dialog enables the user to configure the given nomenclature tool.
| Isis::NomenclatureToolConfigDialog::NomenclatureToolConfigDialog | ( | FeatureNomenclatureTool * | tool, |
| QWidget * | parent ) |
Create a config dialog that configures the given FeatureNomenclatureTool.
| tool | The tool to read settings from and write settings to. |
| parent | The qt-parent relationship parent. |
References applySettings(), Isis::FeatureNomenclatureTool::Arrows4, Isis::FeatureNomenclatureTool::Arrows8, Isis::FeatureNomenclatureTool::Box, Isis::FeatureNomenclatureTool::None, and readSettings().
| Isis::NomenclatureToolConfigDialog::~NomenclatureToolConfigDialog | ( | ) |
Clean up allocated memory.
|
slot |
Apply the user's current settings to the tool.
References readSettings().
Referenced by NomenclatureToolConfigDialog().
|
slot |
Read the tool's current settings and set the widget states to match.
Referenced by applySettings(), and NomenclatureToolConfigDialog().