KDevelop API Documentation

editorchooser_widget.h

Go to the documentation of this file.
00001 #ifndef __EDITORCHOOSER_WIDGET_H__
00002 #define __EDITORCHOOSER_WIDGET_H__
00003 
00004 
00005 #include <qwidget.h>
00006 
00007 
00008 #include "editchooser.h"
00009 
00010 
00011 class EditorChooserWidget : public EditChooser
00012 {
00013     Q_OBJECT
00014 
00015 public:
00016 
00017     EditorChooserWidget(QWidget *parent=0, const char *name=0);
00018 
00019 public slots:
00020     virtual void slotEditPartChanged(const QString &);
00021 
00022 private slots:
00023 
00024     void load();
00025     void save();
00026 
00027     void accept();
00028 
00029 };
00030 
00031 
00032 #endif
00033 
00034 
00035 
00036 
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:03:41 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003