Vuo  2.4.0
VuoRendererHiddenInputAttachment.hh
Go to the documentation of this file.
1
10#pragma once
11
13
18{
19public:
21
22 void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
23 QRectF boundingRect(void) const;
24 QPainterPath shape() const;
25
26private:
27 void layoutPorts(void);
28 bool paintingDisabled(void) const;
29};
30