X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=f89f3ce140dfb02cba3269eccf47f82954f89ce2;hp=a3bd4bdfa88ff354c0ee09a557ceb4d6d8c668c3;hb=788d2cf483ac868d2ce1e2007b578fc798853760;hpb=eaea9a6612e5dc13b5fda28e943e632e3de713da diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index a3bd4bd..f89f3ce 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -3,6 +3,7 @@ #include #include +#include #include #include @@ -44,12 +45,14 @@ private: QAction *exitAction; QAction *openAction; + QAction *loadAction; QAction *saveAction; std::map blocks; std::map functions; std::map objects_list; std::map objects_list_by_address; + std::vector group_list; InformationManager* manager; log4cxx::LoggerPtr logger; @@ -57,11 +60,14 @@ private: private Q_SLOTS: void quit(); void open(); + void load(); void save(); void switchMainPlane(QTreeWidgetItem* item); void showListContextMenu(const QPoint&); void requestNewFunction(); + void requestNewGroup(); void renameFunction(Function* function); + void renameGroup(QTreeWidgetItem* item); }; #endif /* INCLUDE__Mainwindow_hxx_ */