Lines Matching refs:BFileInterface
18 \brief Provides BFileInterface abstract class.
23 \class BFileInterface
28 You should derive your subclass from BFileInterface so that your
34 in addition to BFileInterface.
39 \fn BFileInterface::BFileInterface()
45 \fn BFileInterface::~BFileInterface()
51 \fn status_t BFileInterface::HandleMessage(int32 message,
71 \fn status_t BFileInterface::GetNextFileFormat(int32* cookie,
98 \fn void BFileInterface::DisposeFileFormatCookie(int32 cookie) = 0;
110 \fn status_t BFileInterface::GetDuration(bigtime_t* _time) = 0;
123 \fn status_t BFileInterface::SniffRef(const entry_ref& file,
148 \fn status_t BFileInterface::SetRef(const entry_ref& file, bool create,
168 \fn status_t BFileInterface::GetRef(entry_ref* _ref, char* _mimeType) = 0;