Skip to main content

The TableCell Struct Reference

Declaration

struct TableCell { ... }

Public Constructors Index

TableCell ()

Public Member Attributes Index

QCStringcellText
boolcolSpan

Definition at line 106 of file markdown.cpp.

Public Constructors

TableCell()

TableCell::TableCell ()
inline

Definition at line 108 of file markdown.cpp.

108 TableCell() : colSpan(false) {}

Public Member Attributes

cellText

QCString TableCell::cellText

Definition at line 109 of file markdown.cpp.

109 QCString cellText;

colSpan

bool TableCell::colSpan

Definition at line 110 of file markdown.cpp.

110 bool colSpan;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.