aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FilePage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widgets/FilePage.h')
-rw-r--r--src/ui/widgets/FilePage.h26
1 files changed, 23 insertions, 3 deletions
diff --git a/src/ui/widgets/FilePage.h b/src/ui/widgets/FilePage.h
index da5370a2..7f05e405 100644
--- a/src/ui/widgets/FilePage.h
+++ b/src/ui/widgets/FilePage.h
@@ -71,7 +71,7 @@ class FilePage : public QWidget {
*
* @param path
*/
- void SignalPathChanged(const QString& path);
+ void SignalPathChanged(const QString&);
/**
* @brief
@@ -79,8 +79,20 @@ class FilePage : public QWidget {
* @param text
* @param verify_label_status
*/
- void SignalRefreshInfoBoard(const QString& text,
- InfoBoardStatus verify_label_status);
+ void SignalRefreshInfoBoard(const QString&, InfoBoardStatus);
+
+ /**
+ * @brief
+ *
+ */
+ void SignalCurrentTabChanged();
+
+ /**
+ * @brief
+ *
+ * @param int
+ */
+ void SignalMainWindowlUpdateBasicalOperaMenu(unsigned int);
protected:
/**
@@ -99,6 +111,14 @@ class FilePage : public QWidget {
QMenu* popup_menu_{}; ///<
QMenu* option_popup_menu_{}; ///<
FileTreeView* file_tree_view_;
+
+ private slots:
+
+ /**
+ * @brief
+ *
+ */
+ void update_main_basical_opera_menu(const QString&);
};
} // namespace GpgFrontend::UI