Searched refs:xIndent (Results 1 – 1 of 1) sorted by relevance
566 boost::shared_ptr< vcl::Indenter > xIndent( new vcl::Indenter( xRow.get() ) ); in setupLayout() local567 xRow->addChild( xIndent ); in setupLayout()576 xIndent->setChild( xMainCol ); in setupLayout()703 boost::shared_ptr< vcl::Indenter > xIndent( new vcl::Indenter( xLayout.get() ) ); in setupLayout() local704 xLayout->addChild( xIndent ); in setupLayout()706 mxDetails = xIndent; in setupLayout()709 xIndent->setChild( xLabelCol ); in setupLayout()805 boost::shared_ptr<vcl::Indenter> xIndent( new vcl::Indenter( xLayout.get(), -1 ) ); in setupLayout() local806 xLayout->addChild( xIndent ); in setupLayout()807 boost::shared_ptr<vcl::RowOrColumn> xCol( new vcl::RowOrColumn( xIndent.get() ) ); in setupLayout()[all …]
Completed in 19 milliseconds