Go to the source code of this file.
Classes | |
class | PluginObserver |
class | PluginObserverKeeper |
Functions | |
void | DefineCustomObservers (YACS::ENGINE::Dispatcher *disp, YACS::ENGINE::ComposedNode *rootNode, YACS::ENGINE::Executor *executor) |
void | CleanUpObservers () |
Variables | |
PluginObserverKeeper | pok |
void CleanUpObservers | ( | ) |
Definition at line 87 of file ExampleOfObserversPluginForDriver.cxx.
References PluginObserverKeeper::clean().
void DefineCustomObservers | ( | YACS::ENGINE::Dispatcher * | disp, |
YACS::ENGINE::ComposedNode * | rootNode, | ||
YACS::ENGINE::Executor * | executor | ||
) |
Definition at line 76 of file ExampleOfObserversPluginForDriver.cxx.
References YACS::ENGINE::Dispatcher::addObserver(), YACS::ENGINE::ComposedNode::getChildByName(), gui.Appli::n, and PluginObserverKeeper::registerObserver().
Definition at line 70 of file ExampleOfObserversPluginForDriver.cxx.