• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • graphics API Reference
  • KDE Home
  • Contact Us
 

digikam

  • extragear
  • graphics
  • digikam
  • core
  • dplugins
  • editor
  • enhance
  • hotpixels
hotpixelstoolplugin.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 : 2018-07-30
7  * Description : image editor plugin to fix hot pixels
8  *
9  * Copyright (C) 2018-2019 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_HOT_PIXELS_TOOL_PLUGIN_H
24 #define DIGIKAM_HOT_PIXELS_TOOL_PLUGIN_H
25 
26 // Local includes
27 
28 #include "dplugineditor.h"
29 
30 #define DPLUGIN_IID "org.kde.digikam.plugin.editor.HotPixelsTool"
31 
32 using namespace Digikam;
33 
34 namespace DigikamEditorHotPixelsToolPlugin
35 {
36 
37 class HotPixelsToolPlugin : public DPluginEditor
38 {
39  Q_OBJECT
40  Q_PLUGIN_METADATA(IID DPLUGIN_IID)
41  Q_INTERFACES(Digikam::DPluginEditor)
42 
43 public:
44 
45  explicit HotPixelsToolPlugin(QObject* const parent = nullptr);
46  ~HotPixelsToolPlugin();
47 
48  QString name() const override;
49  QString iid() const override;
50  QIcon icon() const override;
51  QString details() const override;
52  QString description() const override;
53  QList<DPluginAuthor> authors() const override;
54 
55  void setup(QObject* const) override;
56 
57 private Q_SLOTS:
58 
59  void slotHotPixels();
60 };
61 
62 } // namespace DigikamEditorHotPixelsToolPlugin
63 
64 #endif // DIGIKAM_HOT_PIXELS_TOOL_PLUGIN_H
DPLUGIN_IID
#define DPLUGIN_IID
Definition: hotpixelstoolplugin.h:30
dplugineditor.h
DigikamEditorHotPixelsToolPlugin::HotPixelsToolPlugin
Definition: hotpixelstoolplugin.h:37
QObject
QString
QList
Definition: piwigotalker.h:47
QIcon
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Sat Dec 14 2019 02:33:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

digikam

Skip menu "digikam"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages
-->

graphics API Reference

Skip menu "graphics API Reference"
  • digikam
  • KDiagram
  •     KChart
  •     KGantt
  • KPhotoAlbum
  •   AndroidRemoteControl
  • Krita
  •   libs
  •     KritaBasicFlakes
  •     brush
  •     KritaUndo2
  •     KritaFlake
  •     image
  •     KritaPlugin
  •     Krita
  •     KritaOdf
  •     KritaPigment
  •     KritaStore
  •     ui
  •     KritaWidgets
  •     KritaWidgetUtils
  •   plugins
  •     Assitants
  •     Extensions
  •     Filters
  •         KritaText
  •         KritaTextLayout
  •     Generators
  •     Formats
  •             src
  •     PaintOps
  •       libpaintop
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal