Home
last modified time | relevance | path

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

/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDLibrary.cpp39 typedef FCDLibrary<FCDController> FCDControllerLibrary; typedef
55 ImplementObjectTypeT(FCDControllerLibrary);
71 ImplementParameterObjectT(FCDControllerLibrary, FCDController, entities, new FCDController(parent->…
87 ImplementParameterObjectT(FCDControllerLibrary, FCDAsset, asset, new FCDAsset(parent->GetDocument()…
103 ImplementParameterObjectT(FCDControllerLibrary, FCDExtra, extra, new FCDExtra(parent->GetDocument()…
H A DFCDocument.h81 typedef FCDLibrary<FCDController> FCDControllerLibrary; /**< A COLLADA library of controller entiti… typedef
136 DeclareParameterRef(FCDControllerLibrary, controllerLibrary, FC("Controller Library"));
314 inline FCDControllerLibrary* GetControllerLibrary() { return controllerLibrary; } in GetControllerLibrary()
315 …inline const FCDControllerLibrary* GetControllerLibrary() const { return controllerLibrary; } /**<… in GetControllerLibrary()
H A DFCDocument.cpp60 ImplementParameterObject(FCDocument, FCDControllerLibrary, controllerLibrary, new FCDControllerLibr…
111 controllerLibrary = new FCDControllerLibrary(this); in FCDocument()
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDocument.h81 typedef FCDLibrary<FCDController> FCDControllerLibrary; /**< A COLLADA library of controller entiti… typedef
136 DeclareParameterRef(FCDControllerLibrary, controllerLibrary, FC("Controller Library"));
314 inline FCDControllerLibrary* GetControllerLibrary() { return controllerLibrary; } in GetControllerLibrary()
315 …inline const FCDControllerLibrary* GetControllerLibrary() const { return controllerLibrary; } /**<… in GetControllerLibrary()