void AbstractPluginItem::push_back( const value_type& v ) {
    v->setParent( this );
    m_Items.push_back( v );
};