X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=efc7d99bd10facf51483c8ba5d3831fad4f427c6;hp=bb2a90e2a4fd15e19933d7b48f0f6b9606242e6e;hb=e483d95e6b01bc5c6b97bb596409db0b35e213f7;hpb=74555b2a9a524c568772bcea1332019a911bf86f diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index bb2a90e..efc7d99 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -22,6 +22,7 @@ class Mainwindow : public QMainWindow { Q_OBJECT public: Mainwindow(InformationManager* mgr); + private: void addFunction(Function* fun); @@ -39,6 +40,7 @@ private: QAction *openAction; std::map blocks; + std::map objects_list; std::set functions; InformationManager* manager; @@ -46,6 +48,9 @@ private: private Q_SLOTS: void quit(); void open(); + void switchMainPlane(int); + void showListContextMenu(const QPoint&); + void requestNewFunction(); }; #endif /* INCLUDE__Mainwindow_hxx_ */