Loading...
Searching...
No Matches
BangPainting.hpp
1#pragma once
2#include <score_lib_base_export.h>
3
4class QBrush;
5class QPalette;
6
7namespace score
8{
20SCORE_LIB_BASE_EXPORT QBrush bangFill(const QPalette& fallback, bool lit);
21}
Base toolkit upon which the software is built.
Definition Application.cpp:117
QBrush bangFill(const QPalette &fallback, bool lit)
The fill of a bang: the circle an impulse gets.
Definition GraphicWidgets.cpp:10