Choreonoid  1.8
Public Member Functions | Protected Member Functions | List of all members
cnoid::GeneralSceneFileImporterBase Class Reference

#include <GeneralSceneFileImporterBase.h>

Inheritance diagram for cnoid::GeneralSceneFileImporterBase:
cnoid::ItemFileIO cnoid::Referenced

Public Member Functions

 GeneralSceneFileImporterBase ()
 
 GeneralSceneFileImporterBase (int api)
 
 ~GeneralSceneFileImporterBase ()
 
- Public Member Functions inherited from cnoid::ItemFileIO
 ~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)
 
ItemloadItem (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 ()
 
ItemparentItem ()
 
int currentInvocationType () const
 
bool isRegisteredForSingletonItem () const
 
ItemfindSingletonItemInstance () const
 
void setItemClassInfo (Referenced *info)
 
const ReferenceditemClassInfo () const
 
- Public Member Functions inherited from cnoid::Referenced
virtual ~Referenced ()
 

Protected Member Functions

SgNodeloadScene (const std::string &filename)
 
bool saveScene (SgNode *scene, const std::string &filename)
 This function has not been implemented yet. More...
 
virtual void resetOptions () override
 
virtual void storeOptions (Mapping *archive) override
 
virtual bool restoreOptions (const Mapping *archive) override
 
virtual QWidget * getOptionPanelForLoading () override
 
virtual void fetchOptionPanelForLoading () override
 
- Protected Member Functions inherited from cnoid::ItemFileIO
 ItemFileIO (const std::string &format, int api)
 
 ItemFileIO (const ItemFileIO &org)
 
 ItemFileIO ()
 
void copyFrom (const ItemFileIO &org)
 
void setApi (int apiSet)
 
void setCaption (const std::string &caption)
 
void setFileTypeCaption (const std::string &caption)
 
void setExtension (const std::string &extension)
 
void setExtensions (const std::vector< std::string > &extensions)
 
void setInterfaceLevel (InterfaceLevel level)
 
virtual bool load (Item *item, const std::string &filename)
 
virtual ItemcreateItem ()
 
virtual bool save (Item *item, const std::string &filename)
 
std::ostream & os ()
 
void putWarning (const std::string &message)
 
void putError (const std::string &message)
 
void setActuallyLoadedItem (Item *item)
 
- Protected Member Functions inherited from cnoid::Referenced
 Referenced ()
 
 Referenced (const Referenced &)
 
int refCount () const
 

Additional Inherited Members

- Public Types inherited from cnoid::ItemFileIO
enum  API {
  Load = 1 << 0, Options = 1 << 1, OptionPanelForLoading = 1 << 2, Save = 1 << 3,
  OptionPanelForSaving = 1 << 4
}
 
enum  InterfaceLevel { Standard, Conversion, Internal }
 
enum  InvocationType { Direct, Dialog, DragAndDrop }
 
- Static Public Member Functions inherited from cnoid::ItemFileIO
static std::vector< std::string > separateExtensions (const std::string &multiExtString)
 

Constructor & Destructor Documentation

◆ GeneralSceneFileImporterBase() [1/2]

GeneralSceneFileImporterBase::GeneralSceneFileImporterBase ( )

◆ GeneralSceneFileImporterBase() [2/2]

GeneralSceneFileImporterBase::GeneralSceneFileImporterBase ( int  api)

◆ ~GeneralSceneFileImporterBase()

GeneralSceneFileImporterBase::~GeneralSceneFileImporterBase ( )

Member Function Documentation

◆ fetchOptionPanelForLoading()

void GeneralSceneFileImporterBase::fetchOptionPanelForLoading ( )
overrideprotectedvirtual

Reimplemented from cnoid::ItemFileIO.

◆ getOptionPanelForLoading()

QWidget * GeneralSceneFileImporterBase::getOptionPanelForLoading ( )
overrideprotectedvirtual

Reimplemented from cnoid::ItemFileIO.

◆ loadScene()

SgNode * GeneralSceneFileImporterBase::loadScene ( const std::string &  filename)
protected

◆ resetOptions()

void GeneralSceneFileImporterBase::resetOptions ( )
overrideprotectedvirtual

Reimplemented from cnoid::ItemFileIO.

◆ restoreOptions()

bool GeneralSceneFileImporterBase::restoreOptions ( const Mapping archive)
overrideprotectedvirtual

Reimplemented from cnoid::ItemFileIO.

◆ 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

Reimplemented from cnoid::ItemFileIO.


The documentation for this class was generated from the following files: