Display fixes
This commit is contained in:
@@ -100,15 +100,10 @@ public:
|
||||
|
||||
public:
|
||||
void BuildTree(const json& result);
|
||||
|
||||
std::shared_ptr<std::vector<std::shared_ptr<_CSiaFile>>> GetFileList() const;
|
||||
|
||||
std::vector<std::shared_ptr<_CSiaFile>> Query(SString query) const;
|
||||
|
||||
std::shared_ptr<_CSiaFile> GetFile(const SString& siaPath) const;
|
||||
|
||||
std::vector<SString> QueryDirectories(SString query) const;
|
||||
|
||||
bool FileExists(const SString& siaPath) const;
|
||||
};
|
||||
|
||||
@@ -276,6 +271,8 @@ public:
|
||||
static SString FormatToSiaPath(SString path);
|
||||
|
||||
public:
|
||||
void StartBackgroundRefresh();
|
||||
void StopBackgroundRefresh();
|
||||
std::shared_ptr<_CSiaWallet> GetWallet() const;
|
||||
std::shared_ptr<_CSiaRenter> GetRenter() const;
|
||||
std::shared_ptr<_CSiaConsensus> GetConsensus() const;
|
||||
|
Reference in New Issue
Block a user