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

kig

  • sources
  • kde-4.12
  • kdeedu
  • kig
  • modes
macrowizard.h
Go to the documentation of this file.
1 // Copyright (C) 2002 Dominique Devriese <devriese@kde.org>
2 
3 // This program is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU General Public License
5 // as published by the Free Software Foundation; either version 2
6 // of the License, or (at your option) any later version.
7 
8 // This program is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 // GNU General Public License for more details.
12 
13 // You should have received a copy of the GNU General Public License
14 // along with this program; if not, write to the Free Software
15 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
16 // 02110-1301, USA.
17 
18 #ifndef MACROWIZARD_H
19 #define MACROWIZARD_H
20 
21 #include <qwizard.h>
22 
23 class DefineMacroMode;
24 class GivenArgsPage;
25 class FinalArgsPage;
26 
27 class MacroWizard : public QWizard
28 {
29  Q_OBJECT
30 public:
31  MacroWizard( QWidget* parent, DefineMacroMode* m );
32  ~MacroWizard();
33 
34  static const int GivenArgsPageId = 0;
35  static const int FinalArgsPageId = 1;
36  static const int MacroInfoPageId = 2;
37 
38  void givenArgsChanged();
39  void finalArgsChanged();
40 
41 public slots:
42  void reject();
43  void accept();
44 
45 private slots:
46  void currentIdChanged( int id );
47  void slotHelpClicked();
48 private:
49  DefineMacroMode* mmode;
50  GivenArgsPage* mgivenArgsPage;
51  FinalArgsPage* mfinalArgsPage;
52 };
53 
54 #endif // MACROWIZARD_H
MacroWizard::accept
void accept()
Definition: macrowizard.cc:198
DefineMacroMode
Definition: macro.h:27
QWidget
MacroWizard::givenArgsChanged
void givenArgsChanged()
Definition: macrowizard.cc:226
MacroWizard::MacroWizard
MacroWizard(QWidget *parent, DefineMacroMode *m)
Definition: macrowizard.cc:169
MacroWizard::~MacroWizard
~MacroWizard()
Definition: macrowizard.cc:188
MacroWizard::MacroInfoPageId
static const int MacroInfoPageId
Definition: macrowizard.h:36
MacroWizard::finalArgsChanged
void finalArgsChanged()
Definition: macrowizard.cc:231
MacroWizard::reject
void reject()
Definition: macrowizard.cc:192
MacroWizard
Definition: macrowizard.h:27
MacroWizard::GivenArgsPageId
static const int GivenArgsPageId
Definition: macrowizard.h:34
MacroWizard::FinalArgsPageId
static const int FinalArgsPageId
Definition: macrowizard.h:35
QWizard
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kig

Skip menu "kig"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

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