MuseScore
3.4
Music composition and notation
mscore
inspector
inspectorOttava.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_OTTAVA_H__
14
#define __INSPECTOR_OTTAVA_H__
15
16
#include "
inspector.h
"
17
#include "
inspectorTextLineBase.h
"
18
#include "ui_inspector_ottava.h"
19
20
namespace
Ms
{
21
22
//---------------------------------------------------------
23
// InspectorOttava
24
//---------------------------------------------------------
25
26
class
InspectorOttava
:
public
InspectorTextLineBase
{
27
Q_OBJECT
28
29
Ui::InspectorOttava
o
;
30
31
public
:
32
InspectorOttava
(QWidget* parent);
33
};
34
35
36
}
// namespace Ms
37
#endif
38
Ms::InspectorOttava
Definition:
inspectorOttava.h:26
inspector.h
Ms
Definition:
aeolus.cpp:26
inspectorTextLineBase.h
Ms::InspectorOttava::o
Ui::InspectorOttava o
Definition:
inspectorOttava.h:29
Ms::InspectorTextLineBase
Definition:
inspectorTextLineBase.h:26
Ms::InspectorOttava::InspectorOttava
InspectorOttava(QWidget *parent)
Definition:
inspectorOttava.cpp:24
Generated by
1.8.13