#include <vlpluginmanager.h>
Public Member Functions | |
| SGNode (std::string serviceGroupName) | |
| ~SGNode () | |
| const std::string & | name () const |
| std::list< SNode > * | nodeList () |
Private Attributes | |
| std::string | m_serviceGroupName |
| Name of the service group to which this node corresponds. | |
| std::list< SNode > | m_SNodeList |
| A list of SNodes which belong to the service group "m_serviceGroupName". | |
Definition at line 183 of file vlpluginmanager.h.
|
|
Definition at line 185 of file vlpluginmanager.h. References m_serviceGroupName. |
|
|
Definition at line 189 of file vlpluginmanager.h. |
|
|
Definition at line 192 of file vlpluginmanager.h. References m_serviceGroupName. |
|
|
Definition at line 194 of file vlpluginmanager.h. References m_SNodeList. |
|
|
Definition at line 198 of file vlpluginmanager.h. |
|
|
Definition at line 201 of file vlpluginmanager.h. Referenced by nodeList(). |
1.3.3