MD::StyleDelim Class

class MD::StyleDelim

Emphasis in the Markdown document. More...

Header: #include <md4qt/doc.h>
CMake: find_package(md4qt REQUIRED COMPONENTS md4qt)
target_link_libraries(mytarget PRIVATE md4qt::md4qt)
Inherits: MD::WithPosition

Public Functions

void setStyle(int t)
int style() const
bool operator==(const MD::StyleDelim &l, const MD::StyleDelim &r)

Detailed Description

Member Function Documentation

void StyleDelim::setStyle(int t)

Set style.

t New value.

See also style().

int StyleDelim::style() const

Returns style.

See also setStyle().

Related Non-Members

bool operator==(const MD::StyleDelim &l, const MD::StyleDelim &r)

Returns whether both are equal.

l Left operand.

r Right operand.