[KLF Backend][KLF Tools][KLF Home]
KLatexFormula Project
Public Types | Public Member Functions | Public Attributes | List of all members
KLFLatexParenSpecs::ParenSpec Struct Reference

#include <klflatexedit.h>

Collaboration diagram for KLFLatexParenSpecs::ParenSpec:
Collaboration graph
[legend]

Public Types

enum  Flag { None = 0x00, IsLaTeXBrace = 0x01, AllowAlone = 0x02 }
 

Public Member Functions

 ParenSpec (const QString &o, const QString &c, uint f=0x00)
 

Public Attributes

QString open
 
QString close
 
uint flags
 

Detailed Description

Definition at line 132 of file klflatexedit.h.

Member Enumeration Documentation

◆ Flag

Enumerator
None 
IsLaTeXBrace 
AllowAlone 

Definition at line 133 of file klflatexedit.h.

Constructor & Destructor Documentation

◆ ParenSpec()

KLFLatexParenSpecs::ParenSpec::ParenSpec ( const QString o,
const QString c,
uint  f = 0x00 
)
inline

Definition at line 134 of file klflatexedit.h.

Member Data Documentation

◆ close

QString KLFLatexParenSpecs::ParenSpec::close

Definition at line 136 of file klflatexedit.h.

Referenced by KLFLatexParenSpecs::identifyParen().

◆ flags

uint KLFLatexParenSpecs::ParenSpec::flags

Definition at line 137 of file klflatexedit.h.

◆ open

QString KLFLatexParenSpecs::ParenSpec::open

Definition at line 135 of file klflatexedit.h.

Referenced by KLFLatexParenSpecs::identifyParen().


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

Generated by doxygen 1.8.13