| activate() | WModule | protectedvirtual |
| add(boost::shared_ptr< WModule > module, bool run=true) | WModuleContainer | virtual |
| addConnector(boost::shared_ptr< WModuleInputConnector > con) | WModule | protected |
| addConnector(boost::shared_ptr< WModuleOutputConnector > con) | WModule | protected |
| addDefaultNotifier(MODULE_SIGNAL signal, t_ModuleErrorSignalHandlerType notifier) | WModuleContainer | virtual |
| addDefaultNotifier(MODULE_SIGNAL signal, t_ModuleGenericSignalHandlerType notifier) | WModuleContainer | virtual |
| addDefaultNotifier(MODULE_CONNECTOR_SIGNAL signal, t_GenericSignalHandlerType notifier) | WModuleContainer | virtual |
| addPendingThread(boost::shared_ptr< WThreadedRunner > thread) | WModuleContainer | |
| applyModule(boost::shared_ptr< WModule > applyOn, std::string what, bool tryOnly=false) | WModuleContainer | virtual |
| applyModule(boost::shared_ptr< WModule > applyOn, boost::shared_ptr< WModule > prototype) | WModuleContainer | virtual |
| cleanup() | WModule | protectedvirtual |
| connectors() | WModule | protectedvirtual |
| ConstSPtr typedef | WModule | |
| DataModuleListType typedef | WModuleContainer | |
| debugLog() const | WModule | protected |
| deprecated() const | WModule | protectedvirtual |
| disconnect() | WModule | |
| errorLog() const | WModule | protected |
| factory() const | WModuleContainer | virtual |
| findConnector(std::string name) | WModule | |
| findInputConnector(std::string name) | WModule | |
| findOutputConnector(std::string name) | WModule | |
| finishedPendingThread(boost::shared_ptr< WThreadedRunner > thread) | WModuleContainer | |
| getAssociatedContainer() const | WModule | |
| getConnector(std::string name) | WModule | |
| getDataModules() | WModuleContainer | |
| getDeprecationMessage() const | WModule | |
| getDescription() const | WModuleContainer | virtual |
| getInformationProperties() const | WModule | |
| getInputConnector(std::string name) | WModule | |
| getInputConnectors() const | WModule | |
| getLocalPath() const | WModule | |
| getModules() const | WModuleContainer | |
| getName() const | WModuleContainer | virtual |
| getOutputConnector(std::string name) | WModule | |
| getOutputConnectors() const | WModule | |
| getPossibleConnections(boost::shared_ptr< WModule > module) | WModuleContainer | |
| getPossibleDisconnections() | WModule | |
| getProperties() const | WModule | |
| getRootProgressCombiner() | WModule | virtual |
| getSignalHandler(MODULE_CONNECTOR_SIGNAL signal) | WModule | protectedvirtual |
| getType() const | WModule | virtual |
| getXPMIcon() const | WModule | virtual |
| infoLog() const | WModule | protected |
| initialize() | WModule | protected |
| InputConnectorList typedef | WModule | |
| isA() | WPrototyped | |
| isAssociated() const | WModule | |
| isCrashed() const | WModule | |
| isDeprecated() const | WModule | |
| isInitialized() const | WModule | |
| isReady() const | WModule | |
| isReadyOrCrashed() const | WModule | |
| isRunning() const | WModule | |
| isUseable() const | WModule | |
| loadDataSets(std::vector< std::string > fileNames) | WModuleContainer | |
| loadDataSetsSynchronously(std::vector< std::string > fileNames) | WModuleContainer | |
| m_active | WModule | protected |
| m_associatedNotifiers | WModuleContainer | protected |
| m_associatedNotifiersLock | WModuleContainer | protected |
| m_connectorClosedNotifiers | WModuleContainer | protected |
| m_connectorEstablishedNotifiers | WModuleContainer | protected |
| m_connectorNotifiersLock | WModuleContainer | protected |
| m_container | WModule | protected |
| m_crashIfModuleCrashes | WModuleContainer | protected |
| m_description | WModuleContainer | protected |
| m_errorNotifiers | WModuleContainer | protected |
| m_errorNotifiersLock | WModuleContainer | protected |
| m_infoProperties | WModule | protected |
| m_initialized | WModule | protected |
| m_inputConnectors | WModule | protected |
| m_isAssociated | WModule | protected |
| m_isCrashed | WModule | protected |
| m_isReady | WModule | protected |
| m_isReadyOrCrashed | WModule | protected |
| m_isRunning | WModule | protected |
| m_isUsable | WModule | protected |
| m_localPath | WModule | protected |
| m_modules | WModuleContainer | protected |
| m_moduleState | WModule | protected |
| m_moduleSubscriptions | WModuleContainer | private |
| m_name | WModuleContainer | protected |
| m_outputConnectors | WModule | protected |
| m_pendingThreads | WModuleContainer | protected |
| m_pendingThreadsLock | WModuleContainer | protected |
| m_progress | WModule | protected |
| m_properties | WModule | protected |
| m_readyNotifiers | WModuleContainer | protected |
| m_readyNotifiersLock | WModuleContainer | protected |
| m_readyProgress | WModule | protected |
| m_removedNotifiers | WModuleContainer | protected |
| m_removedNotifiersLock | WModuleContainer | protected |
| m_requirements | WModule | protected |
| m_runtimeName | WModule | protected |
| m_shutdownFlag | WThreadedRunner | protected |
| m_thread | WThreadedRunner | protected |
| ModuleConstIterator typedef | WModuleContainer | |
| ModuleContainerType typedef | WModuleContainer | |
| moduleError(boost::shared_ptr< WModule > module, const WException &exception) | WModuleContainer | protectedvirtual |
| ModuleIterator typedef | WModuleContainer | |
| moduleMain() | WModuleContainer | protectedvirtual |
| ModuleSharedContainerType typedef | WModuleContainer | |
| ModuleSubscription typedef | WModuleContainer | private |
| ModuleSubscriptionsConstIterator typedef | WModuleContainer | private |
| ModuleSubscriptionsIterator typedef | WModuleContainer | private |
| ModuleSubscriptionsSharedType typedef | WModuleContainer | private |
| ModuleSubscriptionsType typedef | WModuleContainer | private |
| msleep(const int32_t t) const | WThreadedRunner | protected |
| notifyConnectionClosed(boost::shared_ptr< WModuleConnector > here, boost::shared_ptr< WModuleConnector > there) | WModule | protectedvirtual |
| notifyConnectionEstablished(boost::shared_ptr< WModuleConnector > here, boost::shared_ptr< WModuleConnector > there) | WModule | protectedvirtual |
| notifyDataChange(boost::shared_ptr< WModuleConnector > input, boost::shared_ptr< WModuleConnector > output) | WModule | protectedvirtual |
| notifyStop() | WThreadedRunner | protectedvirtual |
| OutputConnectorList typedef | WModule | |
| properties() | WModule | protectedvirtual |
| ready() | WModule | protected |
| remove(boost::shared_ptr< WModule > module) | WModuleContainer | virtual |
| removeConnectors() | WModule | protected |
| removeDeep(boost::shared_ptr< WModule > module) | WModuleContainer | virtual |
| requestStop() | WThreadedRunner | virtual |
| requirements() | WModule | protectedvirtual |
| Requirements typedef | WModule | protected |
| run() | WThreadedRunner | virtual |
| run(THREADFUNCTION f) | WThreadedRunner | |
| setAssociatedContainer(boost::shared_ptr< WModuleContainer > container) | WModule | protected |
| setCrashIfModuleCrashes(bool crashIfCrashed=true) | WModuleContainer | |
| setLocalPath(boost::filesystem::path path) | WModule | |
| sleep(const int32_t t) const | WThreadedRunner | protected |
| SPtr typedef | WModule | |
| stop() | WModuleContainer | virtual |
| subscribeSignal(MODULE_SIGNAL signal, t_ModuleGenericSignalHandlerType notifier) | WModule | virtual |
| subscribeSignal(MODULE_SIGNAL signal, t_ModuleErrorSignalHandlerType notifier) | WModule | virtual |
| THREADFUNCTION typedef | WThreadedRunner | |
| threadMain() | WModule | protectedvirtual |
| wait(bool requestFinish=false) | WThreadedRunner | |
| waitForStop() | WThreadedRunner | protected |
| warnLog() const | WModule | protected |
| WModule() | WModule | |
| WModuleContainer(std::string name="Unnamed Module Container", std::string description="Used as container for several modules.") | WModuleContainer | |
| WPrototyped() | WPrototyped | |
| WThreadedRunner() | WThreadedRunner | |
| yield() const | WThreadedRunner | protected |
| ~WModule() | WModule | virtual |
| ~WModuleContainer() | WModuleContainer | virtual |
| ~WPrototyped() | WPrototyped | virtual |
| ~WThreadedRunner() | WThreadedRunner | virtual |