Messagelib

remotecontentstatustypecombobox.h
1/*
2 SPDX-FileCopyrightText: 2021-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6#pragma once
7
8#include <QComboBox>
9
10#include "messageviewer_private_export.h"
11#include "remotecontentinfo.h"
12namespace MessageViewer
13{
14class MESSAGEVIEWER_TESTS_EXPORT RemoteContentStatusTypeComboBox : public QComboBox
15{
16 Q_OBJECT
17public:
18 explicit RemoteContentStatusTypeComboBox(QWidget *parent = nullptr);
19 ~RemoteContentStatusTypeComboBox() override;
20 void setStatus(MessageViewer::RemoteContentInfo::RemoteContentInfoStatus type);
21 [[nodiscard]] RemoteContentInfo::RemoteContentInfoStatus status() const;
22};
23}
Q_SCRIPTABLE CaptureState status()
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:43 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.