refs #886, unified function names in CDbLoadOverviewComponent

This commit is contained in:
Klaus Basan
2017-02-27 05:30:10 +01:00
committed by Mathew Sutcliffe
parent cd19031ec9
commit d495424041
5 changed files with 23 additions and 10 deletions

View File

@@ -42,10 +42,13 @@ namespace BlackGui
void display();
//! Visible DB refresh buttons
void setVisibleDbRefreshButtons(bool visible);
void showVisibleDbRefreshButtons(bool visible);
//! Visible shared refresh buttons
void setVisibleSharedRefreshButtons(bool visible);
void showVisibleSharedRefreshButtons(bool visible);
//! Show load all buttons
void showVisibleLoadAllButtons(bool shared, bool db);
//! Showing load indicator?
bool isShowingLoadIndicator() const;
@@ -53,9 +56,6 @@ namespace BlackGui
//! Loading in progress?
bool isLoadInProgress() const;
//! Show load all buttons
void showLoadAllButtons(bool shared, bool db);
//! Load all from DB
void loadAllFromDb();