Subversion Repositories tpanel

Rev

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

Rev 391 Rev 395
Line 101... Line 101...
101
        void setOrientation(Qt::ScreenOrientation ori) { mOrientation = ori; }
101
        void setOrientation(Qt::ScreenOrientation ori) { mOrientation = ori; }
102
        void disconnectArea(TQScrollArea *area);
102
        void disconnectArea(TQScrollArea *area);
103
        void disconnectList(QListWidget *list);
103
        void disconnectList(QListWidget *list);
104
        void reconnectArea(TQScrollArea *area);
104
        void reconnectArea(TQScrollArea *area);
105
        void reconnectList(QListWidget *list);
105
        void reconnectList(QListWidget *list);
106
#ifdef Q_OS_IOS
106
#if defined(QT_DEBUG) && (defined(Q_OS_IOS) || defined(Q_OS_ANDROID))
107
        static std::string orientationToString(Qt::ScreenOrientation ori);
107
        static std::string orientationToString(Qt::ScreenOrientation ori);
108
#endif
108
#endif
109
    signals:
109
    signals:
110
        void sigDisplayButton(ulong handle, ulong parent, TBitmap buffer, int width, int height, int left, int top, bool passthrough, int marqtype, int marq);
110
        void sigDisplayButton(ulong handle, ulong parent, TBitmap buffer, int width, int height, int left, int top, bool passthrough, int marqtype, int marq);
111
        void sigSetMarqueeText(Button::TButton* button);
111
        void sigSetMarqueeText(Button::TButton* button);
Line 336... Line 336...
336
        void _listViewArea(ulong handle, ulong parent, Button::TButton& button, SUBVIEWLIST_T& list);
336
        void _listViewArea(ulong handle, ulong parent, Button::TButton& button, SUBVIEWLIST_T& list);
337
        void doReleaseButton();
337
        void doReleaseButton();
338
        void repaintObjects();
338
        void repaintObjects();
339
        void refresh(ulong handle);
339
        void refresh(ulong handle);
340
        void markDirty(ulong handle);
340
        void markDirty(ulong handle);
-
 
341
        QFont loadFont(int number, const FONT_T& f, const FONT_STYLE fs);
341
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
342
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
342
        int calcVolume(int value);
343
        int calcVolume(int value);
343
#else
344
#else
344
        double calcVolume(int value);
345
        double calcVolume(int value);
345
#endif
346
#endif