MuseScore
3.4
Music composition and notation
mscore
inspector
inspectorJump.h
Go to the documentation of this file.
1
//=============================================================================
2
// MuseScore
3
// Music Composition & Notation
4
//
5
// Copyright (C) 2013 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_JUMP_H__
14
#define __INSPECTOR_JUMP_H__
15
16
#include "
inspectorTextBase.h
"
17
#include "ui_inspector_jump.h"
18
19
namespace
Ms
{
20
21
//---------------------------------------------------------
22
// InspectorJump
23
//---------------------------------------------------------
24
25
class
InspectorJump
:
public
InspectorTextBase
{
26
Q_OBJECT
27
28
Ui::InspectorJump
j
;
29
30
public
:
31
InspectorJump
(QWidget* parent);
32
};
33
34
35
}
// namespace Ms
36
#endif
37
38
inspectorTextBase.h
Ms::InspectorJump
Definition:
inspectorJump.h:25
Ms::InspectorTextBase
Definition:
inspectorTextBase.h:25
Ms
Definition:
aeolus.cpp:26
Ms::InspectorJump::InspectorJump
InspectorJump(QWidget *parent)
Definition:
inspectorJump.cpp:22
Ms::InspectorJump::j
Ui::InspectorJump j
Definition:
inspectorJump.h:28
Generated by
1.8.13