Home
last modified time | relevance | path

Searched defs:PropertyTemplate (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dproperties.h45 PropertyTemplate (PropertyDescriptor<T> p, T const& v) in PropertyTemplate() function
51 PropertyTemplate (PropertyDescriptor<T> p, T const& o, T const& c) in PropertyTemplate() function
58 PropertyTemplate (PropertyDescriptor<T> p, PropertyTemplate<T> const & s) in PropertyTemplate() function
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/HostSupport/src/
H A DofxhPropertySuite.cpp226 template<class T> PropertyTemplate<T>::PropertyTemplate(const std::string &name, in PropertyTemplate() function in OFX::Host::Property::PropertyTemplate
246 template<class T> PropertyTemplate<T>::PropertyTemplate(const PropertyTemplate<T> &pt) in PropertyTemplate() function in OFX::Host::Property::PropertyTemplate
384 template class PropertyTemplate<IntValue>; variable
385 template class PropertyTemplate<DoubleValue>; variable
386 template class PropertyTemplate<PointerValue>; variable
387 template class PropertyTemplate<StringValue>; variable
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/HostSupport/src/
H A DofxhPropertySuite.cpp226 template<class T> PropertyTemplate<T>::PropertyTemplate(const std::string &name, in PropertyTemplate() function in OFX::Host::Property::PropertyTemplate
246 template<class T> PropertyTemplate<T>::PropertyTemplate(const PropertyTemplate<T> &pt) in PropertyTemplate() function in OFX::Host::Property::PropertyTemplate
384 template class PropertyTemplate<IntValue>; variable
385 template class PropertyTemplate<DoubleValue>; variable
386 template class PropertyTemplate<PointerValue>; variable
387 template class PropertyTemplate<StringValue>; variable
/dports/devel/pytype/pytype-2021.9.9/pytype/
H A Dspecial_builtins.py538 class PropertyTemplate(BuiltinClass): class