Salome HOME
Update merging two Coincidence constraints (issue #955)
[modules/shaper.git] / src / ModuleBase / ModuleBase_IDocumentDataModel.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 // File:        ModuleBase_IDocumentDataModel.cpp
4 // Created:     28 Apr 2015
5 // Author:      Vitaly SMETANNIKOV
6
7 #include "ModuleBase_IDocumentDataModel.h"
8
9 ModuleBase_IDocumentDataModel::ModuleBase_IDocumentDataModel(QObject* theParent) : QAbstractItemModel(theParent)
10 {
11
12 }
13
14 void ModuleBase_IDocumentDataModel::clear()
15 {
16
17 }
18
19 void ModuleBase_IDocumentDataModel::rebuildDataTree()
20 {
21
22 }