• ↖ Home
  • Developer´s Guide
    • ↑ Contents
    • Code
    • Embedding
    • Tcl
    • SVG
    • SVG-Import
    • Projects
    • License
    • Index
  • Download
    • Jeszra: Source Code

    • Ruby Wrapper Classes
    • Python Wrapper Classes
    • Lisp Wrapper Classes
  • Books@Lulu.com...
    • Jeszra: Design by Gestalt
    • Jeszra Library: Design by Gestalt

    • Gestalt Items
    • Runtime Library
  • Manual
    • Jeszra Book

    • Tcl Manual
    • Ruby Manual
    • Python Manual
    • Lisp Manual

    • API
  • About
ifcProperty
← Chapter 3. Tcl- Code Generation →

Name

dumper::ifcProperty

Synopsis

          ifcProperty item \
             value
        

Description

Defines the mapping of properties into the template interface. Currently only properties from templates and windows are allowed. A future extension might also deal with window content such as text & graphical objects.

Clients

ifcProperty is being used by ::vgcode::insertClassDef clients.

Example 3.10. ::vgcode::insertClassDef using ifcProperty

...

append result \
    [dumper::newline] \
    [dumper::ifcNew $attr]
foreach item $qq($attr) {
append result \
    [dumper::ifcProperty $attr $item]
   



← ↖ →
relativename ↑ preamble
SourceForge Logo

Copyright © 2009–2010 Arndt Roger Schneider