Syntalos::SettingsChangeEvent

Syntalos::SettingsChangeEvent

Syntalos::SettingsChangeEvent

More…

#include <ipc-types-private.h>

Public Functions

Name
SettingsChangeEvent() =default
SettingsChangeEvent(QByteArray settings)
QByteArraytoBytes() const
SettingsChangeEventfromMemory(const void * memory, size_t size)

Public Attributes

Name
QByteArraysettings

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-09-05 at 17:39:59 +0000