Vuo  2.3.2
VuoRendererValueListForReadOnlyDictionary.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 
19 {
20 public:
22  void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
23  QRectF boundingRect(void) const;
24  QRectF getOuterNodeFrameBoundingRect(void) const;
25  QPainterPath shape() const;
28  set<VuoNode *> getCoattachments(void);
29  VuoNode * getKeyListNode(void);
30 
31  static bool isValueListForReadOnlyDictionary(VuoNode *baseNode);
32 
33 private:
34  string getRenderedPortNameFormForText(string text);
35 };
36