~aleteoryx/muditaos

ref: 07cc59d97869e83b319f930403112d2cbd321248 muditaos/module-gui/gui/widgets/SideListItem.hpp -rw-r--r-- 414 bytes
07cc59d9 — Mateusz Piesta [BH-708] Time and units 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#pragma once

#include "BoxLayout.hpp"
#include "ListItemWithDescription.hpp"

namespace gui
{
    class SideListItem : public ListItemWithDescription
    {
      public:
        VBox *body = nullptr;

        SideListItem(std::string description);
    };
} /* namespace gui */