Subversion Repositories tpanel

Rev

Rev 462 | Rev 479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 462 Rev 475
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
        void setTP5(bool tp) { mIsTP5 = tp; }
58
        void setTP5(bool tp) { mIsTP5 = tp; }
-
 
59
        bool getTP5() { return mIsTP5; }
59
 
60
 
60
        static bool haveSystemMarker();
61
        static bool haveSystemMarker();
61
 
62
 
62
    protected:
63
    protected:
63
        bool testForTp5();
64
        bool testForTp5();