#include <guiObservers.hxx>


Public Member Functions | |
| SubjectDataType (YACS::ENGINE::TypeCode *typeCode, Subject *parent, std::string alias) | |
| virtual | ~SubjectDataType () |
| virtual std::string | getName () |
| virtual std::string | getAlias () |
| virtual YACS::ENGINE::TypeCode * | getTypeCode () |
| virtual void | clean (Command *command=0) |
| void | localclean (Command *command=0) |
| virtual TypeOfElem | getType () |
Public Member Functions inherited from YACS::HMI::Subject | |
| Subject (Subject *parent=0) | |
| virtual | ~Subject () |
| virtual void | attach (GuiObserver *obs) |
| virtual void | detach (GuiObserver *obs) |
| virtual void | select (bool isSelected) |
| virtual void | update (GuiEvent event, int type, Subject *son) |
| virtual bool | setName (std::string name) |
| virtual bool | setProperties (std::map< std::string, std::string > properties) |
| virtual std::map< std::string, std::string > | getProperties () |
| virtual std::vector< std::string > | knownProperties () |
| virtual Subject * | getParent () |
| virtual void | setParent (Subject *son) |
| virtual bool | destroy (Subject *son) |
| From user action in Ihm, destroy an object. More... | |
| virtual void | loadChildren () |
| virtual void | loadLinks () |
| virtual void | addSubjectReference (Subject *ref) |
| void | localclean (Command *command=0) |
| void | registerUndoDestroy () |
| void | askRegisterUndoDestroy () |
| bool | isDestructible () |
| virtual void | setProgress (std::string newProgress) |
| virtual std::string | getProgress () |
Public Member Functions inherited from YACS::ENGINE::Observer | |
| virtual void | notifyObserver (Node *object, const std::string &event) |
| virtual void | notifyObserver2 (Node *object, const std::string &event, void *something) |
| virtual void | notifyObserverFromClone (Node *originalInstance, const std::string &event, Node *clonedInstanceGeneratingEvent) |
| virtual | ~Observer () |
Protected Attributes | |
| YACS::ENGINE::TypeCode * | _typeCode |
| std::string | _alias |
Protected Attributes inherited from YACS::HMI::Subject | |
| std::set< GuiObserver * > | _setObs |
| Subject * | _parent |
| bool | _destructible |
| bool | _askRegisterUndo |
| std::string | _progress |
Additional Inherited Members | |
Static Public Member Functions inherited from YACS::HMI::Subject | |
| static void | erase (Subject *sub, Command *command=0, bool post=false) |
Definition at line 491 of file guiObservers.hxx.
| SubjectDataType::SubjectDataType | ( | YACS::ENGINE::TypeCode * | typeCode, |
| Subject * | parent, | ||
| std::string | alias | ||
| ) |
Definition at line 4608 of file guiObservers.cxx.
|
virtual |
Definition at line 4613 of file guiObservers.cxx.
|
virtual |
Clean process prior to delete is redefined in derived classes: a local clean treatment relative to the derived class, then a call to the parent class clean method.
Reimplemented from YACS::HMI::Subject.
Definition at line 4617 of file guiObservers.cxx.
References YACS::HMI::Subject::_askRegisterUndo, YACS::HMI::Subject::clean(), localclean(), and YACS::HMI::Subject::registerUndoDestroy().
|
virtual |
Definition at line 4638 of file guiObservers.cxx.
References _alias.
Referenced by YACS::HMI::SchemaDirTypesItem::addTypeItem().
|
virtual |
Reimplemented from YACS::HMI::Subject.
Definition at line 4633 of file guiObservers.cxx.
References _typeCode, and YACS::ENGINE::TypeCode::name().
|
inlinevirtual |
Reimplemented from YACS::HMI::Subject.
Definition at line 501 of file guiObservers.hxx.
References YACS::HMI::DATATYPE.
|
virtual |
Definition at line 4643 of file guiObservers.cxx.
References _typeCode.
| void SubjectDataType::localclean | ( | Command * | command = 0 | ) |
|
protected |
Definition at line 504 of file guiObservers.hxx.
Referenced by getAlias().
|
protected |
Definition at line 503 of file guiObservers.hxx.
Referenced by getName(), and getTypeCode().