2#include <score/config.hpp>
3#include <score/plugins/InterfaceList.hpp>
4#include <score/selection/Selection.hpp>
8#include <score_lib_base_export.h>
15 using QObject::QObject;
18 virtual bool render(QPainter* painter,
const QRectF& rect) = 0;
27 virtual bool matches(
const Selection& cst, QObject* parent)
const noexcept = 0;
Definition Selection.hpp:12
Definition BackgroundRenderer.hpp:22
Definition BackgroundRenderer.hpp:13
Definition BackgroundRenderer.hpp:33
Base class for plug-in interfaces.
Definition Interface.hpp:52
Utility class for making a factory interface list.
Definition InterfaceList.hpp:173
Base toolkit upon which the software is built.
Definition Application.cpp:111
Definition ObjectMatches.hpp:6