Skip to main content

The RTFListItemInfo Struct Reference

Declaration

struct RTFDocVisitor::RTFListItemInfo { ... }

Public Member Attributes Index

boolisEnum = false
boolisCheck = false
intnumber = 1
chartype = '1'

Definition at line 152 of file rtfdocvisitor.h.

Public Member Attributes

isCheck

bool RTFDocVisitor::RTFListItemInfo::isCheck = false

Definition at line 155 of file rtfdocvisitor.h.

155 bool isCheck = false;

isEnum

bool RTFDocVisitor::RTFListItemInfo::isEnum = false

Definition at line 154 of file rtfdocvisitor.h.

154 bool isEnum = false;

number

int RTFDocVisitor::RTFListItemInfo::number = 1

Definition at line 156 of file rtfdocvisitor.h.

156 int number = 1;

type

char RTFDocVisitor::RTFListItemInfo::type = '1'

Definition at line 157 of file rtfdocvisitor.h.

157 char type = '1';

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.