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