Subversion Repositories tpanel

Rev

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

Rev 367 Rev 383
Line 334... Line 334...
334
        void _pageFinished(uint handle);
334
        void _pageFinished(uint handle);
335
        void _listViewArea(ulong handle, ulong parent, Button::TButton& button, SUBVIEWLIST_T& list);
335
        void _listViewArea(ulong handle, ulong parent, Button::TButton& button, SUBVIEWLIST_T& list);
336
        void doReleaseButton();
336
        void doReleaseButton();
337
        void repaintObjects();
337
        void repaintObjects();
338
        void refresh(ulong handle);
338
        void refresh(ulong handle);
-
 
339
        void markDirty(ulong handle);
339
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
340
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
340
        int calcVolume(int value);
341
        int calcVolume(int value);
341
#else
342
#else
342
        double calcVolume(int value);
343
        double calcVolume(int value);
343
#endif
344
#endif