MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / getNumEntries

Method getNumEntries

Engine/KnobTypes.cpp:786–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786int
787KnobChoice::getNumEntries() const
788{
789 QMutexLocker l(&_entriesMutex);
790
791 return (int)_entries.size();
792}
793
794void
795KnobChoice::setActiveEntry(const ChoiceOption& opt)

Callers 3

setMethod · 0.80
getNumOptionsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected