18 #include <QtGui/QApplication>
33 mIgnoreUpdates(false),
37 QObject *pParent = parent;
39 while (pParent != NULL &&
40 (
mpListView = dynamic_cast< ListViews * >(pParent)) == NULL)
42 pParent = pParent->parent();
81 bool notifyRun =
false;
CCopasiDataModel * getObjectDataModel()
bool notify(ListViews::ObjectType objectType, ListViews::Action action, const std::string &key="")
CCopasiObject * get(const std::string &key)
DataModelGUI * getDataModel()
static CKeyFactory * getKeyFactory()