~aleteoryx/muditaos

ref: e7776f6c1790f3064d47c7a3a95e5a71119e9a52 muditaos/module-apps/application-bell-settings/widgets/TimeSetSpinnerListItem.hpp -rw-r--r-- 521 bytes
e7776f6c — Marek Niepieklo [CP-228] Force flushing of logs before getting log files 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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 <widgets/SideListItem.hpp>

#include <string>

namespace gui
{
    class TimeSetSpinner;

    class TimeSetSpinnerListItem : public SideListItem
    {
      public:
        TimeSetSpinner *timeSetSpinner = nullptr;

        TimeSetSpinnerListItem(gui::Length x, gui::Length y, gui::Length w, gui::Length h, std::string description);
    };
} /* namespace gui */