Home
last modified time | relevance | path

Searched refs:bitmapsNode (Results 1 – 2 of 2) sorted by relevance

/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/uidescription/
H A Duidescription.cpp1752 UINode* bitmapsNode = getBaseNode (MainNodeNames::kBitmap);
1753 for (auto& it : bitmapsNode->getChildren ())
2037 UINode* bitmapsNode = getBaseNode (MainNodeNames::kBitmap);
2038 auto* node = dynamic_cast<UIBitmapNode*> (findChildNodeByNameAttribute (bitmapsNode, name));
2052 if (bitmapsNode)
2060 bitmapsNode->getChildren ().add (newNode);
2061 bitmapsNode->sortChildren ();
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/uidescription/
H A Duidescription.cpp1584 UINode* bitmapsNode = getBaseNode (MainNodeNames::kBitmap); in getBitmap() local
1585 for (auto& it : bitmapsNode->getChildren ()) in getBitmap()
1869 UINode* bitmapsNode = getBaseNode (MainNodeNames::kBitmap); in changeBitmap() local
1870 …UIBitmapNode* node = dynamic_cast<UIBitmapNode*> (findChildNodeByNameAttribute (bitmapsNode, name)… in changeBitmap()
1884 if (bitmapsNode) in changeBitmap()
1892 bitmapsNode->getChildren ().add (node); in changeBitmap()
1893 bitmapsNode->sortChildren (); in changeBitmap()