~BlockLibraryWidget();
public slots:
+ void updateBoxConn();
void updateComboScene();
void updateClkRst(int idCat, int idBlock);
void addClicked();
void clicked();
void doubleClicked();
+ void enableAvailableClocks(bool state);
private:
QPushButton* buttonAdd;
QComboBox* comboScenes;
+ QGroupBox* boxConnMode;
+ QRadioButton* radAutoClk;
+ QRadioButton* radChooseClk;
+
QGroupBox* boxClkRst;
QGridLayout* layClkRst;
QComboBox** comboClkGen;
QComboBox** comboRstGen;
int nbRst;
+ ReferenceBlock* currentRefBlock;
+
+ QStackedWidget* stack;
// other attributes
void addChild(BlockCategory *catParent, QTreeWidgetItem* itemParent);