}
aPanel->reset();
+ setPreviewManager( ::qobject_cast<OCCViewer_ViewManager*>(
+ module()->getApp()->getViewManager( OCCViewer_Viewer::Type(), true ) ) );
+ setCursor();
if ( myInitialMode == All ) {
onModeActivated( HYDROGUI_GeoreferencementDlg::AllProfiles );
anApp->desktop()->disconnect( this );
}
+ restoreCursor();
HYDROGUI_Operation::abortOperation();
}
anApp->desktop()->disconnect( this );
}
+ restoreCursor();
HYDROGUI_Operation::commitOperation();
}
HYDROGUI_ProfileDlg* aPanel = (HYDROGUI_ProfileDlg*)inputPanel();
aPanel->reset();
+ setPreviewManager( aPanel->viewManager() );
+ setCursor();
if( myIsEdit )
if ( isApplyAndClose() )
void HYDROGUI_ProfileOp::abortOperation()
{
erasePreview();
+ restoreCursor();
HYDROGUI_Operation::abortOperation();
}
void HYDROGUI_ProfileOp::commitOperation()
{
erasePreview();
+ restoreCursor();
HYDROGUI_Operation::commitOperation();
}