this, SIGNAL( vfKeyPress( QKeyEvent* ) ) ) );
QAD_ASSERT( connect( myViewPort, SIGNAL( vpKeyRelease( QKeyEvent* ) ),
this, SIGNAL( vfKeyRelease( QKeyEvent* ) ) ) );
+ QAD_ASSERT( connect( myViewPort, SIGNAL( vpDumpView() ),
+ this, SLOT( onProcessViewDump() ) ) );
}
//=======================================================================
int id;
myIDs.append ( id = myPopup->insertItem (tr ("MEN_VP3D_CHANGEBGR")) );
QAD_ASSERT ( myPopup->connectItem ( id, this, SLOT(onChangeBackgroundColor())) );
+ myIDs.append ( id = myPopup->insertItem (tr ("MEN_VP3D_DUMPVIEW")) );
+ QAD_ASSERT ( myPopup->connectItem ( id, this, SIGNAL(vpDumpView())) );
// }
}
}