Public Member Functions | |
| WorkflowViewType () | |
| virtual int | getPriority (BinaryViewRef data, const QString &filename) |
| virtual QWidget * | create (BinaryViewRef data, ViewFrame *viewFrame) |
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) |
| WorkflowViewType::WorkflowViewType | ( | ) |
|
virtual |
Implements ViewType.
|
virtual |
Implements ViewType.
|
static |