~aleteoryx/muditaos

ref: 8bb8be69d64a9c5a322b18f03f6167915866c246 muditaos/module-gui/test/mock/TestWindow.hpp -rw-r--r-- 309 bytes
8bb8be69 — SP2FET [EGD-4082] fixed build in Debug 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once
#include <module-gui/gui/widgets/Window.hpp>

namespace gui
{
    class TestWindow : public Window
    {
      public:
        TestWindow(const std::string &name);
        void buildInterface() final;
        void destroyInterface() final;
        void rebuild() final;
    };
} // namespace gui