20#ifndef LIBREPCB_EDITOR_CENTEREDCHECKBOX_H
21#define LIBREPCB_EDITOR_CENTEREDCHECKBOX_H
49 QWidget* parent =
nullptr)
noexcept;
The CenteredCheckBox class is a centered variant of the QCheckBox.
Definition: centeredcheckbox.h:42
CenteredCheckBox(const CenteredCheckBox &other)=delete
void clicked(bool checked)
void setText(const QString &text) noexcept
Definition: centeredcheckbox.h:54
void toggled(bool checked)
~CenteredCheckBox() noexcept
Definition: centeredcheckbox.cpp:56
void setChecked(bool checked) noexcept
Definition: centeredcheckbox.h:56
bool isChecked() const noexcept
Definition: centeredcheckbox.h:55
void stateChanged(int state)
CenteredCheckBox(QWidget *parent=nullptr) noexcept
Definition: centeredcheckbox.cpp:38
CenteredCheckBox & operator=(const CenteredCheckBox &rhs)=delete
QCheckBox * mCheckBox
Definition: centeredcheckbox.h:67
Definition: occmodel.cpp:77