Vuo  2.4.0
VuoRendererValueListForReadOnlyDictionary.hh
Go to the documentation of this file.
1
10#pragma once
11
13
19{
20public:
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
33private:
34 string getRenderedPortNameFormForText(string text);
35};
36