Public Member Functions | |
HexEditorViewType () | |
virtual int | getPriority (BinaryViewRef data, const QString &filename) override |
virtual QWidget * | create (BinaryViewRef data, ViewFrame *viewFrame) override |
virtual QString | getDisplayName (BinaryViewTypeRef type) override |
virtual QString | getDisplayLongName (BinaryViewTypeRef type) override |
Public Member Functions inherited from ViewType | |
ViewType (const QString &name, const QString &longName) | |
virtual | ~ViewType () |
const QString & | getName () |
const QString & | getLongName () |
virtual int | getPriority (BinaryViewRef data, const QString &filename)=0 |
virtual QWidget * | create (BinaryViewRef data, ViewFrame *viewFrame)=0 |
virtual QString | getDisplayName (BinaryViewTypeRef type) |
virtual QString | getDisplayLongName (BinaryViewTypeRef type) |
Static Public Member Functions | |
static void | init () |
Static Public Member Functions inherited from ViewType | |
static ViewType * | getTypeByName (const QString &name) |
static const std::vector< ViewType * > & | getTypes () |
static void | registerViewType (ViewType *type) |
HexEditorViewType::HexEditorViewType | ( | ) |
|
overridevirtual |
Implements ViewType.
|
overridevirtual |
Reimplemented from ViewType.
|
overridevirtual |
Reimplemented from ViewType.
|
overridevirtual |
Implements ViewType.
|
static |