GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
gd::ProjectScopedContainers Member List

This is the complete list of members for gd::ProjectScopedContainers, including all inherited members.

AddParameters(const std::vector< gd::ParameterMetadata > &parameters) (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
AddPropertiesContainer(const gd::PropertiesContainer &container) (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
ForEachIdentifierMatchingSearch(const gd::String &search, std::function< void(const gd::String &name, const ObjectConfiguration *objectConfiguration)> objectCallback, std::function< void(const gd::String &name, const gd::Variable &variable)> variableCallback, std::function< void(const gd::NamedPropertyDescriptor &property)> propertyCallback, std::function< void(const gd::ParameterMetadata &parameter)> parameterCallback) const (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
GetObjectsContainersList() const (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
GetParametersVectorsList() const (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
GetPropertiesContainersList() const (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
GetVariablesContainersList() const (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
MakeNewProjectScopedContainersFor(const gd::ObjectsContainer &globalObjectsContainers, const gd::ObjectsContainer &objectsContainers) (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinlinestatic
MakeNewProjectScopedContainersForProjectAndLayout(const gd::Project &project, const gd::Layout &layout) (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinlinestatic
MatchIdentifierWithName(const gd::String &name, std::function< ReturnType()> objectCallback, std::function< ReturnType()> variableCallback, std::function< ReturnType()> propertyCallback, std::function< ReturnType()> parameterCallback, std::function< ReturnType()> notFoundCallback) const (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
ProjectScopedContainers(const gd::ObjectsContainersList &objectsContainersList_, const gd::VariablesContainersList &variablesContainersList_, const gd::PropertiesContainersList &propertiesContainersList_) (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinline
ProjectScopedContainers()gd::ProjectScopedContainersinline
~ProjectScopedContainers() (defined in gd::ProjectScopedContainers)gd::ProjectScopedContainersinlinevirtual