![]()  | 
  
    Isis Developer Reference
    
   | 
 
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.  More... | |
| void | readSettings () | 
| Read the tool's current settings and set the widget states to match.  More... | |
Public Member Functions | |
| NomenclatureToolConfigDialog (FeatureNomenclatureTool *tool, QWidget *parent) | |
| Create a config dialog that configures the given FeatureNomenclatureTool.  More... | |
| ~NomenclatureToolConfigDialog () | |
| Clean up allocated memory.  More... | |
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(), Isis::FeatureNomenclatureTool::setDefaultEnabled(), Isis::FeatureNomenclatureTool::setFontColor(), Isis::FeatureNomenclatureTool::setFontSize(), Isis::FeatureNomenclatureTool::setShowApprovedOnly(), and Isis::FeatureNomenclatureTool::setVectorType().
Referenced by NomenclatureToolConfigDialog().
      
  | 
  slot | 
Read the tool's current settings and set the widget states to match.
References Isis::FeatureNomenclatureTool::defaultEnabled(), Isis::FeatureNomenclatureTool::fontColor(), Isis::FeatureNomenclatureTool::fontSize(), Isis::FeatureNomenclatureTool::showApprovedOnly(), and Isis::FeatureNomenclatureTool::vectorType().
Referenced by applySettings(), and NomenclatureToolConfigDialog().