1#ifndef LIBS_GUI_CCHECKBUTTON_HPP_
2#define LIBS_GUI_CCHECKBUTTON_HPP_
14 explicit CCheckButton(
bool valueDefault, std::string_view textButton =
"");
15 explicit CCheckButton(
bool *activeRef, std::string_view textCheckButton =
"");
16 CCheckButton(std::weak_ptr<iv::channels::AbstractChannel> associatedChannelRef,
const std::string &affects,
17 bool *activeRef,
const std::string &textButton);
Definition AbstractClickComponentGUI.hpp:10
Definition CDialog.hpp:21