/usr/lib/bouml/FileControl/128002 is in bouml-plugouts-src 4.21-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | format 71
"Aux" // Aux
revision 2
modified_by 8 "bruno"
// class settings
//class diagram settings
draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers 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_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
//use case diagram settings
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
//sequence diagram settings
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
//collaboration diagram settings
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
//object diagram settings
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
//component diagram settings
package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default
draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
//deployment diagram settings
package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
//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
show_activities default region_horizontally default drawing_language default show_stereotype_properties default
//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
show_infonote default drawing_language default show_stereotype_properties default
classview 128002 "Aux"
//class diagram settings
draw_all_relations default hide_attributes default hide_operations default hide_getset_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers 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_relation_modifiers default show_relation_visibility default show_infonote default shadow default show_stereotype_properties default
//collaboration diagram settings
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
//object diagram settings
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
//sequence diagram settings
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
//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
show_activities default region_horizontally default drawing_language default show_stereotype_properties default
//class settings
//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
show_infonote default drawing_language default show_stereotype_properties default
associated_deployment_view deploymentview_ref 128002 // Aux
class 132738 "Dialog"
visibility package
cpp_decl "${comment}${template}class ${name} : public QDialog {
${members}};
${inlines}
"
java_decl ""
php_decl ""
python_2_2 python_decl ""
idl_decl ""
explicit_switch_type ""
comment "A dialog to set the check-in/out command and set the recursive flag
"
operation 144642 "Dialog"
public explicit_return_type ""
nparams 4
param in name "ci" explicit_type "bool"
param inout name "cmd" explicit_type "string"
param inout name "rec" explicit_type "BooL"
param inout name "reload" explicit_type "BooL"
cpp_decl " ${comment}${name}${(}${t0} ${p0}, ${t1} & ${p1}, ${t2} & ${p2}, ${t3} & ${p3}${)}${volatile};
"
cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, ${t1} & ${p1}, ${t2} & ${p2}, ${t3} & ${p3}${)}${volatile}
: QDialog(0, 0, TRUE), _cmd(cmd), _rec(rec), _reload(reload) {
${body}}
"
end
operation 144770 "accept"
cpp_virtual public explicit_return_type "void"
nparams 0
cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};
"
cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{
${body}}
"
end
attribute 128002 "_cmd"
protected explicit_type "string"
cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} & ${name}${value};
"
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
end
attribute 128130 "_rec"
protected explicit_type "BooL"
cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} & ${name}${value};
"
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
end
attribute 128642 "_reload"
protected explicit_type "BooL"
cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} & ${name}${value};
"
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
end
attribute 128258 "rec_cb"
protected explicit_type "QCheckBox"
cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
"
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
end
attribute 128386 "cmd_ed"
protected explicit_type "QLineEdit"
cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
"
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
end
attribute 128514 "reload_cb"
protected explicit_type "QCheckBox"
cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
"
java_decl ""
php_decl ""
python_decl ""
idl_decl ""
end
end
end
deploymentview 128002 "Aux"
//deployment diagram settings
package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
artifact 132738 "Dialog"
stereotype "source"
cpp_h "#ifndef _${NAME}_H
#define _${NAME}_H
${comment}
${includes}
#include <qdialog.h>
${declarations}
class QLineEdit;
class QCheckBox;
${namespace_start}
${definition}
${namespace_end}
#endif
"
cpp_src "${comment}
${includes}
#include <qlayout.h>
#include <qlineedit.h>
#include <qlabel.h>
#include <qhbox.h>
#include <qcheckbox.h>
#include <qpushbutton.h>
#include <qmessagebox.h>
${namespace_start}
${members}
${namespace_end}"
associated_classes
class_ref 132738 // Dialog
end
end
end
end
|