26 #ifndef KDSME_WIDGETS_PROPERTYEDITOR_H
27 #define KDSME_WIDGETS_PROPERTYEDITOR_H
29 #include "kdsme_view_export.h"
31 #include <QStackedWidget>
34 class QItemSelectionModel;
40 class CommandController;
52 void setSelectionModel(QItemSelectionModel* selectionModel);
54 void setStateModel(
StateModel* selectionModel);
58 QScopedPointer<Private> d;
60 Q_PRIVATE_SLOT(d,
void updateSimpleProperty())
61 Q_PRIVATE_SLOT(d,
void setInitalState(
const QString& label))
62 Q_PRIVATE_SLOT(d,
void setDefaultState(
const QString& label))
63 Q_PRIVATE_SLOT(d,
void setSourceState(
const QString& label))
64 Q_PRIVATE_SLOT(d,
void setTargetState(
const QString& label))
65 Q_PRIVATE_SLOT(d,
void childModeChanged())
66 Q_PRIVATE_SLOT(d,
void currentChanged(
const QModelIndex ¤t,
const QModelIndex &previous))
67 Q_PRIVATE_SLOT(d,
void modelAboutToBeReset())
68 Q_PRIVATE_SLOT(d,
void loadFromCurrentElement())
73 #endif // PROPERTYEDITOR_H
Definition: elementmodel.h:99
Definition: propertyeditor.h:44
Definition: commandcontroller.h:42
Definition: abstractexporter.h:33