GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Class used to return result when calling EventsRefactorer::SearchInEvents. More...
#include <EventsRefactorer.h>
Public Member Functions | |
EventsSearchResult (std::weak_ptr< gd::BaseEvent > event_, gd::EventsList *eventsList_, std::size_t positionInList_) | |
bool | IsEventsListValid () const |
const gd::EventsList & | GetEventsList () const |
Get the events list containing the event pointed by the EventsSearchResult. More... | |
std::size_t | GetPositionInList () const |
bool | IsEventValid () const |
const gd::BaseEvent & | GetEvent () const |
Get the event pointed by the EventsSearchResult. More... | |
Public Attributes | |
std::weak_ptr< gd::BaseEvent > | event |
gd::EventsList * | eventsList |
std::size_t | positionInList |
Class used to return result when calling EventsRefactorer::SearchInEvents.
|
inline |
Get the event pointed by the EventsSearchResult.
|
inline |
Get the events list containing the event pointed by the EventsSearchResult.