|
Public Methods |
|
| Timeline (const Id &id) |
| | Constructor.
|
|
| ~Timeline () |
| | Destructor.
|
|
const Id | getId () const |
| | Get the id of the timeline.
|
|
set< SignalId > | getSignals () const |
| | Get signal Ids.
|
| SignalId | createSignal (Id id, string xlinkHref, MimeClass mimeClass, MimeType mimeType, Encoding encoding, Unit unit, string track) throw (AGException) |
|
void | deleteSignal (Signal *signal) |
| | Remove a signal from the timeline.
|
|
void | setFeature (FeatureName featureName, FeatureValue featureValue) |
| | Set the value of a feature in the metadata.
|
|
bool | existsFeature (FeatureName featureName) |
| | Test if a feature exists in the metadata.
|
|
void | deleteFeature (FeatureName featureName) |
| | Delete the specified feature in the metadata.
|
|
string | getFeature (FeatureName featureName) |
| | Get the value of the specified feature in the metadata.
|
| set< string > | getFeatureNames () |
| void | setFeatures (map< string, string > &features) |
| map< string, string > | getFeatures () |
| void | unsetFeatures () |
|
list< string > | storeSQLs (AGSetId id) |
| | Create list of SQLs used to save the timeline to the DB server.
|
|
string | toString () |
| | Dump the timeline in AIF format.
|