GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | Protected Member Functions | List of all members
gd::ArbitraryEventsWorkerWithContext Class Reference

An events worker that will know about the context (the objects container). Useful for workers working on expressions notably. More...

#include <ArbitraryEventsWorker.h>

Inherits gd::AbstractArbitraryEventsWorker.

Inherited by gd::EventsBehaviorRenamer, gd::EventsContextAnalyzer, gd::EventsObjectReplacer, gd::EventsParameterReplacer, gd::EventsPropertyReplacer, gd::EventsVariableInstructionTypeSwitcher, gd::EventsVariableReplacer, gd::ExpressionsParameterMover, gd::ExpressionsRenamer, gd::LinkEventTargetRenamer, gd::ProjectElementRenamer, and gd::UsedExtensionsFinder.

Public Member Functions

void Launch (gd::EventsList &events, const gd::ProjectScopedContainers &projectScopedContainers)
 Launch the worker on the specified events list, giving the objects container on which the events are applying to.
 

Protected Member Functions

const gd::ProjectScopedContainersGetProjectScopedContainers ()
 
const gd::ObjectsContainersListGetObjectsContainersList ()
 
- Protected Member Functions inherited from gd::AbstractArbitraryEventsWorker
void VisitEventList (gd::EventsList &events)
 

Detailed Description

An events worker that will know about the context (the objects container). Useful for workers working on expressions notably.

See also
gd::ArbitraryEventsWorker

The documentation for this class was generated from the following files: