Orcus
|
#include <import_interface.hpp>
Public Member Functions | |
virtual void | set_type (data_table_type_t type)=0 |
virtual void | set_range (const range_t &range)=0 |
virtual void | set_first_reference (std::string_view ref, bool deleted)=0 |
virtual void | set_second_reference (std::string_view ref, bool deleted)=0 |
virtual void | commit ()=0 |
Interface for importing data tables.
|
pure virtual |
Store the current data table data in the buffer to the backend sheet storage.
|
pure virtual |
Set the reference of the first input cell.
ref | reference of the first input cell. |
deleted | whether or not this input cell has been deleted. |
|
pure virtual |
Set the range of a data table.
range | range of a data table. |
|
pure virtual |
Set the reference of the second input cell but only if the data table uses two variables.
ref | reference of the second input cell. |
deleted | whether or not this input cell has been deleted. |
|
pure virtual |
Set the type of a data table. A data table can either:
type | type of a data table. |