20#ifndef LIBREPCB_EDITOR_TOOLBARPROXY_H
21#define LIBREPCB_EDITOR_TOOLBARPROXY_H
59 void clear() noexcept;
60 QAction*
addAction(std::unique_ptr<QAction> action) noexcept;
62 QAction*
addLabel(const QString& text,
int indent = 0) noexcept;
63 QAction*
addWidget(std::unique_ptr<QWidget> widget,
int indent = 0) noexcept;
Definition: occmodel.cpp:77