../HYDROGUI/HYDROGUI_StreamDlg.cxx
../HYDROGUI/HYDROGUI_ListSelector.cxx
../HYDROGUI/HYDROGUI_OrderedListWidget.cxx
+ ../HYDROGUI/HYDROGUI_Overview.cxx
+ ../HYDROGUI/HYDROGUI_ProfileDlg.cxx
+ ../HYDROGUI/HYDROGUI_ViewerDlg.cxx
+ ../HYDROGUI/HYDROGUI_AISTrihedron.cxx
+ ../HYDROGUI/HYDROGUI_CurveCreatorProfile.cxx
)
set( MOC_HEADERS
../HYDROGUI/HYDROGUI_StreamDlg.h
../HYDROGUI/HYDROGUI_ListSelector.h
../HYDROGUI/HYDROGUI_OrderedListWidget.h
+ ../HYDROGUI/HYDROGUI_Overview.h
+ ../HYDROGUI/HYDROGUI_ProfileDlg.h
+ ../HYDROGUI/HYDROGUI_ViewerDlg.h
)
QT_WRAP_MOC( PROJECT_MOC_HEADERS ${MOC_HEADERS} )
if( theImage )
anActualImage = *theImage;
else
- anActualImage = viewWindow()->dumpView();
+ anActualImage = viewWindow()->getView(OCCViewer_ViewFrame::MAIN_VIEW)->dumpView();
- const bool SWAP_RGB_ORDER = true;
- if( SWAP_RGB_ORDER )
+ if( swapRGB )
{
// A temporary patch for bug in SALOME/OCC dump; the result image contains swapped RGB colors
anActualImage = anActualImage.rgbSwapped();
gv_fitall.png
gv_zoomed_1.png
gv_zoomed_2.png
+ profiles_dlg_presentation.png
+ profiles_selected_points.png
+ bathy.xyz
+ bathy_prs.png
+ bathy_selection.png
+ bathy_rescaled_selection.png
+ test_zone.brep
+ overview_empty.png
+ overview_prs.png
+ overview_selection.png
+ overview_zoomed_1.png
+ overview_zoomed_2.png
+ overview_panned_1.png
+ overview_rotated_1.png
+ bathy_rescaled_user.png
+ bathy_rescaled_visible.png
+ bathy_text_labels.png
+ bathy_prs_fit_selected.png
)
# Application tests