GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
a guido map collector that combines a guido events and staff mappings More...
Public Member Functions | |
GuidoStaffCollector (CGRHandler gr, int num, bool getRAWdata=false) | |
virtual | ~GuidoStaffCollector () |
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... | |
virtual void | process (int page, float w, float h, Time2GraphicMap *outmap) |
virtual void | processV1 (int page, float w, float h, Time2GraphicMap *outmap) |
![]() | |
GuidoMapCollector (CGRHandler gr, GuidoElementSelector selector, const Filter *filter=0) | |
virtual | ~GuidoMapCollector () |
the method called by guido for each graphic segment More... | |
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 that combines a guido events and staff mappings
|
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.
|
virtual |
Reimplemented from guido::GuidoMapCollector.
|
virtual |