A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
blast.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
moved generate vhdl methods
[blast.git]
/
BlockLibraryWidget.h
diff --git
a/BlockLibraryWidget.h
b/BlockLibraryWidget.h
index f07be4d25f71a3512aba9ef26e91190f889126c7..43ed5fc0931e5220edfa171ea4db8f8d6ff1a920 100644
(file)
--- a/
BlockLibraryWidget.h
+++ b/
BlockLibraryWidget.h
@@
-23,6
+23,9
@@
public:
explicit BlockLibraryWidget(Dispatcher* _dispatcher, Parameters* _params, QWidget *parent = 0);
~BlockLibraryWidget();
explicit BlockLibraryWidget(Dispatcher* _dispatcher, Parameters* _params, QWidget *parent = 0);
~BlockLibraryWidget();
+public slots:
+ void updateComboScene();
+
private slots:
void addClicked();
void clicked();
private slots:
void addClicked();
void clicked();
@@
-34,7
+37,7
@@
private:
Dispatcher* dispatcher;
QTreeWidget* tree;
QPushButton* buttonAdd;
Dispatcher* dispatcher;
QTreeWidget* tree;
QPushButton* buttonAdd;
- Q
BoxLayout *layout
;
+ Q
ComboBox* comboScenes
;
// other attributes
void addChild(BlockCategory *catParent, QTreeWidgetItem* itemParent);
// other attributes
void addChild(BlockCategory *catParent, QTreeWidgetItem* itemParent);