#include <AbstractTextEditorApplication.h>
◆ Line() [1/3]
◆ Line() [2/3]
| Document::Line::Line |
( |
std::vector< char > const & |
ba, |
|
|
LineType |
type = Normal |
|
) |
| |
|
inlineexplicit |
◆ Line() [3/3]
| Document::Line::Line |
( |
QByteArray const & |
ba, |
|
|
LineType |
type = Normal |
|
) |
| |
|
inlineexplicit |
◆ append_text() [1/3]
| void Document::Line::append_text |
( |
char |
c | ) |
|
|
inline |
◆ append_text() [2/3]
| void Document::Line::append_text |
( |
const std::vector< char > & |
new_text | ) |
|
|
inline |
◆ append_text() [3/3]
| void Document::Line::append_text |
( |
std::string_view |
new_text | ) |
|
|
inline |
◆ clear_detail()
| void Document::Line::clear_detail |
( |
| ) |
|
|
inline |
◆ clear_visual_lines()
| void Document::Line::clear_visual_lines |
( |
| ) |
|
|
inline |
◆ detach_if_shared()
| void Document::Line::detach_if_shared |
( |
| ) |
|
|
inline |
◆ detached_copy()
| Line Document::Line::detached_copy |
( |
| ) |
const |
|
inline |
◆ detail()
◆ ends_with_new_line()
| bool Document::Line::ends_with_new_line |
( |
| ) |
const |
|
inline |
◆ InvalidLine()
| static Line Document::Line::InvalidLine |
( |
| ) |
|
|
inlinestatic |
◆ new_detail()
◆ None()
| static Line Document::Line::None |
( |
| ) |
|
|
inlinestatic |
◆ NormalEmptyLine()
| static Line Document::Line::NormalEmptyLine |
( |
| ) |
|
|
inlinestatic |
◆ set_line_number_override()
| void Document::Line::set_line_number_override |
( |
int32_t |
num | ) |
|
|
inline |
◆ set_text()
| void Document::Line::set_text |
( |
std::vector< char > const & |
text | ) |
|
|
inline |
◆ text()
| std::string_view Document::Line::text |
( |
| ) |
const |
|
inline |
◆ to_vector()
| std::vector<char>* Document::Line::to_vector |
( |
| ) |
|
|
inline |
◆ type()
◆ View() [1/4]
| static Line Document::Line::View |
( |
Line const & |
line | ) |
|
|
inlinestatic |
◆ View() [2/4]
| static Line Document::Line::View |
( |
std::string_view |
v | ) |
|
|
inlinestatic |
◆ View() [3/4]
| static Line Document::Line::View |
( |
std::string_view |
v, |
|
|
LineType |
type |
|
) |
| |
|
inlinestatic |
◆ View() [4/4]
| static Line Document::Line::View |
( |
std::string_view |
v, |
|
|
Meta const & |
meta |
|
) |
| |
|
inlinestatic |
◆ sp
| std::shared_ptr<D> Document::Line::sp |
The documentation for this struct was generated from the following file: