SpectMorph
Main Page
Classes
Files
File List
gui
smmoveindicator.hh
1
// Licensed GNU LGPL v3 or later: http://www.gnu.org/licenses/lgpl.html
2
3
#ifndef SPECTMORPH_MOVE_INDICATOR_HH
4
#define SPECTMORPH_MOVE_INDICATOR_HH
5
6
#include <QWidget>
7
8
namespace
SpectMorph
9
{
10
11
class
MoveIndicator
:
public
QWidget
12
{
13
protected
:
14
bool
m_active;
15
16
public
:
17
MoveIndicator
();
18
19
void
paintEvent (QPaintEvent *event);
20
void
set_active (
bool
active);
21
};
22
23
}
24
25
#endif
SpectMorph::MoveIndicator
Definition:
smmoveindicator.hh:11
SpectMorph
Definition:
smalignedarray.cc:7
Generated on Tue Jun 20 2017 15:43:14 for SpectMorph by
1.8.11