8#ifndef IMPORT_ORCUS_SPREADSHEET_IMPORT_INTERFACE_VIEW_HPP
9#define IMPORT_ORCUS_SPREADSHEET_IMPORT_INTERFACE_VIEW_HPP
13#include "view_types.hpp"
14#include "../types.hpp"
17namespace orcus {
namespace spreadsheet {
namespace iface {
47 double hor_split,
double ver_split,
const address_t& top_left_cell,
48 sheet_pane_t active_pane) = 0;
60 col_t visible_columns, row_t visible_rows,
const address_t& top_left_cell,
61 sheet_pane_t active_pane) = 0;
Definition: import_interface_view.hpp:24
virtual void set_selected_range(sheet_pane_t pane, range_t range)=0
virtual void set_frozen_pane(col_t visible_columns, row_t visible_rows, const address_t &top_left_cell, sheet_pane_t active_pane)=0
virtual void set_split_pane(double hor_split, double ver_split, const address_t &top_left_cell, sheet_pane_t active_pane)=0
virtual void set_sheet_active()=0
Definition: types.hpp:581
Definition: types.hpp:600