1 #ifndef __BLOCKLIBRARYWIDGET_H__
2 #define __BLOCKLIBRARYWIDGET_H__
9 #include "Dispatcher.h"
11 #include "Parameters.h"
13 #include "BlockCategory.h"
19 class BlockLibraryWidget : public QWidget {
23 explicit BlockLibraryWidget(Dispatcher* _dispatcher, Parameters* _params, QWidget *parent = 0);
24 ~BlockLibraryWidget();
27 void updateComboScene();
37 Dispatcher* dispatcher;
39 QPushButton* buttonAdd;
40 QComboBox* comboScenes;
43 void addChild(BlockCategory *catParent, QTreeWidgetItem* itemParent);
48 #endif // __BLOCKLIBRARYWIDGET_H__