|
| Impl (QString event_id, std::initializer_list< ParameterInitializer > params, EventCallback callback) |
|
auto | operator[] (const QString &key) const -> std::optional< ParameterValue > |
|
auto | operator== (const Event &other) const -> bool |
|
auto | operator!= (const Event &other) const -> bool |
|
auto | operator< (const Event &other) const -> bool |
|
| operator QString () const |
|
auto | GetIdentifier () -> EventIdentifier |
|
void | AddParameter (const QString &key, const ParameterValue &value) |
|
void | AddParameter (const ParameterInitializer ¶m) |
|
void | ExecuteCallback (ListenerIdentifier listener_id, const DataObjectPtr &data_object) |
|
|
EventIdentifier | event_identifier_ |
|
std::map< QString, ParameterValue > | data_ |
|
EventCallback | callback_ |
|
QThread * | callback_thread_ = nullptr |
|
The documentation for this class was generated from the following file:
- src/core/module/Event.cpp