Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.h58 …virtual const class C4PropertyDelegateShape *GetShapeDelegate(C4Value &val, C4PropertyPath *shape_… in GetShapeDelegate() function
382 …const class C4PropertyDelegateShape *GetShapeDelegate(C4Value &val, C4PropertyPath *shape_path) co…
505 …const C4PropertyDelegateShape *GetShapeDelegate(C4Value &val, C4PropertyPath *shape_path) const ov… in GetShapeDelegate() function
H A DC4ConsoleQtPropListViewer.cpp1611 const C4PropertyDelegateShape *C4PropertyDelegateEnum::GetShapeDelegate(C4Value &val, C4PropertyPat… in GetShapeDelegate() function in C4PropertyDelegateEnum
1626 return option.adelegate->GetShapeDelegate(val, shape_path); in GetShapeDelegate()
2776 …const C4PropertyDelegateShape *new_shape_delegate = prop->delegate->GetShapeDelegate(v, &new_shape… in AddPropertyGroup()
3038 …const C4PropertyDelegateShape *current_shape_delegate = prop->delegate->GetShapeDelegate(v, &shape… in UpdateValuePropList()