16#include "buttonsettings.h"
17#include "buttoncontroller.h"
19#include "pcf8574mux.h"
37 Button (
const ButtonSettings & settings);
48 const ButtonController & ctrl()
const;
53 ButtonController & ctrl();
58 const ButtonSettings & settings()
const;
80 bool isOpened()
const;
90 bool isPressed()
const;
95 bool operator== (
const Button &other)
const;
100 bool operator!= (
const Button &other)
const;
103 ButtonController * m_ctrl;
104 const ButtonSettings * m_settings;
SpaIot name space.
Definition: bussettings.h:21