MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / MainAdaptix

Method MainAdaptix

AdaptixClient/Source/MainAdaptix.cpp:18–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include <oclero/qlementine.hpp>
17
18MainAdaptix::MainAdaptix()
19{
20 storage = new Storage();
21 settings = new Settings(this);
22
23 ConsoleThemeManager::instance().loadTheme(settings->data.ConsoleTheme);
24
25 this->SetApplicationTheme();
26
27 mainUI = new MainUI();
28 extender = new Extender(this);
29
30 TitleBarStyle::applyForTheme(mainUI, settings->data.MainTheme);
31}
32
33MainAdaptix::~MainAdaptix()
34{

Callers

nothing calls this directly

Calls 3

SetApplicationThemeMethod · 0.95
applyForThemeFunction · 0.85
loadThemeMethod · 0.80

Tested by

no test coverage detected