Home
last modified time | relevance | path

Searched refs:getOpcodeList (Results 1 – 3 of 3) sorted by relevance

/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dopentryparser.h47 QList<Opcode> getOpcodeList(int index);
H A Dopentryparser.cpp224 QList<Opcode> OpEntryParser::getOpcodeList(int index) in getOpcodeList() function in OpEntryParser
H A Ddocumentview.cpp1282 foreach(Opcode opcode, m_opcodeTree->getOpcodeList(i)) { in createContextMenu()