score
Home
Classes
Namespaces
Files
Loading...
Searching...
No Matches
FullViewIntervalHeader.hpp
1
#pragma once
2
#include <Scenario/Document/Interval/IntervalHeader.hpp>
3
4
#include <QRect>
5
6
class
QGraphicsItem;
7
class
QPainter;
8
class
QStyleOptionGraphicsItem;
9
class
QWidget;
10
11
namespace
score
12
{
13
struct
DocumentContext;
14
}
15
namespace
Scenario
16
{
21
class
FullViewIntervalHeader
final :
public
IntervalHeader
22
{
23
public
:
24
FullViewIntervalHeader
(
const
score::DocumentContext
& ctx, QGraphicsItem*);
25
26
void
setState(
State
s)
override
{ }
27
28
QRectF boundingRect()
const override
;
29
void
paint(QPainter* painter,
const
QStyleOptionGraphicsItem* option, QWidget* widget)
30
override
;
31
};
32
}
Scenario::FullViewIntervalHeader
Definition
FullViewIntervalHeader.hpp:22
Scenario::IntervalHeader
Definition
IntervalHeader.hpp:16
Scenario
Main plug-in of score.
Definition
score-plugin-dataflow/Dataflow/PortItem.hpp:13
State
Utilities for OSSIA data structures.
Definition
DeviceInterface.hpp:35
score
Base toolkit upon which the software is built.
Definition
Application.cpp:117
score::DocumentContext
Definition
DocumentContext.hpp:18