Subversion Repositories tpanel

Rev

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

Rev 258 Rev 259
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
 
58
 
-
 
59
        static bool haveSystemMarker();
-
 
60
 
59
    private:
61
    private:
60
        std::function<void ()> _processEvents{nullptr};
62
        std::function<void ()> _processEvents{nullptr};
61
        std::function<void (int percent)> _progressBar{nullptr};
63
        std::function<void (int percent)> _progressBar{nullptr};
62
 
64
 
63
        bool createPanelConfigs();
65
        bool createPanelConfigs();