diff options
author | Sven Gothel <[email protected]> | 2009-08-07 10:43:12 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-08-07 10:43:12 -0700 |
commit | fb3e50b4e7e11df911a83ab7966cf8f293c20da2 (patch) | |
tree | c88eacd7d6e6ba78ec2e431e1e5998819f804c13 /doc/bouml/jogl/generation_settings | |
parent | 111838d5317a7da888a5ae2fa1e1f32fc8b313b6 (diff) |
UML: prj ..
Diffstat (limited to 'doc/bouml/jogl/generation_settings')
-rw-r--r-- | doc/bouml/jogl/generation_settings | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bouml/jogl/generation_settings b/doc/bouml/jogl/generation_settings index a5adf8f3e..6e7065d11 100644 --- a/doc/bouml/jogl/generation_settings +++ b/doc/bouml/jogl/generation_settings @@ -222,6 +222,10 @@ ${docstring}${members} python_default_operation_definition "${@}${static}${abstract}def ${name}${(}${)}: ${docstring}${body} " + python_default_initoperation_definition "${@}${static}${abstract}def ${name}${(}${p0}${v0}${)}: +${docstring}super(${class}, ${p0}).__init__() +${body} +" python_get "get${Name}" python_set "set${Name}" idl_default_src_content "#ifndef ${MODULE}_${NAME}_H |