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() =default
function SettingsChangeEvent
inline explicit SettingsChangeEvent(
QByteArray settings
)
function toBytes
inline QByteArray toBytes() const
function fromMemory
static inline SettingsChangeEvent fromMemory(
const void * memory,
size_t size
)
Public Attributes Documentation
variable settings
QByteArray settings;
Updated on 2024-11-06 at 17:10:29 +0000