26 std::shared_ptr<LoadingProgress> loadingProgress_;
29 static constexpr size_t maxThreads_ = 6;
30 static constexpr ImVec4 colorNeonCyan_ = ImVec4(0.0f, 1.0f, 1.0f, 1.0f);
31 static constexpr ImVec4 colorNeonMagenta_ = ImVec4(1.0f, 0.0f, 1.0f, 1.0f);
32 static constexpr ImVec4 colorNeonYellow_ = ImVec4(1.0f, 1.0f, 0.0f, 1.0f);
33 static constexpr ImVec4 colorDmdText_ = ImVec4(1.0f, 0.8f, 0.2f, 1.0f);
34 static constexpr ImVec4 colorTimelineNode_ = ImVec4(0.2f, 0.8f, 1.0f, 1.0f);
35 static constexpr ImVec4 colorThreadGreen_ = ImVec4(0.2f, 0.8f, 0.2f, 0.8f);
43 std::string getCommandOutput(
const std::string& cmd);