GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
1 #ifndef __GUIDOInternal__ 2 #define __GUIDOInternal__ 21 #include "GUIDOEngine.h" 68 extern int gBoundingBoxesMap;
69 #define kPageBBColor VGColor( 0, 0, 255 ) 70 #define kSystemBBColor VGColor( 0, 0, 0 ) 71 #define kSystemSliceBBColor VGColor( 0, 0, 200 ) 72 #define kStaffBBColor VGColor( 255, 0, 0 ) 73 #define kMeasureBBColor VGColor( 0, 255, 0 ) 74 #define kEventBBColor VGColor( 255, 0, 0 )
Definition: GUIDOInternal.h:31
GRMusic * grmusic
Definition: GUIDOInternal.h:41
int gDisplaySprings
Definition: GUIDOInternal.h:52
GuidoLayoutSettings * fEngineSettings
Definition: GUIDOInternal.h:35
Graphical representation of the music. It handles a list of voices and a list of pages.
Definition: GRMusic.h:41
VGDevice * gDevice
Definition: GUIDOInternal.h:63
Generic platform independant drawing device.
Definition: VGDevice.h:68
NodeAR * arHandle
Definition: GUIDOInternal.h:42
int gAutoBarlines
Definition: GUIDOInternal.h:60
Engine settings for the graphic score layout.
Definition: GUIDOEngine.h:255
Definition: GUIDOInternal.h:38
Contains all global settings required by engine (moved from nview.h)
Definition: GUIDOInternal.h:48
int page
Definition: GUIDOInternal.h:40
ARMusic * armusic
Definition: GUIDOInternal.h:34
std::ostream & operator<<(std::ostream &os, const svgendl &eol)
int gDisplayForce
Definition: GUIDOInternal.h:56
Translation of a GUIDO Segment into a class.
Definition: ARMusic.h:31
int refCount
Definition: GUIDOInternal.h:33