|
| virtual | ~GuidoScoreMapAdapter () |
| |
| GuidoErrCode | getMap (CGRHandler gr, int pagenum, float width, float height, GuidoElementSelector sel, MapCollector &f) |
| | Retrieves the graphic to time mapping. More...
|
| |
| Time2GraphicMap | getPageMap (CGRHandler gr, int pagenum, float w, float h) |
| | Retrieves a guido page graphic to time mapping. More...
|
| |
| Time2GraphicMap | getStaffMap (CGRHandler gr, int pagenum, float w, float h, int staff) |
| | Retrieves a guido staff graphic to time mapping. More...
|
| |
| Time2GraphicMap | getVoiceMap (CGRHandler gr, int pagenum, float w, float h, int voice) |
| | Retrieves a guido voice graphic to time mapping. More...
|
| |
| Time2GraphicMap | getSystemMap (CGRHandler gr, int pagenum, float w, float h) |
| | Retrieves a guido system graphic to time mapping. More...
|
| |
| bool | getTime (const GuidoDate &date, const Time2GraphicMap map, TimeSegment &t, FloatRect &r) |
| | Retrieves a time segment and the associated graphic segment in a mapping. More...
|
| |
| bool | getPoint (float x, float y, const Time2GraphicMap map, TimeSegment &t, FloatRect &r) |
| | Retrieves a time segment and the associated graphic segment in a mapping. More...
|
| |
| GuidoErrCode | getTimeMap (CARHandler gr, TimeMapCollector &f) |
| | Retrieves the rolled to unrolled time mapping. More...
|
| |
| TTime2TimeMap | getTime2TimeMap (CARHandler ar) |
| |