7#ifndef __TIMELINE_NODE_LIST_KEEPER_H
8#define __TIMELINE_NODE_LIST_KEEPER_H
12#include <QScopedPointer>
13#include <QAbstractTableModel>
15#include "kritaanimationdocker_export.h"
54 void slotDisplayModeChanged();
70 beginInsertRows(parent, first, last);
78 beginRemoveRows(parent, first, last);
86 Q_EMIT dataChanged(index0, index1);
103 const QScopedPointer<Private>
m_d;
const QScopedPointer< Private > m_d
QList< OtherLayer > OtherLayersList
Q_DECLARE_METATYPE(KisPaintopLodLimitations)
void callBeginRemoveRows(const QModelIndex &parent, int first, int last)
ModelWithExternalNotifications(QObject *parent)
void callBeginResetModel()
void callBeginInsertRows(const QModelIndex &parent, int first, int last)
void callIndexChanged(const QModelIndex &index0, const QModelIndex &index1)
OtherLayer(const QString &_name, KisNodeDummy *_dummy)