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

okteta

  • sources
  • kde-4.12
  • kdesdk
  • okteta
  • designer
bytearrayrowviewdesignerfactory.h
Go to the documentation of this file.
1 /*
2  This file is part of the Okteta Designer plugin, made within the KDE community.
3 
4  Copyright 2009 Friedrich W. H. Kossebau <kossebau@kde.org>
5 
6  This library is free software; you can redistribute it and/or
7  modify it under the terms of the GNU Lesser General Public
8  License as published by the Free Software Foundation; either
9  version 2.1 of the License, or (at your option) version 3, or any
10  later version accepted by the membership of KDE e.V. (or its
11  successor approved by the membership of KDE e.V.), which shall
12  act as a proxy defined in Section 6 of version 3 of the license.
13 
14  This library is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  Lesser General Public License for more details.
18 
19  You should have received a copy of the GNU Lesser General Public
20  License along with this library. If not, see <http://www.gnu.org/licenses/>.
21 */
22 
23 #ifndef BYTEARRAYROWVIEWDESIGNERFACTORY_H
24 #define BYTEARRAYROWVIEWDESIGNERFACTORY_H
25 
26 // Qt
27 #include <QtDesigner/QDesignerCustomWidgetInterface>
28 #include <QtCore/QObject>
29 
30 
31 class ByteArrayRowViewDesignerFactory : public QObject,
32  public QDesignerCustomWidgetInterface
33 {
34  Q_OBJECT
35  Q_INTERFACES(
36  QDesignerCustomWidgetInterface
37  )
38 
39  public:
40  explicit ByteArrayRowViewDesignerFactory( QObject* parent = 0 );
41 
42  public: // QDesignerCustomWidgetInterface API
43  virtual QWidget* createWidget( QWidget* parent );
44  virtual QString group() const;
45  virtual QIcon icon() const;
46  virtual QString includeFile() const;
47  virtual bool isContainer() const;
48  virtual QString name() const;
49  virtual QString toolTip() const;
50  virtual QString whatsThis() const;
51 };
52 
53 
54 #endif
ByteArrayRowViewDesignerFactory::name
virtual QString name() const
Definition: bytearrayrowviewdesignerfactory.cpp:74
QDesignerCustomWidgetInterface
ByteArrayRowViewDesignerFactory::includeFile
virtual QString includeFile() const
Definition: bytearrayrowviewdesignerfactory.cpp:54
QWidget
ByteArrayRowViewDesignerFactory::isContainer
virtual bool isContainer() const
Definition: bytearrayrowviewdesignerfactory.cpp:69
QObject
ByteArrayRowViewDesignerFactory
Definition: bytearrayrowviewdesignerfactory.h:31
ByteArrayRowViewDesignerFactory::toolTip
virtual QString toolTip() const
Definition: bytearrayrowviewdesignerfactory.cpp:59
ByteArrayRowViewDesignerFactory::icon
virtual QIcon icon() const
Definition: bytearrayrowviewdesignerfactory.cpp:49
ByteArrayRowViewDesignerFactory::createWidget
virtual QWidget * createWidget(QWidget *parent)
Definition: bytearrayrowviewdesignerfactory.cpp:37
ByteArrayRowViewDesignerFactory::whatsThis
virtual QString whatsThis() const
Definition: bytearrayrowviewdesignerfactory.cpp:64
ByteArrayRowViewDesignerFactory::group
virtual QString group() const
Definition: bytearrayrowviewdesignerfactory.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okteta

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

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

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