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