mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #886, unified function names in CDbLoadOverviewComponent
This commit is contained in:
committed by
Mathew Sutcliffe
parent
cd19031ec9
commit
d495424041
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user