コード例 #1
0
ファイル: qwt_graphic.cpp プロジェクト: 0vermind/NeoLoader
/*!
    \brief Copy constructor

    \param other Source 
    \sa operator=()
 */
QwtGraphic::QwtGraphic( const QwtGraphic &other ):
    QwtNullPaintDevice()
{
    setMode( other.mode() );
    d_data = new PrivateData( *other.d_data );
}