QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
submodules
qceplib
qceplib-base
qceppropertiesmodel.h
Go to the documentation of this file.
1
#ifndef QCEPPROPERTIESMODEL_H
2
#define QCEPPROPERTIESMODEL_H
3
4
#include <QAbstractTableModel>
5
6
class
QcepPropertiesModel
:
public
QAbstractTableModel
7
{
8
Q_OBJECT
9
10
public
:
11
QcepPropertiesModel
();
12
13
private
slots:
14
void
onDataObjectChanged
();
15
};
16
17
#endif // QCEPPROPERTIESMODEL_H
QcepPropertiesModel::onDataObjectChanged
void onDataObjectChanged()
Definition:
qceppropertiesmodel.cpp:8
QcepPropertiesModel::QcepPropertiesModel
QcepPropertiesModel()
Definition:
qceppropertiesmodel.cpp:3
QcepPropertiesModel
Definition:
qceppropertiesmodel.h:6
Generated by
1.8.10