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::ArbitraryEventsWorker.

Inherited by gd::EventsBehaviorRenamer, gd::EventsContextAnalyzer, gd::EventsPropertyReplacer, 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.
 
void Launch (gd::EventsList &events)=delete
 
- Public Member Functions inherited from gd::ArbitraryEventsWorker
void Launch (gd::EventsList &events)
 Launch the worker on the specified events list.
 

Protected Member Functions

const gd::ProjectScopedContainersGetProjectScopedContainers ()
 
const gd::ObjectsContainersListGetObjectsContainersList ()
 

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: