Changeset 16 for trunk/tmdmcreator/docs/uml/tmdmcreator/tmdmcreator.prj
- Timestamp:
- 02/21/13 16:20:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tmdmcreator/docs/uml/tmdmcreator/tmdmcreator.prj
r15 r16 1 1 format 75 2 2 "tmdmcreator" 3 revision 33 revision 4 4 4 modified_by 33 "lucien" 5 5 … … 62 62 end 63 63 64 class 128033 " tmdmcreator"64 class 128033 "TmDmCreator" 65 65 visibility package 66 66 cpp_decl "${comment}${template}class ${name}${inherit} { … … 118 118 end 119 119 120 operation 135201 " tmdmcreator"120 operation 135201 "TmDmCreator" 121 121 public explicit_return_type "" 122 122 nparams 0 … … 132 132 end 133 133 134 operation 135329 "~ tmdmcreator"134 operation 135329 "~TmDmCreator" 135 135 cpp_virtual public explicit_return_type "" 136 136 nparams 0 … … 277 277 explicit_switch_type "" 278 278 279 attribute 128289 "m_CopyMode"280 private type class_ref 134689 // TMDMCOPIER_MODE281 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value};282 "283 java_decl ""284 php_decl ""285 python_decl ""286 idl_decl ""287 set_oper operation_ref 128417 // SetCopyMode288 end289 290 279 operation 128033 "TmDmCopier" 291 280 public explicit_return_type "" … … 317 306 end 318 307 319 operation 128417 "SetCopyMode"320 force_body_gen public explicit_return_type "void"321 nparams 1322 param in name "value" type class_ref 134689 // TMDMCOPIER_MODE323 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${throw};324 "325 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${throw}${staticnl}{326 m_CopyMode = ${p0};327 }328 "329 cpp_name_spec "SetCopyMode"330 331 java_name_spec "set${Name}"332 333 php_name_spec "set${Name}"334 335 python_name_spec "set${Name}"336 337 idl_name_spec "set_${name}"338 set_of_attribute attribute_ref 128289 // m_CopyMode339 end340 341 308 operation 128545 "CopyFrom" 342 309 public explicit_return_type "bool" … … 369 336 end 370 337 371 operation 135457 "IsCopyAllowed" 372 public explicit_return_type "bool" 373 nparams 0 374 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract}; 375 " 376 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{ 377 ${body}} 378 " 379 380 381 382 383 end 384 end 385 386 class 134689 "TMDMCOPIER_MODE" 387 visibility package stereotype "enum" 388 cpp_decl "${comment}enum ${name} { 389 ${items} 390 }; 391 " 392 java_decl "${comment}${@}${visibility}${final}${abstract}enum ${name}${implements} { 393 ${items}; 394 ${members}} 395 " 396 php_decl "${comment}${visibility}final class ${name} { 397 ${items}} 398 " 399 python_2_2 python_decl "class ${name}: 400 ${docstring}${members} 401 " 402 idl_decl "${comment}enum ${name} { 403 ${items}}; 404 " 405 explicit_switch_type "" 406 407 attribute 128033 "TMDMCOPIER_MODE_ERASE" 408 public type class_ref 134689 // TMDMCOPIER_MODE 409 init_value "0" 410 cpp_decl " ${name}${value},${comment}" 411 java_decl "" 412 php_decl "" 413 python_decl "" 414 idl_decl "" 415 end 416 417 attribute 128161 "TMDMCOPIER_MODE_APPEND" 418 public type class_ref 134689 // TMDMCOPIER_MODE 419 cpp_decl " ${name}${value},${comment}" 338 attribute 141985 "m_File" 339 private explicit_type "wxFFile" 340 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; 341 " 420 342 java_decl "" 421 343 php_decl "" … … 501 423 502 424 end 503 504 425 end 505 426 … … 696 617 ${namespace_end}" 697 618 associated_classes 698 class_ref 128033 // tmdmcreator619 class_ref 128033 // TmDmCreator 699 620 end 700 621 end … … 757 678 ${namespace_end}" 758 679 associated_classes 759 class_ref 134689 // TMDMCOPIER_MODE760 680 class_ref 128161 // TmDmCopier 761 681 end
Note: See TracChangeset
for help on using the changeset viewer.