##// END OF EJS Templates
New register explorer WIP...
New register explorer WIP !!!!!!!!!!!!!!!!!!!!!!!!!!!!! REMOVED OLD genericPySysdriver interface Now the plugins are directly exposed to python. ABI not compatible with previous plugins. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!

File last commit:

r64:fb730b849667 default
r79:3440ba47d0f1 default
Show More
PySocExplorer.h
18 lines | 753 B | text/x-c | CLexer
Jeandet Alexis
Some Python wrapping improvment.
r39 #include <QtCore/QObject>
#include <QtWidgets/QtWidgets>
Jeandet Alexis
First init of SocExplorer Repository.
r0 #include "qhexspinbox.h"
#include "memsizewdgt.h"
#include "qhexedit/qhexedit.h"
#include "SocExplorerPlot.h"
#include "tcp_terminal_client.h"
ElfFile classes WIP....
r40 #include "QCustomPlot/qcustomplot.h"
Jeandet Alexis
Sync
r57 #include "genericBinaryFiles/abstractbinfile.h"
#include "genericBinaryFiles/elf/elfparser.h"
#include "genericBinaryFiles/elf/elffile.h"
#include "genericBinaryFiles/elf/elffilewidget.h"
#include "genericBinaryFiles/elf/elfinfowdgt.h"
#include "genericBinaryFiles/srec/srecfile.h"
#include "genericBinaryFiles/srec/srecfilewidget.h"
#include "genericBinaryFiles/BinFile/binaryfile.h"
#include "genericBinaryFiles/BinFile/binaryfilewidget.h"
Jeandet Alexis
Made possible to subclass from python plugin class....
r64 #include "genericBinaryFiles/genericbinaryfilewidget.h"