MuseScore
3.4
Music composition and notation
mscore
inspector
inspectorDynamic.h
Go to the documentation of this file.
1
//=============================================================================
2
// MuseScore
3
// Music Composition & Notation
4
//
5
// Copyright (C) 2017 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_DYNAMIC_H__
14
#define __INSPECTOR_DYNAMIC_H__
15
16
#include "
inspectorTextBase.h
"
17
#include "ui_inspector_dynamic.h"
18
19
namespace
Ms
{
20
21
//---------------------------------------------------------
22
// InspectorDynamic
23
//---------------------------------------------------------
24
25
class
InspectorDynamic
:
public
InspectorTextBase
{
26
Q_OBJECT
27
28
Ui::InspectorDynamic
d
;
29
30
virtual
void
valueChanged
(
int
,
bool
)
override
;
31
32
public
:
33
InspectorDynamic
(QWidget* parent);
34
};
35
36
}
// namespace Ms
37
38
39
#endif
40
inspectorTextBase.h
Ms::InspectorDynamic::InspectorDynamic
InspectorDynamic(QWidget *parent)
Definition:
inspectorDynamic.cpp:23
Ms::InspectorDynamic::valueChanged
virtual void valueChanged(int, bool) override
Definition:
inspectorDynamic.cpp:48
Ms::InspectorTextBase
Definition:
inspectorTextBase.h:25
Ms
Definition:
aeolus.cpp:26
Ms::InspectorDynamic::d
Ui::InspectorDynamic d
Definition:
inspectorDynamic.h:28
Ms::InspectorDynamic
Definition:
inspectorDynamic.h:25
Generated by
1.8.13