#include <guiObservers.hxx>


Public Member Functions | |
| SubjectContainer (YACS::ENGINE::Container *container, Subject *parent) | |
| void | registerUndoDestroy () |
| std::string | getLabelForHuman () const |
Public Member Functions inherited from YACS::HMI::SubjectContainerBase | |
| SubjectContainerBase (YACS::ENGINE::Container *container, Subject *parent) | |
| virtual | ~SubjectContainerBase () |
| virtual std::string | getName () |
| virtual bool | setName (std::string name) |
| virtual YACS::ENGINE::Container * | getContainer () const |
| virtual std::map< std::string, std::string > | getProperties () |
| virtual bool | setProperties (std::map< std::string, std::string > properties) |
| virtual SubjectReference * | attachComponent (SubjectComponent *component) |
| virtual void | detachComponent (SubjectComponent *component) |
| virtual void | moveComponent (SubjectReference *reference) |
| virtual void | removeSubComponentFromSet (SubjectComponent *component) |
| virtual void | notifyComponentsChange (GuiEvent event, int type, Subject *son) |
| virtual void | clean (Command *command=0) |
| void | localclean (Command *command=0) |
| bool | isUsed () |
| 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 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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from YACS::HMI::SubjectContainerBase | |
| static SubjectContainerBase * | New (YACS::ENGINE::Container *container, Subject *parent) |
Static Public Member Functions inherited from YACS::HMI::Subject | |
| static void | erase (Subject *sub, Command *command=0, bool post=false) |
Protected Attributes inherited from YACS::HMI::SubjectContainerBase | |
| YACS::ENGINE::Container * | _container |
| std::set< SubjectComponent * > | _subComponentSet |
| std::map< SubjectComponent *, SubjectReference * > | _subReferenceMap |
Protected Attributes inherited from YACS::HMI::Subject | |
| std::set< GuiObserver * > | _setObs |
| Subject * | _parent |
| bool | _destructible |
| bool | _askRegisterUndo |
| std::string | _progress |
Definition at line 443 of file guiObservers.hxx.
| SubjectContainer::SubjectContainer | ( | YACS::ENGINE::Container * | container, |
| Subject * | parent | ||
| ) |
Definition at line 4569 of file guiObservers.cxx.
|
inlinevirtual |
Implements YACS::HMI::SubjectContainerBase.
Definition at line 448 of file guiObservers.hxx.
| void SubjectContainer::registerUndoDestroy | ( | ) |
Definition at line 4573 of file guiObservers.cxx.
References YACS::HMI::Invocator::add(), DEBTRACE, YACS::HMI::GuiContext::getCurrent(), YACS::HMI::GuiContext::getInvoc(), and YACS::HMI::SubjectContainerBase::getName().