Public Methods |
| | Anchor (Id id, Offset offset, Unit unit, string signals) |
| | Create an anchor, using the given identifier. More...
|
| | Anchor (Id id, Unit unit, string signals) |
| | Create an anchor, using a given identifier, but without specifying its offset. More...
|
| | Anchor (Id id, const Anchor *) |
| | Copy an anchor, but with the given identifier. More...
|
| const Id | getId () const |
| | Get the id of the anchor. More...
|
| Offset | getOffset () const |
| | Get the offset of the anchor. More...
|
| void | setOffset (Offset o) |
| | Set the offset of the anchor. More...
|
| bool | getAnchored () const |
| | Get the anchored flag of the anchor. More...
|
| void | setSignals (string signals) |
| | Set the signals of the anchor. More...
|
| string | getSignals () const |
| | Get the signals of the anchor. More...
|
| void | setUnit (string unit) |
| | Set the unit of the anchor. More...
|
| Unit | getUnit () const |
| | Get the unit of the anchor. More...
|
| string | toString () |
| | Dump the anchor in AIF format. More...
|
Protected Methods |
| void | unsetOffset () |
| | Unset the offset. More...
|
Friends |
| class | AG |
| class | AnnotationIndex |
| bool | operator< (const Anchor &, const Anchor &) |
| | Comparison of two anchors. More...
|