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

kdevplatform/language/duchain

  • sources
  • kfour-appscomplete
  • kdevelop
  • kdevplatform
  • language
  • duchain
  • navigation
quickopenembeddedwidgetcombiner.h
Go to the documentation of this file.
1 /*
2  * This file is part of KDevelop
3  *
4  * Copyright 2019 Milian Wolff <[email protected]>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU Library General Public License as
8  * published by the Free Software Foundation; either version 2 of the
9  * License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public
17  * License along with this program; if not, write to the
18  * Free Software Foundation, Inc.,
19  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20  */
21 #ifndef KDEVPLATFORM_QUICKOPENEMBEDDEDWIDGETCOMBINER_H
22 #define KDEVPLATFORM_QUICKOPENEMBEDDEDWIDGETCOMBINER_H
23 
24 #include <QWidget>
25 
26 #include <interfaces/quickopendataprovider.h>
27 
28 namespace KDevelop {
29 class QuickOpenEmbeddedWidgetCombinerPrivate;
30 
37 class KDEVPLATFORMLANGUAGE_EXPORT QuickOpenEmbeddedWidgetCombiner : public QWidget, public QuickOpenEmbeddedWidgetInterface
38 {
39  Q_OBJECT
40  Q_INTERFACES(KDevelop::QuickOpenEmbeddedWidgetInterface)
41 
42 public:
43  explicit QuickOpenEmbeddedWidgetCombiner(QWidget* parent = nullptr);
44  ~QuickOpenEmbeddedWidgetCombiner() override;
45 
46  bool next() override;
47  bool previous() override;
48  bool up() override;
49  bool down() override;
50  void back() override;
51  void accept() override;
52  void resetNavigationState() override;
53 
54 private:
55  const QScopedPointer<QuickOpenEmbeddedWidgetCombinerPrivate> d_ptr;
56  Q_DECLARE_PRIVATE(QuickOpenEmbeddedWidgetCombiner)
57 };
58 }
59 
60 #endif // KDEVPLATFORM_QUICKOPENEMBEDDEDWIDGETCOMBINER_H
QuickOpenEmbeddedWidgetInterface
QWidget
KDevelop::QuickOpenEmbeddedWidgetCombiner
A widget that implements the QuickOpenEmbeddedWidgetInterface by asking its direct children.
Definition: quickopenembeddedwidgetcombiner.h:37
QScopedPointer< QuickOpenEmbeddedWidgetCombinerPrivate >
KDevelop
Definition: abstractfunctiondeclaration.cpp:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Wed Jan 20 2021 23:38:35 by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kdevplatform/language/duchain

Skip menu "kdevplatform/language/duchain"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdevelop API Reference

Skip menu "kdevelop API Reference"
  • kdevplatform
  •   debugger
  •   documentation
  •   interfaces
  •   language
  •     assistant
  •     backgroundparser
  •     checks
  •     classmodel
  •     codecompletion
  •     codegen
  •     duchain
  •     editor
  •     highlighting
  •     interfaces
  •     util
  •   outputview
  •   project
  •   serialization
  •   shell
  •   sublime
  •   tests
  •   util
  •   vcs

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