|
Orcus
|
#include <import_interface_styles.hpp>
Public Member Functions | |
| virtual void | set_name (std::string_view s)=0 |
| virtual void | set_display_name (std::string_view s)=0 |
| virtual void | set_xf (size_t index)=0 |
| virtual void | set_builtin (size_t index)=0 |
| virtual void | set_parent_name (std::string_view s)=0 |
| virtual void | commit ()=0 |
This interface is used to import named cell style records.
|
pure virtual |
Commit the cell style format in the current buffer to the storage.
|
pure virtual |
Set the index into the built-in cell style record.
| index | index into the built-in cell style record. |
|
pure virtual |
Set the name associated with the named cell style intended for display purposes.
| s | name to use for display purposes. |
|
pure virtual |
Set the name associated with the named cell style.
| s | name of the named cell style. |
|
pure virtual |
Set the name of the parent cell style it uses as its basis.
| s | name of the parent cell style. |
|
pure virtual |
Set the index into the cell format record. The named cell style applies the format referenced by this index.
| index | index into the cell format record. |