GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
a guido map collector retrieving the list of kNote/kRest events. For each kRest starting a measure, its box left is aligned on the measure left barline. More...
Public Member Functions | |
GuidoVoiceAndBarCollector (CGRHandler gr, int staffNum=0) | |
virtual | ~GuidoVoiceAndBarCollector () |
overrides the method called by guido for each graphic segment More... | |
virtual void | Graph2TimeMap (const FloatRect &box, const TimeSegment &dates, const GuidoElementInfos &infos) |
a method called by the GuidoGetMap function More... | |
![]() | |
GuidoMapCollector (CGRHandler gr, GuidoElementSelector selector, const Filter *filter=0) | |
virtual | ~GuidoMapCollector () |
the method called by guido for each graphic segment More... | |
virtual void | process (int page, float w, float h, Time2GraphicMap *outmap) |
void | add (const TimeSegment &ts, const FloatRect &r) |
![]() | |
virtual | ~MapCollector () |
Additional Inherited Members | |
![]() | |
void | getEvents (int page, float w, float h, bool keepLeftmost, Time2GraphicMap &outmap, int staffNum=0) |
![]() | |
CGRHandler | fGRHandler |
GuidoElementSelector | fSelector |
const Filter * | fFilter |
Time2GraphicMap * | fOutMap |
a guido map collector retrieving the list of kNote/kRest events. For each kRest starting a measure, its box left is aligned on the measure left barline.
|
inline |
|
inlinevirtual |
overrides the method called by guido for each graphic segment
|
virtual |
a method called by the GuidoGetMap function
box | a graphic rectangle expressed with no scaling and no coordinates offset. |
dates | a time segment containing the corresponding start and end dates |
infos | information about the corresponding element. |
Reimplemented from guido::GuidoMapCollector.