• Skip to content
  • Skip to link menu
KDE 4.3 API Reference
  • KDE API Reference
  • kdelibs
  • Sitemap
  • Contact Us
 

KDEUI

kassistantdialog.h

Go to the documentation of this file.
00001 /* This file is part of the KDE libraries
00002     Copyright (C) 2006 Olivier Goffart <ogoffart at kde.org>
00003 
00004     This library is free software; you can redistribute it and/or
00005     modify it under the terms of the GNU Library General Public
00006     License version 2 as published by the Free Software Foundation.
00007 
00008     This library is distributed in the hope that it will be useful,
00009     but WITHOUT ANY WARRANTY; without even the implied warranty of
00010     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011     Library General Public License for more details.
00012 
00013     You should have received a copy of the GNU Library General Public License
00014     along with this library; see the file COPYING.LIB.  If not, write to
00015     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00016     Boston, MA 02110-1301, USA.
00017 */
00018 
00019 
00020 #ifndef KASSISTANTDIALOG_H
00021 #define KASSISTANTDIALOG_H
00022 
00023 #include <kpagedialog.h>
00024 
00052 class KDEUI_EXPORT KAssistantDialog : public KPageDialog
00053 {
00054     Q_OBJECT
00055     public:
00062         explicit KAssistantDialog(QWidget *parent=0, Qt::WFlags flags=0);
00063         virtual ~KAssistantDialog();
00064 
00074         void setValid(KPageWidgetItem* page, bool enable);
00075 
00081         bool isValid(KPageWidgetItem *page) const;
00082 
00097         void setAppropriate(KPageWidgetItem *page, bool appropriate);
00098 
00104         bool isAppropriate(KPageWidgetItem *page) const;
00105 
00106 
00107     public Q_SLOTS:
00114         virtual void back();
00115 
00122         virtual void next();
00123 
00124     protected:
00134         explicit KAssistantDialog(KPageWidget *widget, QWidget *parent=0, Qt::WFlags flags=0);
00135 
00136         virtual void showEvent(QShowEvent * event);
00137 
00138     private:
00139         class Private;
00140         Private * const d;
00141 
00142         Q_PRIVATE_SLOT( d, void _k_slotCurrentPageChanged() )
00143 
00144         Q_DISABLE_COPY( KAssistantDialog )
00145 };
00146 
00147 
00148 #endif

KDEUI

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

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.6.1
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal