[fondue-commits] [SCM] Fondue Font Editor branch, master, updated. 333e3ebf439fbb46c17eec9b008f734a92c1a1ac
Eugeniy Meshcheryakov
eugen at debian.org
Tue Aug 12 14:57:13 UTC 2008
The following commit has been merged in the master branch:
commit b994f0fac9180d24aad31d3c560aded2e6ff94f9
Author: Eugeniy Meshcheryakov <eugen at debian.org>
Date: Tue Aug 12 16:15:02 2008 +0200
document UnicodeNamesList class
diff --git a/nongui/unicodenameslist.cxx b/nongui/unicodenameslist.cxx
index 0786628..5058ee5 100644
--- a/nongui/unicodenameslist.cxx
+++ b/nongui/unicodenameslist.cxx
@@ -15,6 +15,18 @@
*/
#include "unicodenameslist.h"
+/** \class UnicodeNamesList unicodenameslist.h
+ * Class that provides unicode character descriptions.
+ * Instances of this class cannot be constructed. All access
+ * should be via static methods that use private static instance
+ * of the class.
+ * \ingroup nongui
+ */
+
+/** \fn static bool UnicodeNamesList::hasChar(int)
+ * Returns true if description for given character \a c is available.
+ */
+
const UnicodeNamesList UnicodeNamesList::unicodeNamesList;
UnicodeNamesList::UnicodeNamesList()
@@ -26,6 +38,10 @@ UnicodeNamesList::UnicodeNamesList()
}
}
+/**
+ * Returns description for character \a c with given glyph \a name.
+ * Descritpion is a formatted text in HTML format.
+ */
QString UnicodeNamesList::makeDescription(int c, const QString &name)
{
QString desc;
--
Fondue Font Editor
More information about the fondue-commits
mailing list