Subversion Repositories tpanel

Rev

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

Rev 479 Rev 486
Line 54... Line 54...
54
        off64_t getFileSize() { return mFileSize; }
54
        off64_t getFileSize() { return mFileSize; }
55
        off64_t getFileSize(const std::string& file);
55
        off64_t getFileSize(const std::string& file);
56
        void regCallbackProcessEvents(std::function<void ()> pe) { _processEvents = pe; }
56
        void regCallbackProcessEvents(std::function<void ()> pe) { _processEvents = pe; }
57
        void regCallbackProgressBar(std::function<void (int percent)> pb) { _progressBar = pb; }
57
        void regCallbackProgressBar(std::function<void (int percent)> pb) { _progressBar = pb; }
58
        static void setTP5(bool tp) { mIsTP5 = tp; }
58
        static void setTP5(bool tp) { mIsTP5 = tp; }
59
        static bool getTP5() { return mIsTP5; }
59
        static bool isTP5() { return mIsTP5; }
60
 
60
 
61
        static bool haveSystemMarker();
61
        static bool haveSystemMarker();
62
 
62
 
63
    protected:
63
    protected:
64
        bool testForTp5();
64
        bool testForTp5();