]> git.sesse.net Git - kdenlive/blobdiff - src/unicodedialog.h
Title Widget: Icon for align:none and Unicode Insert added
[kdenlive] / src / unicodedialog.h
index 4c0376623d804553c8b36e91e8fc171b94571649..52abd3f7c5857dbd432dc52c5e574c234918fc57 100644 (file)
@@ -23,7 +23,7 @@ public:
        UnicodeDialog(InputMethod inputMeth);
        ~UnicodeDialog();
        
-       /** \brief Returns infos about an unicode number. Extendable/improvable ;) */
+       /** \brief Returns infos about a unicode number. Extendable/improvable ;) */
        QString unicodeInfo(QString unicode_number);
 
 private:
@@ -31,8 +31,13 @@ private:
        
        /** Selected input method */
        InputMethod inputMethod;
+       
        /** \brief Validates text and removes all invalid characters (non-hex e.g.) */
        QString validateText(QString text);
+       /** \brief Removes all leading zeros */
+       QString trimmedUnicodeNumber(QString text);
+       /** \brief Checks whether the given string is a control character */
+       bool controlCharacter(QString text);
        
        int lastCursorPos;
        QString lastUnicodeNumber;