#include <sharedlocation.h>
Public Member Functions | |
| SharedLocation () | |
| SharedLocation (int module, int plugin) | |
| void | save (FileXML *file) |
| void | load (FileXML *file) |
| int | operator== (const SharedLocation &that) |
| SharedLocation & | operator= (const SharedLocation &that) |
| int | get_type () |
| void | calculate_title (char *string, EDL *edl, double position, int convert_units, int plugin_type, int use_nudge) |
Public Attributes | |
| int | module |
| int | plugin |
Definition at line 7 of file sharedlocation.h.
|
|
Definition at line 20 of file sharedlocation.C. |
|
||||||||||||
|
Definition at line 26 of file sharedlocation.C. |
|
||||||||||||||||||||||||||||
|
Definition at line 78 of file sharedlocation.C. References _, Track::get_current_plugin(), module, plugin, Track::title, and EDL::tracks. Referenced by Plugin::calculate_title(). |
|
|
Definition at line 52 of file sharedlocation.C. References plugin. |
|
|
Definition at line 43 of file sharedlocation.C. References XMLTag::get_property(), module, plugin, and FileXML::tag. Referenced by PluginSet::load(), and Plugin::load(). |
|
|
Definition at line 71 of file sharedlocation.C. |
|
|
Definition at line 61 of file sharedlocation.C. |
|
|
Definition at line 32 of file sharedlocation.C. References FileXML::append_newline(), FileXML::append_tag(), module, plugin, XMLTag::set_property(), XMLTag::set_title(), and FileXML::tag. Referenced by Plugin::copy(). |
|
|
1.4.4