modules, fixes, ignoring
This commit is contained in:
@@ -20,14 +20,16 @@ public:
|
||||
// Für die Fensterinitialisierung
|
||||
void initialize();
|
||||
|
||||
void OptionWindow();
|
||||
void setupToolboxWindow();
|
||||
|
||||
std::atomic_bool isIndex = true;
|
||||
|
||||
struct ToolboxItem{
|
||||
std::string id;
|
||||
std::string name;
|
||||
std::string path;
|
||||
std::string icon;
|
||||
std::string lua_script;
|
||||
std::string lua_script_path_string;
|
||||
std::string description;
|
||||
std::string category;
|
||||
std::string version;
|
||||
@@ -53,6 +55,10 @@ private:
|
||||
std::filesystem::path userPath = std::getenv("HOME"); // Unix/Linux/MacOS
|
||||
#endif
|
||||
|
||||
void startThreadMonitor();
|
||||
|
||||
bool serveHtmlFile(const std::string &htmlPath, bool setDecorations);
|
||||
|
||||
void configureWindow();
|
||||
void loadResources();
|
||||
void runLuaScript();
|
||||
|
||||
Reference in New Issue
Block a user