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

KritaWidgets

  • sources
  • kfour-appscomplete
  • krita
  • libs
  • widgets
KoPageWidgetItem.h
Go to the documentation of this file.
1 /* This file is part of the KDE project
2  SPDX-FileCopyrightText: 2000 Simon Hausmann <[email protected]>
3  SPDX-FileCopyrightText: 2000 2006 Martin Pfeiffer <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #ifndef KOPAGEWIDGETITEM_H
9 #define KOPAGEWIDGETITEM_H
10 
11 #include "kritawidgets_export.h"
12 
13 class QWidget;
14 class QString;
15 
16 // This class can be implemented when we want to extend the
17 // dialog with new, specific pages.
18 class KRITAWIDGETS_EXPORT KoPageWidgetItem
19 {
20 public:
21  virtual ~KoPageWidgetItem() {}
22 
23  virtual QWidget *widget() = 0;
24  virtual QString name() const = 0;
25  virtual QString iconName() const = 0;
26  virtual bool shouldDialogCloseBeVetoed() = 0;
27  virtual void apply() = 0;
28 };
29 
30 
31 #endif // KOPAGEWIDGETITEM_H
QWidget
KoPageWidgetItem::~KoPageWidgetItem
virtual ~KoPageWidgetItem()
Definition: KoPageWidgetItem.h:21
QString
KoPageWidgetItem
Definition: KoPageWidgetItem.h:18
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 23:44:00 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KritaWidgets

Skip menu "KritaWidgets"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

krita API Reference

Skip menu "krita API Reference"
  • libs
  •   KritaBasicFlakes
  •   brush
  •   KritaUndo2
  •   KritaFlake
  •   image
  •   KritaPlugin
  •   Krita
  •   KritaPigment
  •   KritaResources
  •   KritaStore
  •   ui
  •   KritaWidgets
  •   KritaWidgetUtils
  • plugins
  •   Assitants
  •   Extensions
  •   Filters
  •   Generators
  •   Formats
  •           src
  •   PaintOps
  •     libpaintop

Search



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