Canorus
0.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
drawable
drawabletimesignature.h
Go to the documentation of this file.
1
8
#ifndef DRAWABLETIMESIGNATURE_H_
9
#define DRAWABLETIMESIGNATURE_H_
10
11
#include "
drawable/drawablemuselement.h
"
12
#include "
core/timesignature.h
"
13
#include "
canorus.h
"
14
15
class
CADrawableStaff
;
16
17
class
CADrawableTimeSignature
:
public
CADrawableMusElement
{
18
public
:
19
CADrawableTimeSignature
(
CATimeSignature
*timeSig,
CADrawableStaff
*drawableStaff,
double
x,
double
y);
20
~CADrawableTimeSignature
();
21
void
draw
(QPainter *p,
CADrawSettings
s);
22
CADrawableTimeSignature
*
clone
(
CADrawableContext
* newContext = 0);
23
inline
CATimeSignature
*
timeSignature
() {
return
static_cast<
CATimeSignature
*
>
(
_musElement
); }
24
};
25
26
#endif
/*DRAWABLETIMESIGNATURE_H_*/
Generated on Fri Jan 11 2013 14:40:12 for Canorus by
1.8.3