digiKam
subjectedit.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2009-07-09
7  * Description : Subjects panel.
8  *
9  * Copyright (C) 2009-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  *
11  * This program is free software; you can redistribute it
12  * and/or modify it under the terms of the GNU General
13  * Public License as published by the Free Software Foundation;
14  * either version 2, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * ============================================================ */
22 
23 #ifndef DIGIKAM_SUBJECT_EDIT_H
24 #define DIGIKAM_SUBJECT_EDIT_H
25 
26 // Local includes
27 
28 #include "subjectwidget.h"
29 
30 namespace Digikam
31 {
32 
33 class SubjectEdit : public SubjectWidget
34 {
35  Q_OBJECT
36 
37 public:
38 
39  explicit SubjectEdit(QWidget* const parent);
40  ~SubjectEdit() override;
41 
42 private Q_SLOTS:
43 
44  void slotRefChanged() override;
45 };
46 
47 } // namespace Digikam
48 
49 #endif // DIGIKAM_SUBJECT_EDIT_H
Definition: subjectedit.h:34
~SubjectEdit() override
Definition: subjectedit.cpp:93
SubjectEdit(QWidget *const parent)
Definition: subjectedit.cpp:38
Definition: subjectwidget.h:65
Definition: datefolderview.cpp:43