ifw-fcf 7.1.4
Loading...
Searching...
No Matches
qeansipumproughing.hpp
Go to the documentation of this file.
1#ifndef QEANSIPUMPROUGHING_H
2#define QEANSIPUMPROUGHING_H
3
4#include "qeansipump.hpp"
5
6#include <QObject>
7#include <QPainter>
8#include <QObject>
9
11{
12 Q_OBJECT
13
14public:
15 QeAnsiPumpRoughing(QWidget *parent = 0);
16
17private:
18 void paint_feature(QPainter &painter, QPen &pen, QBrush &lineBrush, QBrush &fillBrush) override;
19
20};
21
22#endif // QEANSIPUMPROUGHING_H
Definition qeansipumproughing.hpp:11
QeAnsiPumpRoughing(QWidget *parent=0)
Definition qeansipumproughing.cpp:8
Definition qeansipump.hpp:11