GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
This is the complete list of members for gd::ProjectScopedContainers, including all inherited members.
AddParameters(const ParameterMetadataContainer ¶meters) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
AddPropertiesContainer(const gd::PropertiesContainer &container) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
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 ¶meter)> parameterCallback) const (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
GetLegacyGlobalVariables() const | gd::ProjectScopedContainers | inline |
GetLegacySceneVariables() const | gd::ProjectScopedContainers | inline |
GetObjectsContainersList() const (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
GetParametersVectorsList() const (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
GetPropertiesContainersList() const (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
GetVariablesContainersList() const (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
GetVariablesContainersList() | gd::ProjectScopedContainers | inline |
MakeNewProjectScopedContainersFor(const gd::ObjectsContainer &globalObjectsContainers, const gd::ObjectsContainer &objectsContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersForBehaviorEventsFunction(const gd::Project &project, const gd::EventsFunctionsExtension &eventsFunctionsExtension, const gd::EventsBasedBehavior &eventsBasedBehavior, const gd::EventsFunction &eventsFunction, gd::ObjectsContainer ¶meterObjectsContainer) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersForEventsBasedObject(const gd::Project &project, const gd::EventsFunctionsExtension &eventsFunctionsExtension, const gd::EventsBasedObject &eventsBasedObject, gd::ObjectsContainer &outputObjectsContainer) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersForEventsFunctionsExtension(const gd::Project &project, const gd::EventsFunctionsExtension &eventsFunctionsExtension) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersForFreeEventsFunction(const gd::Project &project, const gd::EventsFunctionsExtension &eventsFunctionsExtension, const gd::EventsFunction &eventsFunction, gd::ObjectsContainer ¶meterObjectsContainer) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersForObjectEventsFunction(const gd::Project &project, const gd::EventsFunctionsExtension &eventsFunctionsExtension, const gd::EventsBasedObject &eventsBasedObject, const gd::EventsFunction &eventsFunction, gd::ObjectsContainer ¶meterObjectsContainer) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersForProject(const gd::Project &project) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersForProjectAndLayout(const gd::Project &project, const gd::Layout &layout) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
MakeNewProjectScopedContainersWithLocalVariables(const ProjectScopedContainers &projectScopedContainers, const gd::BaseEvent &event) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | static |
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::ProjectScopedContainers | inline |
ProjectScopedContainers(const gd::ObjectsContainersList &objectsContainersList_, const gd::VariablesContainersList &variablesContainersList_, const gd::VariablesContainer *legacyGlobalVariables_, const gd::VariablesContainer *legacySceneVariables_, const gd::PropertiesContainersList &propertiesContainersList_) (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inline |
ProjectScopedContainers() | gd::ProjectScopedContainers | inline |
~ProjectScopedContainers() (defined in gd::ProjectScopedContainers) | gd::ProjectScopedContainers | inlinevirtual |