[apps/code] Get imported modules in the variable box

This commit is contained in:
Léa Saviot
2020-04-01 14:32:01 +02:00
committed by Émilie Feral
parent a0f1d0f24b
commit 4cb947759d
3 changed files with 39 additions and 4 deletions

View File

@@ -10,7 +10,11 @@ namespace Code {
class PythonToolbox : public Toolbox {
public:
// PythonToolbox
PythonToolbox();
const ToolboxMessageTree * moduleChildren(const char * name, int * numberOfNodes) const;
// Toolbox
bool handleEvent(Ion::Events::Event event) override;
protected:
KDCoordinate rowHeight(int j) override;