GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
18 #include "ARStaccato.h" 19 #include "GRARNotationElement.h"
The base class for all graphic objects.
Definition: GObject.h:54
virtual void tellPosition(GObject *caller, const NVPoint &pos)
virtual void OnDraw(VGDevice &hdc) const
A GRStaff represents a single line of music.
Definition: GRStaff.h:181
Staccato Tag.
Definition: ARStaccato.h:44
Generic platform independant drawing device.
Definition: VGDevice.h:68
Graphical representation af a Staccato.
Definition: GRStaccato.h:27
GRStaccato(const ARStaccato *arstacc, bool ownsar=false)
virtual void setPosition(const NVPoint &point)
This class is the base class for all graphical elements that have a direct counterpart in the Abstrac...
Definition: GRARNotationElement.h:25