Home
last modified time | relevance | path

Searched refs:ModelResetCommandFixed (Results 1 – 10 of 10) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/modeltest/
H A Ddynamictreemodel.h91 friend class ModelResetCommandFixed; variable
183 class ModelResetCommandFixed : public ModelMoveCommand
187 ModelResetCommandFixed(DynamicTreeModel* model, QObject* parent = 0);
189 virtual ~ModelResetCommandFixed();
H A Ddynamictreemodel.cpp313 ModelResetCommandFixed::ModelResetCommandFixed(DynamicTreeModel* model, QObject* parent) in ModelResetCommandFixed() function in ModelResetCommandFixed
319 ModelResetCommandFixed::~ModelResetCommandFixed() in ~ModelResetCommandFixed()
324 bool ModelResetCommandFixed::emitPreSignal(const QModelIndex &srcParent, int srcStart, int srcEnd, … in emitPreSignal()
336 void ModelResetCommandFixed::emitPostSignal() in emitPostSignal()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/autotests/
H A Ddynamictreemodel.h61 friend class ModelResetCommandFixed; variable
170 class ModelResetCommandFixed : public ModelMoveCommand
174 explicit ModelResetCommandFixed(DynamicTreeModel *model, QObject *parent = nullptr);
176 virtual ~ModelResetCommandFixed();
H A Ddynamictreemodel.cpp266 ModelResetCommandFixed::ModelResetCommandFixed(DynamicTreeModel *model, QObject *parent) in ModelResetCommandFixed() function in ModelResetCommandFixed
271 ModelResetCommandFixed::~ModelResetCommandFixed() in ~ModelResetCommandFixed()
275 bool ModelResetCommandFixed::emitPreSignal(const QModelIndex &srcParent, int srcStart, int srcEnd, … in emitPreSignal()
287 void ModelResetCommandFixed::emitPostSignal() in emitPostSignal()
/dports/graphics/qgis/qgis-3.22.3/tests/qt_modeltest/
H A Ddynamictreemodel.h66 friend class ModelResetCommandFixed; variable
145 class ModelResetCommandFixed : public ModelMoveCommand
149 ModelResetCommandFixed( DynamicTreeModel *model, QObject *parent = 0 );
H A Ddynamictreemodel.cpp231 ModelResetCommandFixed::ModelResetCommandFixed( DynamicTreeModel *model, QObject *parent ) : in ModelResetCommandFixed() function in ModelResetCommandFixed
235 bool ModelResetCommandFixed::emitPreSignal( const QModelIndex &srcParent, int srcStart, int srcEnd, in emitPreSignal()
246 void ModelResetCommandFixed::emitPostSignal() in emitPostSignal()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/qt_modeltest/
H A Ddynamictreemodel.h66 friend class ModelResetCommandFixed; variable
145 class ModelResetCommandFixed : public ModelMoveCommand
149 ModelResetCommandFixed( DynamicTreeModel *model, QObject *parent = 0 );
H A Ddynamictreemodel.cpp231 ModelResetCommandFixed::ModelResetCommandFixed( DynamicTreeModel *model, QObject *parent ) : in ModelResetCommandFixed() function in ModelResetCommandFixed
235 bool ModelResetCommandFixed::emitPreSignal( const QModelIndex &srcParent, int srcStart, int srcEnd, in emitPreSignal()
246 void ModelResetCommandFixed::emitPostSignal() in emitPostSignal()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qidentityproxymodel/
H A Dtst_qidentityproxymodel.cpp320 ModelResetCommandFixed resetCommand(&model, 0); in reset()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qabstractitemmodel/
H A Dtst_qabstractitemmodel.cpp1794 ModelResetCommandFixed *resetCommand = new ModelResetCommandFixed(m_model, this); in testReset()