MuseScore
3.4
Music composition and notation
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
x
+
Typedefs
b
c
d
e
f
g
h
i
j
l
m
n
o
p
s
t
v
+
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Typedefs
+
Enumerations
a
c
d
e
f
g
h
l
m
o
p
r
s
t
v
x
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
z
+
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
z
+
Related Functions
a
b
c
f
i
l
m
o
p
q
r
s
t
v
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Functions
a
c
d
e
g
i
l
m
o
q
r
u
Variables
Typedefs
Enumerations
+
Enumerator
a
c
d
e
f
h
m
n
r
s
t
w
+
Macros
_
a
b
c
d
f
g
h
k
l
m
n
o
p
q
r
s
t
u
v
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
mscore
inspector
inspectorHairpin.h
Go to the documentation of this file.
1
//=============================================================================
2
// MuseScore
3
// Music Composition & Notation
4
//
5
// Copyright (C) 2012 Werner Schweer and others
6
//
7
// This program is free software; you can redistribute it and/or modify
8
// it under the terms of the GNU General Public License version 2
9
// as published by the Free Software Foundation and appearing in
10
// the file LICENSE.GPL
11
//=============================================================================
12
13
#ifndef __INSPECTOR_HAIRPIN_H__
14
#define __INSPECTOR_HAIRPIN_H__
15
16
#include "
inspector.h
"
17
// #include "inspectorBase.h"
18
#include "
inspectorTextLineBase.h
"
19
#include "ui_inspector_hairpin.h"
20
#include "ui_inspector_line.h"
21
22
namespace
Ms
{
23
24
//---------------------------------------------------------
25
// InspectorHairpin
26
//---------------------------------------------------------
27
28
// class InspectorHairpin : public InspectorElementBase {
29
class
InspectorHairpin
:
public
InspectorTextLineBase
{
30
Q_OBJECT
31
32
// Ui::InspectorLine l;
33
Ui::InspectorHairpin
h
;
34
35
void
updateLineType
();
36
virtual
void
setElement
()
override
;
37
virtual
void
valueChanged
(
int
idx)
override
;
38
39
public
:
40
InspectorHairpin
(QWidget* parent);
41
virtual
void
postInit
()
override
;
42
};
43
44
45
}
// namespace Ms
46
#endif
47
Ms::InspectorHairpin::setElement
virtual void setElement() override
Definition:
inspectorHairpin.cpp:93
Ms::InspectorHairpin
Definition:
inspectorHairpin.h:29
inspector.h
Ms::InspectorHairpin::updateLineType
void updateLineType()
Definition:
inspectorHairpin.cpp:64
Ms::InspectorHairpin::valueChanged
virtual void valueChanged(int idx) override
Definition:
inspectorHairpin.cpp:82
Ms
Definition:
aeolus.cpp:26
inspectorTextLineBase.h
Ms::InspectorHairpin::InspectorHairpin
InspectorHairpin(QWidget *parent)
Definition:
inspectorHairpin.cpp:24
Ms::InspectorHairpin::postInit
virtual void postInit() override
Definition:
inspectorHairpin.cpp:108
Ms::InspectorTextLineBase
Definition:
inspectorTextLineBase.h:26
Ms::InspectorHairpin::h
Ui::InspectorHairpin h
Definition:
inspectorHairpin.h:33
Generated by
1.8.13