• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdecore
 

tdecore

  • tdecore
tdeunicodecharinfo.h
1#ifndef TDEUNICODEINFO_H
2#define TDEUNICODEINFO_H
3
4#include "tdelibs_export.h"
5#include "tdeunicodedata.h"
6
7#include <tqstring.h>
8
9class TDECORE_EXPORT TDEUnicodeCharInfo
10{
11 public:
12 explicit TDEUnicodeCharInfo(char32_t ch);
13 TDEUnicodeCharInfo(TQChar ch);
14
15 char32_t codepoint() const;
16
17 // Lazily looked up and cached on first call.
18 const TDEUnicodeData::Category *category() const;
19 const TDEUnicodeData::Subcategory *subcategory() const;
20
21 private:
22 const char32_t m_codepoint;
23 mutable const TDEUnicodeData::Category *m_category;
24 mutable const TDEUnicodeData::Subcategory *m_subcategory;
25};
26
27#endif // TDEUNICODEINFO_H

tdecore

Skip menu "tdecore"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.9.8
This website is maintained by Timothy Pearson.