Ignore:
Timestamp:
02/21/13 17:14:39 (11 years ago)
Author:
lucsch
Message:

Preliminary code for processing user_content.txt

File:
1 edited

Legend:

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

    r16 r17  
    11format 75 
    22"tmdmcreator" 
    3   revision 4 
     3  revision 5 
    44  modified_by 33 "lucien" 
    55 
     
    359359      explicit_switch_type "" 
    360360       
    361       classrelation 128289 // m_Copier (<unidirectional association>) 
    362         relation 128289 ---> 
    363           a role_name "m_Copier" protected 
    364             cpp default "    ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; 
    365 " 
    366             classrelation_ref 128289 // m_Copier (<unidirectional association>) 
    367           b parent class_ref 128161 // TmDmCopier 
     361      attribute 148513 "m_FileSrc" 
     362        protected explicit_type "wxFileName" 
     363        cpp_decl "    ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; 
     364" 
     365        java_decl "" 
     366        php_decl "" 
     367        python_decl "" 
     368        idl_decl "" 
     369      end 
     370 
     371      attribute 148641 "m_FileDst" 
     372        protected explicit_type "wxFileName" 
     373        cpp_decl "    ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; 
     374" 
     375        java_decl "" 
     376        php_decl "" 
     377        python_decl "" 
     378        idl_decl "" 
    368379      end 
    369380 
    370381      operation 135585 "TmDmProcessor" 
    371382        public explicit_return_type "" 
    372         nparams 0 
    373         cpp_decl "    ${comment}${inline}${name}${(}${)}${volatile}${throw}; 
    374 " 
    375         cpp_def "${comment}${inline}${class}::${name}${(}${)}${volatile}${throw} { 
     383        nparams 2 
     384          param in name "src" explicit_type "wxFileName" 
     385          param in name "dest" explicit_type "wxFileName" 
     386        cpp_decl "    ${comment}${inline}${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${volatile}${throw}; 
     387" 
     388        cpp_def "${comment}${inline}${class}::${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${volatile}${throw} { 
    376389  ${body}} 
    377390" 
     
    447460      operation 136097 "TmDmProcessorSimple" 
    448461        public explicit_return_type "" 
    449         nparams 0 
    450         cpp_decl "    ${comment}${inline}${name}${(}${)}${volatile}${throw}; 
    451 " 
    452         cpp_def "${comment}${inline}${class}::${name}${(}${)}${volatile}${throw} { 
     462        nparams 2 
     463          param in name "src" explicit_type "wxFileName" 
     464          param in name "dest" explicit_type "wxFileName" 
     465        cpp_decl "    ${comment}${inline}${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${volatile}${throw}; 
     466" 
     467        cpp_def "${comment}${inline}${class}::${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${volatile}${throw} { 
    453468  ${body}} 
    454469" 
     
    512527      operation 135841 "TmDmProcessorAttributs" 
    513528        public explicit_return_type "" 
    514         nparams 0 
    515         cpp_decl "    ${comment}${inline}${name}${(}${)}${volatile}${throw}; 
    516 " 
    517         cpp_def "${comment}${inline}${class}::${name}${(}${)}${volatile}${throw} { 
     529        nparams 2 
     530          param in name "src" explicit_type "wxFileName" 
     531          param in name "dest" explicit_type "wxFileName" 
     532        cpp_decl "    ${comment}${inline}${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${volatile}${throw}; 
     533" 
     534        cpp_def "${comment}${inline}${class}::${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${volatile}${throw} { 
    518535  ${body}} 
    519536" 
Note: See TracChangeset for help on using the changeset viewer.