Messagelib

remotecontentstatustypecombobox.h
1 /*
2  SPDX-FileCopyrightText: 2021-2023 Laurent Montel <[email protected]>
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"
12 namespace MessageViewer
13 {
14 class MESSAGEVIEWER_TESTS_EXPORT RemoteContentStatusTypeComboBox : public QComboBox
15 {
16  Q_OBJECT
17 public:
18  explicit RemoteContentStatusTypeComboBox(QWidget *parent = nullptr);
19  ~RemoteContentStatusTypeComboBox() override;
20  void setStatus(MessageViewer::RemoteContentInfo::RemoteContentInfoStatus type);
21  Q_REQUIRED_RESULT RemoteContentInfo::RemoteContentInfoStatus status() const;
22 };
23 }
Q_SCRIPTABLE CaptureState status()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Mar 24 2023 04:08:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.