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 ViewType * | getTypeByName (const QString &name) |
| static const std::vector< ViewType * > & | getTypes () |
| static void | registerViewType (ViewType *type) |
| TypeBrowserViewType::TypeBrowserViewType | ( | ) |
|
overridevirtual |
Implements ViewType.
|
overridevirtual |
Implements ViewType.
|
static |