Syntalos::SettingsChangeEvent
Syntalos::SettingsChangeEvent
#include <ipc-types-private.h>
Public Functions
| Name | |
|---|---|
| SettingsChangeEvent() =default | |
| SettingsChangeEvent(QByteArray settings) | |
| QByteArray | toBytes() const |
| SettingsChangeEvent | fromMemory(const void * memory, size_t size) |
Public Attributes
| Name | |
|---|---|
| QByteArray | settings |
Detailed Description
struct Syntalos::SettingsChangeEvent;Event from the module to indicate a settings change. Syntalos will store the new settings.
Public Functions Documentation
function SettingsChangeEvent
SettingsChangeEvent() =defaultfunction SettingsChangeEvent
inline explicit SettingsChangeEvent(
QByteArray settings
)function toBytes
inline QByteArray toBytes() constfunction fromMemory
static inline SettingsChangeEvent fromMemory(
const void * memory,
size_t size
)Public Attributes Documentation
variable settings
QByteArray settings;Updated on 2025-08-14 at 02:33:44 +0000