1 #ifndef INCLUDE__FunctionWidget_hxx_
2 #define INCLUDE__FunctionWidget_hxx_
6 #include <log4cxx/logger.h>
11 class FunctionWidget : public QTabWidget {
14 FunctionWidget(Function* function, Mainwindow* mainwindow);
15 virtual ~FunctionWidget() {}
17 Function* getFunction() const
20 void showEvent(QShowEvent * event);
23 Mainwindow* mainwindow;
26 log4cxx::LoggerPtr logger;
29 #endif /* INCLUDE__FunctionWidget_hxx_ */