keximacrotextview.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef KEXIMACROTEXTVIEW_H
00019 #define KEXIMACROTEXTVIEW_H
00020
00021 #include "keximacroview.h"
00022
00023
00024 namespace KoMacro {
00025 class Macro;
00026 }
00027
00032 class KexiMacroTextView : public KexiMacroView
00033 {
00034 Q_OBJECT
00035 public:
00036
00045 KexiMacroTextView(KexiMainWindow *mainwin, QWidget *parent, ::KoMacro::Macro* const macro);
00046
00050 virtual ~KexiMacroTextView();
00051
00055 virtual bool loadData();
00056
00061 virtual tristate storeData(bool dontAsk = false);
00062
00063 private slots:
00064
00068 void editorChanged();
00069
00070 private:
00072 class Private;
00074 Private* const d;
00075 };
00076
00077 #endif
This file is part of the documentation for Kexi 2.0 alpha.