39 const std::vector<FileItemType*> &
types();
46 std::vector<FileItemType*> _types;
FileItemType * find_from_filename(std::string filename)
FileItemType * find_from_extension(std::string extension)
Definition: file_item_type_factory.h:34
void register_ui(UIController *ui_controller)
const std::vector< FileItemType * > & types()
void unregister_type(FileItemType *type)
void register_type(FileItemType *type)
Definition: ui_controller.h:43
Definition: file_item_type.h:35