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

umbrello/umbrello

  • sources
  • kde-4.14
  • kdesdk
  • umbrello
  • umbrello
  • codegenerators
codegenpolicyext.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2006-2014 *
8  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
9  ***************************************************************************/
10 
11 #ifndef CODEGENPOLICYEXT_H
12 #define CODEGENPOLICYEXT_H
13 
14 #include <QObject>
15 
16 class QWidget;
17 class CodeGenerationPolicyPage;
18 
27 class CodeGenPolicyExt : public QObject
28 {
29  Q_OBJECT
30 public:
31  CodeGenPolicyExt() {}
32  virtual ~CodeGenPolicyExt() {}
33 
34  virtual CodeGenerationPolicyPage * createPage(QWidget *parent = 0, const char *name = 0) = 0;
35 
36  virtual void setDefaults(bool emitUpdateSignal = true) = 0;
37 
38 };
39 
40 #endif
CodeGenPolicyExt::setDefaults
virtual void setDefaults(bool emitUpdateSignal=true)=0
QWidget
QObject::name
const char * name() const
CodeGenPolicyExt::~CodeGenPolicyExt
virtual ~CodeGenPolicyExt()
Definition: codegenpolicyext.h:32
QObject
CodeGenPolicyExt::createPage
virtual CodeGenerationPolicyPage * createPage(QWidget *parent=0, const char *name=0)=0
CodeGenerationPolicyPage
Definition: codegenerationpolicypage.h:30
CodeGenPolicyExt
Base class for programming language specific code generation policy extensions.
Definition: codegenpolicyext.h:27
CodeGenPolicyExt::CodeGenPolicyExt
CodeGenPolicyExt()
Definition: codegenpolicyext.h:31
QObject::parent
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:25 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

umbrello/umbrello

Skip menu "umbrello/umbrello"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • 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