xtd 0.2.0
save_file_dialog.h
Go to the documentation of this file.
1 #pragma once
5 #include "file_dialog.h"
6 #include <xtd/io/file>
7 
9 namespace xtd {
11  namespace forms {
28  class forms_export_ save_file_dialog final : public file_dialog {
29  public:
31 
34  save_file_dialog() = default;
36 
38 
42  std::fstream open_file() const noexcept;
44 
45  private:
46  bool run_file_dialog(intptr hwnd_owner) override;
47  void run_file_sheet(intptr owner) override;
48  };
49  }
50 }
Displays a dialog box from which the user can select a file.
Definition: file_dialog.h:43
intmax_t intptr
Represent a pointer or a handle.
Definition: types.h:151
Contains xtd::forms::file_dialog dialog.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Prompts the user to select a location for saving a file. This class cannot be inherited.
Definition: save_file_dialog.h:28
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13