4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
9 * Full author contact details are available in file CREDITS.
22 /// creates inset according to 'cmd'
23 InsetBase
* createInset(BufferView
* bv
, FuncRequest
const & cmd
);
25 /// read inset from a file
26 InsetBase
* readInset(LyXLex
& lex
, Buffer
const & buf
);