|
| | GLVisionSimulatorItem () |
| |
| | GLVisionSimulatorItem (const GLVisionSimulatorItem &org) |
| |
| | ~GLVisionSimulatorItem () |
| |
| void | setTargetBodies (const std::string &bodyNames) |
| |
| void | setTargetSensors (const std::string &sensorNames) |
| |
| void | setMaxFrameRate (double rate) |
| |
| void | setMaxLatency (double latency) |
| |
| void | setVisionDataRecordingEnabled (bool on) |
| |
| void | setDedicatedSensorThreadsEnabled (bool on) |
| |
| void | setBestEffortMode (bool on) |
| |
| void | setRangeSensorPrecisionRatio (double r) |
| |
| void | setAllSceneObjectsEnabled (bool on) |
| |
| void | setHeadLightEnabled (bool on) |
| |
| void | setAdditionalLightsEnabled (bool on) |
| |
| virtual bool | initializeSimulation (SimulatorItem *simulatorItem) |
| |
| virtual void | finalizeSimulation () |
| |
| | SubSimulatorItem () |
| |
| | SubSimulatorItem (const SubSimulatorItem &org) |
| |
| virtual bool | isEnabled () |
| |
| virtual bool | setEnabled (bool on) |
| |
| 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 () |
| |