Subversion Repositories tpanel

Rev

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

Rev 156 Rev 159
Line 34... Line 34...
34
        bool createDirectoryStructure();
34
        bool createDirectoryStructure();
35
        bool loadSurfaceFromController(bool force=false);
35
        bool loadSurfaceFromController(bool force=false);
36
        std::vector<std::string>& getFileList(const std::string& filter);
36
        std::vector<std::string>& getFileList(const std::string& filter);
37
        bool isSystemDefault();
37
        bool isSystemDefault();
38
        bool isVirgin();
38
        bool isVirgin();
-
 
39
        bool makeSystemFiles();
39
        bool reinitialize();
40
        bool reinitialize();
40
 
41
 
41
        int progressCallback(off64_t xfer);
42
        int progressCallback(off64_t xfer);
42
        void regCallbackProcessEvents(std::function<void ()> pe) { _processEvents = pe; }
43
        void regCallbackProcessEvents(std::function<void ()> pe) { _processEvents = pe; }
43
 
44