20 #ifndef LIBREPCB_EDITOR_COMPONENTSIGNALLISTEDITORWIDGET_H 21 #define LIBREPCB_EDITOR_COMPONENTSIGNALLISTEDITORWIDGET_H 37 class ComponentSignalListModel;
38 class EditableTableWidget;
39 class SortFilterProxyModel;
68 QScopedPointer<ComponentSignalListModel>
mModel;
69 QScopedPointer<SortFilterProxyModel>
mProxy;
70 QScopedPointer<EditableTableWidget>
mView;
Definition: occmodel.cpp:76
The UndoStack class holds UndoCommand objects and provides undo/redo commands.
Definition: undostack.h:106