Ignore:
Timestamp:
02/21/13 16:20:42 (11 years ago)
Author:
lucsch
Message:

Copying Base and User SQL files into output file is now working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tmdmcreator/docs/uml/tmdmcreator/tmdmcreator.prj

    r15 r16  
    11format 75 
    22"tmdmcreator" 
    3   revision 3 
     3  revision 4 
    44  modified_by 33 "lucien" 
    55 
     
    6262    end 
    6363 
    64     class 128033 "tmdmcreator" 
     64    class 128033 "TmDmCreator" 
    6565      visibility package  
    6666      cpp_decl "${comment}${template}class ${name}${inherit} { 
     
    118118      end 
    119119 
    120       operation 135201 "tmdmcreator" 
     120      operation 135201 "TmDmCreator" 
    121121        public explicit_return_type "" 
    122122        nparams 0 
     
    132132      end 
    133133 
    134       operation 135329 "~tmdmcreator" 
     134      operation 135329 "~TmDmCreator" 
    135135        cpp_virtual public explicit_return_type "" 
    136136        nparams 0 
     
    277277      explicit_switch_type "" 
    278278       
    279       attribute 128289 "m_CopyMode" 
    280         private type class_ref 134689 // TMDMCOPIER_MODE 
    281         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 // SetCopyMode 
    288       end 
    289  
    290279      operation 128033 "TmDmCopier" 
    291280        public explicit_return_type "" 
     
    317306      end 
    318307 
    319       operation 128417 "SetCopyMode" 
    320         force_body_gen public explicit_return_type "void" 
    321         nparams 1 
    322           param in name "value" type class_ref 134689 // TMDMCOPIER_MODE 
    323         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_CopyMode 
    339       end 
    340  
    341308      operation 128545 "CopyFrom" 
    342309        public explicit_return_type "bool" 
     
    369336      end 
    370337 
    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" 
    420342        java_decl "" 
    421343        php_decl "" 
     
    501423         
    502424      end 
    503  
    504425    end 
    505426 
     
    696617${namespace_end}" 
    697618      associated_classes 
    698         class_ref 128033 // tmdmcreator 
     619        class_ref 128033 // TmDmCreator 
    699620      end 
    700621    end 
     
    757678${namespace_end}" 
    758679      associated_classes 
    759         class_ref 134689 // TMDMCOPIER_MODE 
    760680        class_ref 128161 // TmDmCopier 
    761681      end 
Note: See TracChangeset for help on using the changeset viewer.