8 #ifndef IMPORT_ORCUS_SPREADSHEET_IMPORT_INTERFACE_VIEW_HPP 9 #define IMPORT_ORCUS_SPREADSHEET_IMPORT_INTERFACE_VIEW_HPP 13 #include "orcus/spreadsheet/view_types.hpp" 14 #include "orcus/types.hpp" 15 #include "orcus/env.hpp" 17 namespace orcus {
namespace spreadsheet {
namespace iface {
27 virtual void set_sheet_active() = 0;
42 virtual void set_split_pane(
43 double hor_split,
double ver_split,
const address_t& top_left_cell,
44 sheet_pane_t active_pane) = 0;
55 virtual void set_frozen_pane(
56 col_t visible_columns, row_t visible_rows,
const address_t& top_left_cell,
57 sheet_pane_t active_pane) = 0;
67 virtual void set_selected_range(sheet_pane_t pane,
range_t range) = 0;
Definition: types.hpp:367
Definition: types.hpp:355
Definition: import_interface_view.hpp:19
Definition: base64.hpp:15