GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
This is the complete list of members for gd::EventsRefactorer, including all inherited members.
RenameObjectInEvents(const gd::Platform &platform, const gd::ProjectScopedContainers &projectScopedContainers, gd::EventsList &events, const gd::ObjectsContainer &targetedObjectsContainer, gd::String oldName, gd::String newName) | gd::EventsRefactorer | static |
ReplaceStringInEvents(gd::ObjectsContainer &project, gd::ObjectsContainer &layout, gd::EventsList &events, gd::String toReplace, gd::String newString, bool matchCase, bool inConditions, bool inActions, bool inEventString) | gd::EventsRefactorer | static |
SearchInEvents(const gd::Platform &platform, gd::EventsList &events, gd::String search, bool matchCase, bool inConditions, bool inActions, bool inEventStrings, bool inEventSentences) | gd::EventsRefactorer | static |
~EventsRefactorer() (defined in gd::EventsRefactorer) | gd::EventsRefactorer | inlinevirtual |