kspread_dlg_showColRow.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef __kspread_dlg_showColRow__
00024 #define __kspread_dlg_showColRow__
00025
00026 #include <kdialogbase.h>
00027 #include <qvaluelist.h>
00028 class QListBox;
00029 class KSpreadView;
00030
00031 class KSpreadShowColRow: public KDialogBase
00032 {
00033 Q_OBJECT
00034 public:
00035 enum ShowColRow { Column, Row};
00036 KSpreadShowColRow( KSpreadView* parent, const char* name,ShowColRow _type );
00037
00038 public slots:
00039 void slotOk();
00040 void slotDoubleClicked(QListBoxItem *);
00041
00042 protected:
00043 KSpreadView* m_pView;
00044 QListBox * list;
00045 ShowColRow typeShow;
00046 QValueList<int> listInt;
00047 };
00048
00049 #endif
This file is part of the documentation for kspread Library Version 1.4.2.