|
void | resetCollisions () |
| restore colors of all items it TreeWidget to defaults.
|
|
void | retranslate () |
|
void | initEditors () |
| ititialize editors state when current item changed.
|
|
bool | prefixMatchKeySequence (const QKeySequence &ks1, const QKeySequence &ks2) |
| checks whether one QKeySequence is prefix of another.
|
|
QList< QStandardItem * > | findCollidingItems (QKeySequence ks) |
| Compile a list of items that share a prefix with this sequence.
|
|
void | handleCollisions (ShortcutLineEdit *currentEdit) |
|
void | handleChanges () |
| called when editors' state changed.
|
|
void | applyChanges () |
| called when apply button clicked.
|
|
void | switchToEditors (const QModelIndex &index) |
| called by doubleclick; if click is on editable item, switch to editors
|
|
void | updateShortcutsItem (class StelAction *action, QStandardItem *shortcutItem=Q_NULLPTR) |
| update shortcut representation in tree correspondingly to its actual contents. More...
|
|
void | restoreDefaultShortcuts () |
|
void | updateTreeData () |
|
virtual void | retranslate ()=0 |
| Retranslate the content of the dialog. More...
|
|
void | setVisible (bool) |
| On the first call with "true" populates the window contents.
|
|
void | close () |
| Closes the window (the window widget is not deleted, just not visible).
|
|
void | handleMovedTo (QPoint newPos) |
| Adds dialog location to config.ini; should be connected in createDialogContent()
|
|
virtual void | handleDialogSizeChanged (QSizeF size) |
| Stores dialog sizes into config.ini; should be connected from the proxy. More...
|
|
QString | getDialogName () |
|
|
void | visibleChanged (bool) |
|
static void | connectCheckBox (QAbstractButton *checkBox, const QString &actionName) |
| Helper function to connect a checkbox to the StelAction with the specified name.
|
|
static void | connectCheckBox (QAbstractButton *checkBox, StelAction *action) |
| Helper function to connect a checkbox to the given StelAction.
|
|
static void | connectIntProperty (QSpinBox *spinBox, const QString &propName) |
| Helper function to connect a QSpinBox to an integer StelProperty. More...
|
|
static void | connectIntProperty (QComboBox *comboBox, const QString &propName) |
| Helper function to connect a QComboBox to an integer StelProperty. More...
|
|
static void | connectIntProperty (QSlider *slider, const QString &propName, int minValue, int maxValue) |
| Helper function to connect a QSlider to an double or float StelProperty. More...
|
|
static void | connectDoubleProperty (QDoubleSpinBox *spinBox, const QString &propName) |
| Helper function to connect a QDoubleSpinBox to an double or float StelProperty. More...
|
|
static void | connectDoubleProperty (QSlider *slider, const QString &propName, double minValue, double maxValue) |
| Helper function to connect a QSlider to an double or float StelProperty. More...
|
|
static void | connectBoolProperty (QAbstractButton *checkBox, const QString &propName) |
| Helper function to connect a checkbox to a bool StelProperty. More...
|
|
QWidget * | dialog |
| The main dialog.
|
|
class CustomProxy * | proxy |
|
QString | dialogName |
| The name should be set in derived classes' constructors and can be used to store and retrieve the panel locations.
|
|
bool | visible |
|