koPartSelectDia.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef DlgPartSelect_included
00021 #define DlgPartSelect_included
00022
00023 #include <kdialogbase.h>
00024 #include <koQueryTrader.h>
00025
00026 class QListView;
00027 class QListViewItem;
00028 class QPushButton;
00029
00036 class KOFFICEUI_EXPORT KoPartSelectDia : public KDialogBase
00037 {
00038 Q_OBJECT
00039
00040 public:
00041
00045 KoPartSelectDia( QWidget* parent = 0, const char* name = 0 );
00046
00052 KoDocumentEntry entry();
00053
00060 static KoDocumentEntry selectPart( QWidget *parent = 0L );
00061
00062 private slots:
00063 void selectionChanged( QListViewItem * );
00064
00065 private:
00066 QValueList<KoDocumentEntry> m_lstEntries;
00067 QListView *listview;
00068 };
00069
00070 #endif
This file is part of the documentation for lib Library Version 1.4.2.