GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
20 #include "GRPTagARNotationElement.h" 39 float fDx, fDy, fLSpace;
40 std::vector<NVRect> fPos;
42 void DrawUpArrow (
VGDevice & hdc,
float x,
float y)
const;
43 void DrawDownArrow (
VGDevice & hdc,
float x,
float y)
const;
The base class for all graphic objects.
Definition: GObject.h:54
Abstract representation of aa arpeggio.
Definition: ARArpeggio.h:47
The Arpeggio notation element.
Definition: GRArpeggio.h:29
A GRStaff represents a single line of music.
Definition: GRStaff.h:181
not yet documented
Definition: GRPTagARNotationElement.h:25
Generic platform independant drawing device.
Definition: VGDevice.h:68
virtual void OnDraw(VGDevice &hdc) const
GRArpeggio(GRStaff *stf, const ARArpeggio *artrem)
virtual void tellPosition(GObject *caller, const NVPoint &np)
virtual ~GRArpeggio()
Definition: GRArpeggio.h:33