mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Get imported modules in the variable box
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user