JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches

describes a whitespace More...

#include <jkqtmathtextwhitespacenode.h>

Public Member Functions

 WhitespaceProps (const WhitespaceProps &other)
 WhitespaceProps (Types type=WSTNormal, size_t count=1)
WhitespacePropsoperator= (const WhitespaceProps &other)

Public Attributes

size_t count
 number of whitespaces of the given type, represented by this node (default: 1)
Types type
 type of the whitespace represented by this node

Detailed Description

describes a whitespace

Constructor & Destructor Documentation

◆ WhitespaceProps() [1/2]

JKQTMathTextWhitespaceNode::WhitespaceProps::WhitespaceProps ( Types type = WSTNormal,
size_t count = 1 )

◆ WhitespaceProps() [2/2]

JKQTMathTextWhitespaceNode::WhitespaceProps::WhitespaceProps ( const WhitespaceProps & other)

Member Function Documentation

◆ operator=()

WhitespaceProps & JKQTMathTextWhitespaceNode::WhitespaceProps::operator= ( const WhitespaceProps & other)

Member Data Documentation

◆ count

size_t JKQTMathTextWhitespaceNode::WhitespaceProps::count

number of whitespaces of the given type, represented by this node (default: 1)

◆ type

Types JKQTMathTextWhitespaceNode::WhitespaceProps::type

type of the whitespace represented by this node


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