swift
src
misc
sharedstate
passivemutator.cpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
2
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
3
5
6
#include "
misc/sharedstate/passivemutator.h
"
7
8
namespace
swift::misc::shared_state
9
{
10
void
CPassiveMutator::postEvent
(
const
CVariant
¶m) { emit
eventPosted
(param); }
11
}
// namespace swift::misc::shared_state
swift::misc::CVariant
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Definition:
variant.h:66
swift::misc::shared_state::CPassiveMutator::postEvent
void postEvent(const CVariant ¶m)
Emit an event.
Definition:
passivemutator.cpp:10
swift::misc::shared_state::CPassiveMutator::eventPosted
void eventPosted(const swift::misc::CVariant ¶m)
Emitted by postEvent.
swift::misc::shared_state
Utilities for sharing state between multiple objects.
Definition:
application.h:48
passivemutator.h
Generated on Mon Mar 24 2025 16:42:22 for swift by
1.9.1