Blender V4.3
BKE_file_handler.hh File Reference
#include "BLI_span.hh"
#include "BLI_string_ref.hh"
#include "BLI_vector.hh"
#include "DNA_windowmanager_types.h"
#include "RNA_types.hh"

Go to the source code of this file.

Classes

struct  blender::bke::FileHandlerType
 

Namespaces

namespace  blender
 
namespace  blender::bke
 

Macros

#define FH_MAX_FILE_EXTENSIONS_STR   512
 

Functions

void blender::bke::file_handler_add (std::unique_ptr< FileHandlerType > file_handler)
 
FileHandlerTypeblender::bke::file_handler_find (StringRef idname)
 
void blender::bke::file_handler_remove (FileHandlerType *file_handler)
 
Span< std::unique_ptr< FileHandlerType > > blender::bke::file_handlers ()
 
blender::Vector< FileHandlerType * > blender::bke::file_handlers_poll_file_drop (const bContext *C, const blender::Span< std::string > paths)
 

Macro Definition Documentation

◆ FH_MAX_FILE_EXTENSIONS_STR

#define FH_MAX_FILE_EXTENSIONS_STR   512

Definition at line 17 of file BKE_file_handler.hh.