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