removed the old 'FrameProvider' provided by ichthyo
This commit is contained in:
parent
142abcc187
commit
3edce45b49
3 changed files with 3 additions and 43 deletions
|
|
@ -1,18 +1,16 @@
|
|||
window_sizes 1274 775 300 964 633 60
|
||||
diagrams
|
||||
active classdiagram_ref 128181 // File Mapping
|
||||
964 633 100 4 105 0
|
||||
964 633 81 4 0 0
|
||||
end
|
||||
show_stereotypes
|
||||
open
|
||||
|
||||
package_ref 129285 // ProcessingLayer
|
||||
class_ref 131205 // FrameProvider
|
||||
class_ref 128437 // FileMapCache
|
||||
class_ref 128693 // FileHandle
|
||||
class_ref 128225 // FrameReference
|
||||
class_ref 128778 // FileReference
|
||||
class_ref 129034 // FrameHandle
|
||||
classview_ref 128645 // Service Components
|
||||
class_ref 128266 // Condition
|
||||
class_ref 128394 // Mutex
|
||||
|
|
|
|||
|
|
@ -43,44 +43,6 @@ format 38
|
|||
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
|
||||
show_infonote default drawing_language default
|
||||
|
||||
class 131205 "FrameProvider"
|
||||
visibility public stereotype "boundary"
|
||||
cpp_decl "${comment}${template}class ${name}${inherit} {
|
||||
${members}};
|
||||
${inlines}
|
||||
"
|
||||
java_decl ""
|
||||
idl_decl "${comment}${abstract}${local}interface ${name}${inherit} {
|
||||
${members}};
|
||||
"
|
||||
explicit_switch_type ""
|
||||
|
||||
comment "Note: just a Placeholder for my design. Cehteh will ceratinly know much better how to organize this"
|
||||
operation 129285 "prepareStream"
|
||||
public explicit_return_type ""
|
||||
nparams 0
|
||||
cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
|
||||
"
|
||||
cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
|
||||
${body}}
|
||||
"
|
||||
|
||||
|
||||
end
|
||||
|
||||
operation 129541 "getReady"
|
||||
public explicit_return_type ""
|
||||
nparams 0
|
||||
cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
|
||||
"
|
||||
cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
|
||||
${body}}
|
||||
"
|
||||
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
classdiagram 128181 "File Mapping"
|
||||
draw_all_relations no hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default 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
|
||||
comment "Shows whats used to access Frames"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
format 38
|
||||
"cinelerra3"
|
||||
revision 13
|
||||
revision 14
|
||||
modified_by 10 "ct"
|
||||
cpp_root_dir "../../src/"
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ format 38
|
|||
mark_for_import
|
||||
|
||||
ncouples 1
|
||||
key "html dir" value "/mnt/Lager/heim/devel/cin3/doc/devel/uml/"
|
||||
key "html dir" value "/home/ct/src/cinelerra3/doc/devel/uml/"
|
||||
package_ref 128005 // design
|
||||
|
||||
package_ref 129285 // ProcessingLayer
|
||||
|
|
|
|||
Loading…
Reference in a new issue