X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.hxx;h=953b3152b4b48221bb6f376a2ca56ae3d02f4a05;hp=40fa81d5f50de269927da297be9bbf6c37de8943;hb=21463b5c215974f253a0100231890ed909cd19e3;hpb=231dae075375e7d57982f5107b86294fbe726b33 diff --git a/src/gui/Mainwindow.hxx b/src/gui/Mainwindow.hxx index 40fa81d..953b315 100644 --- a/src/gui/Mainwindow.hxx +++ b/src/gui/Mainwindow.hxx @@ -4,12 +4,15 @@ #include #include #include + #include #include #include #include #include +#include + #include "disassembler/Disassembler.hxx" #include "widgets/BasicBlockWidget.hxx" #include "widgets/ScriptingDock.hxx" @@ -19,6 +22,7 @@ class Mainwindow : public QMainWindow { Q_OBJECT public: Mainwindow(InformationManager* mgr); + private: void addFunction(Function* fun); @@ -38,9 +42,13 @@ private: std::map blocks; std::set functions; InformationManager* manager; + + log4cxx::LoggerPtr logger; private Q_SLOTS: void quit(); void open(); + void showListContextMenu(const QPoint&); + void requestNewFunction(); }; #endif /* INCLUDE__Mainwindow_hxx_ */