16#include "buttonsettings.h"
17#include "buttoncontroller.h"
36 Button (
const ButtonSettings & settings);
47 const ButtonController & ctrl()
const;
52 ButtonController & ctrl();
57 const ButtonSettings & settings()
const;
79 bool isOpened()
const;
89 bool isPressed()
const;
94 bool operator== (
const Button &other)
const;
99 bool operator!= (
const Button &other)
const;
102 ButtonController * m_ctrl;
103 const ButtonSettings * m_settings;
SpaIot name space.
Definition: bussettings.h:21