pub struct QTextTableCell { /* private fields */ }Expand description
C++ class: QTextTableCell.
Implementations§
Source§impl QTextTableCell
impl QTextTableCell
Sourcepub unsafe fn begin(&self) -> CppBox<Iterator>
pub unsafe fn begin(&self) -> CppBox<Iterator>
Calls C++ function: QTextFrame::iterator QTextTableCell::begin() const.
Sourcepub unsafe fn column_span(&self) -> c_int
pub unsafe fn column_span(&self) -> c_int
Calls C++ function: int QTextTableCell::columnSpan() const.
Sourcepub unsafe fn copy_from(
&self,
o: impl CastInto<Ref<QTextTableCell>>,
) -> Ref<QTextTableCell>
pub unsafe fn copy_from( &self, o: impl CastInto<Ref<QTextTableCell>>, ) -> Ref<QTextTableCell>
Calls C++ function: QTextTableCell& QTextTableCell::operator=(const QTextTableCell& o).
Sourcepub unsafe fn end(&self) -> CppBox<Iterator>
pub unsafe fn end(&self) -> CppBox<Iterator>
Calls C++ function: QTextFrame::iterator QTextTableCell::end() const.
Sourcepub unsafe fn first_cursor_position(&self) -> CppBox<QTextCursor>
pub unsafe fn first_cursor_position(&self) -> CppBox<QTextCursor>
Calls C++ function: QTextCursor QTextTableCell::firstCursorPosition() const.
Sourcepub unsafe fn first_position(&self) -> c_int
pub unsafe fn first_position(&self) -> c_int
Calls C++ function: int QTextTableCell::firstPosition() const.
Sourcepub unsafe fn format(&self) -> CppBox<QTextCharFormat>
pub unsafe fn format(&self) -> CppBox<QTextCharFormat>
Calls C++ function: QTextCharFormat QTextTableCell::format() const.
Sourcepub unsafe fn is_valid(&self) -> bool
pub unsafe fn is_valid(&self) -> bool
Calls C++ function: bool QTextTableCell::isValid() const.
Sourcepub unsafe fn last_cursor_position(&self) -> CppBox<QTextCursor>
pub unsafe fn last_cursor_position(&self) -> CppBox<QTextCursor>
Calls C++ function: QTextCursor QTextTableCell::lastCursorPosition() const.
Sourcepub unsafe fn last_position(&self) -> c_int
pub unsafe fn last_position(&self) -> c_int
Calls C++ function: int QTextTableCell::lastPosition() const.
Sourcepub unsafe fn new() -> CppBox<QTextTableCell>
pub unsafe fn new() -> CppBox<QTextTableCell>
Calls C++ function: [constructor] void QTextTableCell::QTextTableCell().
Sourcepub unsafe fn new_copy(
o: impl CastInto<Ref<QTextTableCell>>,
) -> CppBox<QTextTableCell>
pub unsafe fn new_copy( o: impl CastInto<Ref<QTextTableCell>>, ) -> CppBox<QTextTableCell>
Calls C++ function: [constructor] void QTextTableCell::QTextTableCell(const QTextTableCell& o).
Sourcepub unsafe fn row_span(&self) -> c_int
pub unsafe fn row_span(&self) -> c_int
Calls C++ function: int QTextTableCell::rowSpan() const.
Sourcepub unsafe fn set_format(&self, format: impl CastInto<Ref<QTextCharFormat>>)
pub unsafe fn set_format(&self, format: impl CastInto<Ref<QTextCharFormat>>)
Calls C++ function: void QTextTableCell::setFormat(const QTextCharFormat& format).
Sourcepub unsafe fn table_cell_format_index(&self) -> c_int
pub unsafe fn table_cell_format_index(&self) -> c_int
Calls C++ function: int QTextTableCell::tableCellFormatIndex() const.