Home
last modified time | relevance | path

Searched refs:botStrip (Results 1 – 1 of 1) sorted by relevance

/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dflowcontainer.cpp25 const int botStrip = 16; variable
39 m_int_out = (FPNode*)createNode( width()/2, height()-8-botStrip, 270, "int_out", Node::fp_in ); in FlowContainer()
128 p.drawRoundRect( _x, _y+height()-botStrip, width(), botStrip, 1500/width(), 1500/botStrip ); in drawShape()
258 pa[6] = QPoint( 8, height()-botStrip ); in setFullBounds()
259 pa[7] = QPoint( width()-8, height()-botStrip ); in setFullBounds()
345 m_int_out->move( _x+w/2, _y+h-8-botStrip ); in updateAttachedPositioning()
348 m_ext_out->move( _x+w/2, _y+h-8+botStrip ); in updateAttachedPositioning()