#include <BodyItemFileIO.h>
|
| BodyItemBodyFileIO () |
|
StdBodyWriter * | bodyWriter () |
|
| ItemFileIoBase (const std::string &format, int api) |
|
virtual Item * | createItem () override |
|
virtual bool | load (Item *item, const std::string &filename) override final |
|
virtual bool | save (Item *item, const std::string &filename) override final |
|
virtual QWidget * | getOptionPanelForSaving (Item *item) override final |
|
| ~ItemFileIO () |
|
bool | isFormat (const std::string &format) const |
|
int | api () const |
|
bool | hasApi (int api) const |
|
const std::string & | caption () const |
|
const std::string & | fileTypeCaption () const |
|
void | addFormatAlias (const std::string &format) |
|
void | addFormatIdAlias (const std::string &format) |
|
void | setExtensionFunction (std::function< std::string()> func) |
|
std::vector< std::string > | extensions () const |
|
int | interfaceLevel () const |
|
void | setCurrentInvocationType (int type) |
|
Item * | loadItem (const std::string &filename, Item *parentItem=nullptr, bool doAddition=true, Item *nextItem=nullptr, const Mapping *options=nullptr) |
|
bool | loadItem (Item *item, const std::string &filename, Item *parentItem=nullptr, bool doAddition=true, Item *nextItem=nullptr, const Mapping *options=nullptr) |
|
bool | saveItem (Item *item, const std::string &filename, const Mapping *options=nullptr) |
|
virtual void | resetOptions () |
|
virtual void | storeOptions (Mapping *options) |
|
virtual bool | restoreOptions (const Mapping *options) |
|
virtual QWidget * | getOptionPanelForLoading () |
|
virtual void | fetchOptionPanelForLoading () |
|
Item * | parentItem () |
|
int | currentInvocationType () const |
|
bool | isRegisteredForSingletonItem () const |
|
Item * | findSingletonItemInstance () const |
|
void | setItemClassInfo (Referenced *info) |
|
const Referenced * | itemClassInfo () const |
|
virtual | ~Referenced () |
|
◆ BodyItemBodyFileIO()
BodyItemBodyFileIO::BodyItemBodyFileIO |
( |
| ) |
|
◆ bodyWriter()
◆ createOptionPanelForSaving()
void BodyItemBodyFileIO::createOptionPanelForSaving |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ ensureBodyWriter()
◆ fetchOptionPanelForSaving()
void BodyItemBodyFileIO::fetchOptionPanelForSaving |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ load()
bool BodyItemBodyFileIO::load |
( |
BodyItem * |
item, |
|
|
const std::string & |
filename |
|
) |
| |
|
overrideprotectedvirtual |
◆ save()
bool BodyItemBodyFileIO::save |
( |
BodyItem * |
item, |
|
|
const std::string & |
filename |
|
) |
| |
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: