Lines Matching refs:mpLayout
42 , mpLayout( pLayout ) in DiagramDefinitionContext()
45 mpLayout->setDefStyle( xAttributes->getOptionalValue( XML_defStyle ) ); in DiagramDefinitionContext()
51 mpLayout->setMinVer( sValue ); in DiagramDefinitionContext()
52 mpLayout->setUniqueId( xAttributes->getOptionalValue( XML_uniqueId ) ); in DiagramDefinitionContext()
58 mpLayout->getNode()->dump(0); in ~DiagramDefinitionContext()
78 mpLayout->setTitle( xAttribs->getOptionalValue( XML_val ) ); in createFastChildContext()
81 mpLayout->setDesc( xAttribs->getOptionalValue( XML_val ) ); in createFastChildContext()
84 mpLayout->getNode().reset( new LayoutNode() ); in createFastChildContext()
85 xRet.set( new LayoutNodeContext( *this, xAttribs, mpLayout->getNode() ) ); in createFastChildContext()
91 mpLayout->getSampData().reset( new DiagramData ); in createFastChildContext()
92 xRet.set( new DataModelContext( *this, mpLayout->getSampData() ) ); in createFastChildContext()
95 mpLayout->getStyleData().reset( new DiagramData ); in createFastChildContext()
96 xRet.set( new DataModelContext( *this, mpLayout->getStyleData() ) ); in createFastChildContext()