Configure user's sorting settings for the cneteditor widget. More...
#include <CnetEditorSortConfigDialog.h>


Public Slots | |
| void | applySettings () |
| Apply the user's current settings to the cneteditor widget. | |
| void | readSettings () |
| Read the cneteditor widget's current settings and set the widget states to match. | |
Public Member Functions | |
| CnetEditorSortConfigDialog (CnetEditorWidget *cnetWidget) | |
| Create a config dialog that configures the given FeatureCnetEditorSort. | |
| ~CnetEditorSortConfigDialog () | |
| Clean up allocated memory. | |
Configure user's sorting settings for the cneteditor widget.
This dialog enables the user to configure the sorting options in the cneteditor widget.
| Isis::CnetEditorSortConfigDialog::CnetEditorSortConfigDialog | ( | CnetEditorWidget * | cnetWidget | ) |
Create a config dialog that configures the given FeatureCnetEditorSort.
| tool | The tool to read settings from and write settings to. |
| parent | The qt-parent relationship parent. |
References applySettings(), and readSettings().
| Isis::CnetEditorSortConfigDialog::~CnetEditorSortConfigDialog | ( | ) |
Clean up allocated memory.
|
slot |
Apply the user's current settings to the cneteditor widget.
References readSettings().
Referenced by CnetEditorSortConfigDialog().
|
slot |
Read the cneteditor widget's current settings and set the widget states to match.
References Isis::AbstractTableModel::getVisibleRowCount(), and Isis::AbstractTableModel::sortLimit().
Referenced by applySettings(), and CnetEditorSortConfigDialog().