Changeset 162 for cpp


Ignore:
Timestamp:
03/06/14 21:26:26 (10 years ago)
Author:
sz
Message:

NeuroSymbol?.size explained [closes #36]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/canvas/neurodiagram.cpp

    r151 r162  
    284284                }
    285285        }
     286
     287/*
     288
     289            NeuroDiagram
     290            *........................................
     291            .                                       .
     292            .                    NeuroSymbol        .
     293            .      (pos.x,pos.y)-*.........         .
     294            .                    . |\     . ^  s    .
     295            .            ..._____._| \    . |  i    .
     296            .                    . |  \___. |  z    .
     297            .                  __._|  /   . |  e    .
     298            .                 |  . | /    . |  .    .
     299            .                 |  . |/     . |  y    . 
     300            .                 |  .......... v       . 
     301            .                 |  <-------->         . 
     302            .      .......... |    size.x           .
     303            .      . |\     . |                     .
     304            .    __._| \    . |                     .
     305            .      . |  \___._|                     .
     306            .    __._|  /   .                       .
     307            .   |  . | /    .                       .
     308            .   |  . |/     .                       .
     309            .   |  ..........                       .
     310            .   |                                   .
     311            .   |________________...                .
     312            .........................................
     313
     314 */
    286315
    287316        // NeuroSymbol is also responsible for drawing connection lines from its inputs to other NeuroSymbols' outputs
Note: See TracChangeset for help on using the changeset viewer.