39 QString getFunction()
const;
41 void clearSearchBoxText()
const;
49 void addSearchBoxFunctionNames(
const std::vector<std::string> ®isteredFunctions);
51 void constructFunctionTree(
const std::map<std::string, std::vector<std::string>> &categoryFunctionsMap,
52 const std::vector<std::string> &restrictions);
54 void setMinimumHeightOfFunctionTree();
57 void searchBoxChanged(
const QString &text);
58 void functionDoubleClicked(QTreeWidgetItem *item);
59 void acceptFunction();
60 void rejectFunction();
61 void helpClicked()
const;