|
| | PythonSimScriptItem () |
| |
| | PythonSimScriptItem (const PythonSimScriptItem &org) |
| |
| virtual | ~PythonSimScriptItem () |
| |
| bool | setScriptFilename (const std::string &filename) |
| |
| virtual const std::string & | scriptFilename () const |
| |
| virtual bool | setBackgroundMode (bool on) |
| |
| virtual bool | isBackgroundMode () const |
| |
| virtual bool | isRunning () const |
| |
| virtual bool | executeAsSimulationScript () |
| |
| virtual bool | executeCode (const char *code) |
| |
| virtual bool | waitToFinish (double timeout=0.0) |
| |
| virtual std::string | resultString () const |
| |
| virtual SignalProxy< void()> | sigScriptFinished () |
| |
| virtual bool | terminate () |
| |
| | SimulationScriptItem () |
| |
| | SimulationScriptItem (const SimulationScriptItem &org) |
| |
| ExecutionTiming | executionTiming () const |
| |
| void | setExecutionTiming (ExecutionTiming timing) |
| |
| double | executionDelay () const |
| |
| void | setExecutionDelay (double t) |
| |
| virtual bool | execute () |
| |
| | ScriptItem () |
| |
| | ScriptItem (const ScriptItem &org) |
| |
| virtual const std::string & | textFilename () const |
| |
| virtual std::string | identityName () const |
| |
| | AbstractTextItem () |
| |
| | AbstractTextItem (const AbstractTextItem &org) |
| |
| virtual | ~Item () |
| |
| const std::string & | name () const |
| |
| virtual void | setName (const std::string &name) |
| |
| bool | hasAttribute (Attribute attribute) const |
| |
| Item * | childItem () const |
| |
| Item * | prevItem () const |
| |
| Item * | nextItem () const |
| |
| Item * | parentItem () const |
| |
| bool | addChildItem (Item *item, bool isManualOperation=false) |
| |
| bool | addSubItem (Item *item) |
| |
| bool | isSubItem () const |
| |
| void | detachFromParentItem () |
| |
| void | emitSigDetachedFromRootForSubTree () |
| |
| bool | insertChildItem (Item *item, Item *nextItem, bool isManualOperation=false) |
| |
| bool | insertSubItem (Item *item, Item *nextItem) |
| |
| bool | isTemporal () const |
| |
| void | setTemporal (bool on=true) |
| |
| RootItem * | findRootItem () const |
| |
| Item * | findItem (const std::string &path) const |
| |
| template<class ItemType > |
| ItemType * | findItem (const std::string &path) const |
| |
| template<class ItemType > |
| ItemType * | find (const std::string &path) |
| |
| Item * | findChildItem (const std::string &path) const |
| |
| template<class ItemType > |
| ItemType * | findChildItem (const std::string &path) const |
| |
| Item * | findSubItem (const std::string &path) const |
| |
| template<class ItemType > |
| ItemType * | findSubItem (const std::string &path) const |
| |
| Item * | headItem () const |
| |
| template<class ItemType > |
| ItemType * | findOwnerItem (bool includeSelf=false) |
| |
| bool | isOwnedBy (Item *item) const |
| |
| bool | traverse (boost::function< bool(Item *)> function) |
| |
| template<class ItemType > |
| bool | traverse (boost::function< bool(ItemType *item)> function) |
| |
| Item * | duplicate () const |
| |
| Item * | duplicateAll () const |
| |
| void | assign (Item *srcItem) |
| |
| bool | load (const std::string &filename, const std::string &format=std::string()) |
| |
| bool | load (const std::string &filename, Item *parent, const std::string &format=std::string()) |
| |
| bool | save (const std::string &filename, const std::string &format=std::string()) |
| |
| bool | overwrite (bool forceOverwrite=false, const std::string &format=std::string()) |
| |
| const std::string & | filePath () const |
| |
| const std::string & | fileFormat () const |
| |
| std::time_t | fileModificationTime () const |
| |
| bool | isConsistentWithFile () const |
| |
| void | clearFileInformation () |
| |
| void | suggestFileUpdate () |
| |
| void | putProperties (PutPropertyFunction &putProperty) |
| |
| virtual void | notifyUpdate () |
| |
| SignalProxy< void(const std::string &oldName)> | sigNameChanged () |
| |
| SignalProxy< void()> | sigUpdated () |
| |
| SignalProxy< void()> | sigPositionChanged () |
| |
| SignalProxy< void()> | sigDetachedFromRoot () |
| |
| SignalProxy< void()> | sigDisconnectedFromRoot () |
| |
| SignalProxy< void()> | sigSubTreeChanged () |
| |
| Referenced * | customData (int id) |
| |
| const Referenced * | customData (int id) const |
| |
| void | setCustomData (int id, ReferencedPtr data) |
| |
| void | clearCustomData (int id) |
| |
| virtual | ~Referenced () |
| |
| void | addRef () |
| |
| void | releaseRef () |
| |