#include <GeneralSceneFileImporterBase.h>
|
| GeneralSceneFileImporterBase () |
|
| GeneralSceneFileImporterBase (int api) |
|
| ~GeneralSceneFileImporterBase () |
|
| ~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 QWidget * | getOptionPanelForSaving (Item *item) |
|
virtual void | fetchOptionPanelForSaving () |
|
Item * | parentItem () |
|
int | currentInvocationType () const |
|
bool | isRegisteredForSingletonItem () const |
|
Item * | findSingletonItemInstance () const |
|
void | setItemClassInfo (Referenced *info) |
|
const Referenced * | itemClassInfo () const |
|
virtual | ~Referenced () |
|
◆ GeneralSceneFileImporterBase() [1/2]
GeneralSceneFileImporterBase::GeneralSceneFileImporterBase |
( |
| ) |
|
◆ GeneralSceneFileImporterBase() [2/2]
GeneralSceneFileImporterBase::GeneralSceneFileImporterBase |
( |
int |
api | ) |
|
◆ ~GeneralSceneFileImporterBase()
GeneralSceneFileImporterBase::~GeneralSceneFileImporterBase |
( |
| ) |
|
◆ fetchOptionPanelForLoading()
void GeneralSceneFileImporterBase::fetchOptionPanelForLoading |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ getOptionPanelForLoading()
QWidget * GeneralSceneFileImporterBase::getOptionPanelForLoading |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ loadScene()
SgNode * GeneralSceneFileImporterBase::loadScene |
( |
const std::string & |
filename | ) |
|
|
protected |
◆ resetOptions()
void GeneralSceneFileImporterBase::resetOptions |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ restoreOptions()
bool GeneralSceneFileImporterBase::restoreOptions |
( |
const Mapping * |
archive | ) |
|
|
overrideprotectedvirtual |
◆ saveScene()
bool GeneralSceneFileImporterBase::saveScene |
( |
SgNode * |
scene, |
|
|
const std::string & |
filename |
|
) |
| |
|
protected |
This function has not been implemented yet.
◆ storeOptions()
void GeneralSceneFileImporterBase::storeOptions |
( |
Mapping * |
archive | ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following files: