[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Classes | Typedefs | Enumerations

KLFLib Namespace Reference

Contains general definitions to be used anywhere in the KLFLib* framework. More...

Classes

struct  StringMatch
struct  PropertyMatch
struct  EntryMatchCondition

Typedefs

typedef qint32 entryId
 An entry ID.

Enumerations

enum  RestoreMode { RestoreLatex = 0x0001, RestoreStyle = 0x0002, RestoreLatexAndStyle = RestoreLatex|RestoreStyle, RestoreAll = 0xFFFF }

Detailed Description

Contains general definitions to be used anywhere in the KLFLib* framework.


Typedef Documentation

typedef qint32 KLFLib::entryId

An entry ID.

The type of the ID of an entry in a library resource (see KLFLibResourceEngine)

Note:
This type is signed, and may be assigned a negative value. Negative values should only indicate invalid IDs. Valid IDs are always positive.
KLFLibResourceEngine::entryId is a typedef of KLFLib::entryId.

Definition at line 156 of file klflib.h.


Enumeration Type Documentation

Enumerator:
RestoreLatex 
RestoreStyle 
RestoreLatexAndStyle 
RestoreAll 

Definition at line 48 of file klflibview.h.


Generated by doxygen 1.7.3