|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
A lookup table for commonly used Unicode special characters. More...
#include <unicode.h>
Public Types | |
| enum | SpecialCharacter { ArrowDown , ArrowDownToLeft , ArrowDownToRight , ArrowHorizontalBoth , ArrowLeft , ArrowRight , ArrowUp , ArrowUpToLeft , ArrowUpToRight , ArrowVerticalBoth , Bullet , Copyright , Cubed , Degrees , Delta , EmDash , Micro , MusicNote , OneHalf , OneQuarter , Paragraph , PlusOrMinus , RightsReserved , Squared , ThreeQuarters } |
| Enumeration of supported Unicode special characters. More... | |
Static Public Member Functions | |
| static QChar | specialCharacter (SpecialCharacter c) |
| Return the QChar for a given special character identifier. | |
A lookup table for commonly used Unicode special characters.
Provides QChar values for common Unicode special characters by name.
Use the SpecialCharacter enumeration with specialCharacter() to retrieve the corresponding QChar, e.g. arrows, mathematical symbols, and typographic marks.
Enumeration of supported Unicode special characters.
|
inlinestatic |