2010-04-04 01:22:29 +02:00
|
|
|
format 58
|
2007-07-04 05:46:08 +02:00
|
|
|
"session" // design::codegen::proc::mobject::session
|
2010-04-04 01:22:29 +02:00
|
|
|
revision 13
|
2007-07-04 05:46:08 +02:00
|
|
|
modified_by 5 "hiv"
|
|
|
|
|
// class settings
|
|
|
|
|
//class diagram settings
|
2010-04-04 01:22:29 +02:00
|
|
|
draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_infonote default shadow default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//use case diagram settings
|
2010-04-04 01:22:29 +02:00
|
|
|
package_name_in_tab default show_context default auto_label_position default draw_all_relations default class_drawing_mode default shadow default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//sequence diagram settings
|
2010-04-04 01:22:29 +02:00
|
|
|
show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//collaboration diagram settings
|
2010-04-04 01:22:29 +02:00
|
|
|
show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default draw_all_relations default shadow default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//object diagram settings
|
2010-04-04 01:22:29 +02:00
|
|
|
write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//component diagram settings
|
|
|
|
|
package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default
|
2010-04-04 01:22:29 +02:00
|
|
|
draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//deployment diagram settings
|
|
|
|
|
package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
|
2010-04-04 01:22:29 +02:00
|
|
|
draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//state diagram settings
|
|
|
|
|
package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
|
2010-04-04 01:22:29 +02:00
|
|
|
show_activities default region_horizontally default drawing_language default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
//activity diagram settings
|
|
|
|
|
package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
|
2010-04-04 01:22:29 +02:00
|
|
|
show_infonote default drawing_language default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
|
|
|
|
|
stereotype "src"
|
|
|
|
|
cpp_h_dir "proc/mobject/session"
|
|
|
|
|
cpp_src_dir "proc/mobject/session"
|
2007-08-09 18:51:47 +02:00
|
|
|
cpp_namespace "mobject::session"
|
2007-07-04 05:46:08 +02:00
|
|
|
comment "sourcecode package
|
|
|
|
|
|
|
|
|
|
Everything concerning the EDL and Session, within the MObject Subsystem"
|
|
|
|
|
deploymentview 128901 "gen"
|
|
|
|
|
//deployment diagram settings
|
|
|
|
|
package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
|
2010-04-04 01:22:29 +02:00
|
|
|
draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
|
2007-07-04 05:46:08 +02:00
|
|
|
comment "defines source files to be generated by BOUML"
|
2007-09-27 04:45:06 +02:00
|
|
|
artifact 128517 "sessionimpl"
|
2007-07-04 05:46:08 +02:00
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
2007-09-27 04:45:06 +02:00
|
|
|
class_ref 128005 // SessionImpl
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
2007-09-27 04:45:06 +02:00
|
|
|
comment "holds the complete session data to be edited by the user"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
2007-09-27 23:07:05 +02:00
|
|
|
artifact 138885 "sessmanager"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 139781 // SessManager
|
|
|
|
|
end
|
|
|
|
|
comment "global session access and lifecycle"
|
|
|
|
|
end
|
|
|
|
|
|
2007-07-04 05:46:08 +02:00
|
|
|
artifact 128645 "edl"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
2010-04-04 01:22:29 +02:00
|
|
|
class_ref 128133 // Seq
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "the (high level) Edit Decision List within the current Session"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 128773 "fixture"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 128261 // Fixture
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "the (low level) representation of the EDL with concrete placement data"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
2007-08-08 04:50:02 +02:00
|
|
|
artifact 135045 "segment"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 135173 // Segment
|
|
|
|
|
end
|
|
|
|
|
comment "Segment of the Timeline.
|
|
|
|
|
Used at the moment (7/07) for partitioning the timeline/fixture into segments
|
|
|
|
|
to be rendered by a specialized render node network for each, without the need
|
|
|
|
|
to change any connections within a given segment.
|
|
|
|
|
Note this concept may be superfluos alltogether; is a draft and the real
|
|
|
|
|
use still needs to be worked out..."
|
|
|
|
|
end
|
|
|
|
|
|
2007-07-04 05:46:08 +02:00
|
|
|
artifact 128901 "track"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 128389 // Track
|
|
|
|
|
end
|
2008-01-07 18:16:03 +01:00
|
|
|
comment "A grouping device within the EDL. The corresponding Placement
|
|
|
|
|
by which this Track object is refered defines fallback placing
|
|
|
|
|
properties to be used by all objects placed on this track in
|
|
|
|
|
case they don't specify more concrete placements.
|
|
|
|
|
Typically, tracks are used do make default Port connections,
|
|
|
|
|
define a layer or pan for sound and for for disabling groups
|
|
|
|
|
of clips. Note tracks are grouped in a tree like fashion.
|
|
|
|
|
"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 129285 "abstractmo"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 128773 // AbstractMO
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "abstract base class for all Media Objects"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 129413 "clip"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 128901 // Clip
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "a Media Clip"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
2007-09-22 16:44:50 +02:00
|
|
|
artifact 138373 "simpleclip"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
end
|
|
|
|
|
comment "Elementary clip (single media stream only)"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 138501 "compoundclip"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
end
|
|
|
|
|
comment "compound of several clips (multichannel)"
|
|
|
|
|
end
|
|
|
|
|
|
2007-07-04 05:46:08 +02:00
|
|
|
artifact 129541 "effect"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 129029 // Effect
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "EDL representation of a pluggable and automatable effect."
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 129669 "meta"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 129157 // Meta
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "abstract base class of all MObjects representing meta data or processing instructions"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
2007-10-18 17:29:01 +02:00
|
|
|
artifact 139013 "locatingpin"
|
2007-10-13 05:13:28 +02:00
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
2007-10-18 17:29:01 +02:00
|
|
|
class_ref 139909 // LocatingPin
|
2007-10-13 05:13:28 +02:00
|
|
|
end
|
2007-10-18 17:29:01 +02:00
|
|
|
comment "Chaining and constraining the Placement of a Media Object"
|
2007-10-13 05:13:28 +02:00
|
|
|
end
|
|
|
|
|
|
2007-10-18 17:29:01 +02:00
|
|
|
artifact 129797 "fixedlocation"
|
2007-07-04 05:46:08 +02:00
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
2007-10-18 17:29:01 +02:00
|
|
|
class_ref 129285 // FixedLocation
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
2007-10-18 17:29:01 +02:00
|
|
|
comment "implements fixed placement of a MObject"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
2007-10-18 17:29:01 +02:00
|
|
|
artifact 129925 "relativelocation"
|
2007-07-04 05:46:08 +02:00
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
2007-10-18 17:29:01 +02:00
|
|
|
class_ref 129413 // RelativeLocation
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "Placement implemnetaion providing various ways of attaching a MObject to another one"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 130053 "allocation"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 129541 // Allocation
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
2008-01-07 18:16:03 +01:00
|
|
|
artifact 139397 "constraint"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 130181 // Constraint
|
|
|
|
|
end
|
|
|
|
|
comment "LocatingPin representing an directive by the user that
|
|
|
|
|
must not be violated"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 139269 "wish"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 130053 // Wish
|
|
|
|
|
end
|
|
|
|
|
comment "LocatingPin representing a low-priority directive by the user,
|
|
|
|
|
to be fulfilled only if possible (and after satisfying the
|
|
|
|
|
more important LocatingPins)"
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 139525 "plug"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 140421 // Plug
|
|
|
|
|
end
|
|
|
|
|
comment "LocatingPin for requesting connection to some Port"
|
|
|
|
|
end
|
|
|
|
|
|
2007-07-04 05:46:08 +02:00
|
|
|
artifact 130181 "label"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 129669 // Label
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 130309 "auto"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 129925 // Auto
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "Media Object holding automation data"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
end
|