Home
last modified time | relevance | path

Searched refs:m_commandListTree (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcommandbarpopup.h63 CommandBarListTree* m_commandListTree; variable
H A Dmenubarpopup.h68 CommandListTree* m_commandListTree; variable
H A Dcommandbarpopup.cpp417 m_commandListTree = new CommandBarListTree(this); in CommandBarPopup()
453 mainUILay->addWidget(m_commandListTree, 1, 1); in CommandBarPopup()
H A Dmenubarpopup.cpp470 m_commandListTree = new CommandListTree(this); in MenuBarPopup()
509 mainUILay->addWidget(m_commandListTree, 1, 1); in MenuBarPopup()