Subversion Repositories tpanel

Rev

Rev 212 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 213
Line 52... Line 52...
52
        void setWordWrapMode(bool mode = false);
52
        void setWordWrapMode(bool mode = false);
53
        WId winId();
53
        WId winId();
54
        void show();
54
        void show();
55
        void close();
55
        void close();
56
        void clear();
56
        void clear();
-
 
57
        void setInputMask(const std::string& mask);
-
 
58
        void setNumericInput();
-
 
59
#ifndef __ANDROID__
-
 
60
        void setCursor(const QCursor &qc);
-
 
61
        void setClearButtonEnabled(bool state);
-
 
62
#else
-
 
63
        inline void setCursor(const QCursor&) {}
-
 
64
        inline void setClearButtonEnabled(bool) {}
-
 
65
#endif
57
        void setHandle(ulong handle) { mHandle = handle; }
66
        void setHandle(ulong handle) { mHandle = handle; }
58
 
67
 
59
    signals:
68
    signals:
60
        void onTextChanged(const QString &text);
69
        void onTextChanged(const QString &text);
61
        void onTextAreaChanged();
70
        void onTextAreaChanged();