##// END OF EJS Templates
New Plugin Manager and interface to remove all the previous crap!...
New Plugin Manager and interface to remove all the previous crap! Let's use Qt plugin API and make it much simpler.

File last commit:

r64:fb730b849667 default
r118:de85e8465e67 tip 1.0
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"