Loading...
Searching...
No Matches
TypeBrowserViewType Class Reference

Public Member Functions

 TypeBrowserViewType ()
virtual int getPriority (BinaryViewRef data, const QString &filename) override
virtual QWidget * create (BinaryViewRef data, ViewFrame *frame) override
Public Member Functions inherited from ViewType
 ViewType (const QString &name, const QString &longName)
virtual ~ViewType ()
const QString & getName ()
const QString & getLongName ()
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 ViewTypegetTypeByName (const QString &name)
static const std::vector< ViewType * > & getTypes ()
static void registerViewType (ViewType *type)

Constructor & Destructor Documentation

◆ TypeBrowserViewType()

TypeBrowserViewType::TypeBrowserViewType ( )

Member Function Documentation

◆ getPriority()

virtual int TypeBrowserViewType::getPriority ( BinaryViewRef data,
const QString & filename )
overridevirtual

Implements ViewType.

◆ create()

virtual QWidget * TypeBrowserViewType::create ( BinaryViewRef data,
ViewFrame * frame )
overridevirtual

Implements ViewType.

◆ init()

void TypeBrowserViewType::init ( )
static