30 #ifndef RVIZ_SCREENSHOT_DIALOG_H 31 #define RVIZ_SCREENSHOT_DIALOG_H 36 class QAbstractButton;
37 class QDialogButtonBox;
44 class ScaledImageWidget;
57 ScreenshotDialog( QWidget* main_window, QWidget* render_window,
const QString& default_save_dir = QString() );
73 virtual void showEvent( QShowEvent* event );
90 #endif // RVIZ_SCREENSHOT_DIALOG_H
ScreenshotDialog(QWidget *main_window, QWidget *render_window, const QString &default_save_dir=QString())
virtual ~ScreenshotDialog()
void savedInDirectory(const QString &directory)
Emitted when the user saves a file.
ScaledImageWidget * image_widget_
A dialog for grabbing a screen shot.
QString default_save_dir_
void onButtonClicked(QAbstractButton *clicked)
QDialogButtonBox * button_box_
virtual void showEvent(QShowEvent *event)
void setSaveFullWindow(bool save_full_window)