#include <NetBundle.hpp>
Public Member Functions | |
virtual NetBundleSharedPtr | newNetBundlePtr (const std::string &inName, const ViewSharedPtr &inViewPtr, const NetBundleSharedPtr &inParentCollection=NetBundleSharedPtr(), const std::string &inOriginalName=std::string()) throw (Error) |
Definition at line 61 of file NetBundle.hpp.
NetBundleSharedPtr torc::generic::NetBundle::Factory::newNetBundlePtr | ( | const std::string & | inName, | |
const ViewSharedPtr & | inViewPtr, | |||
const NetBundleSharedPtr & | inParentCollection = NetBundleSharedPtr() , |
|||
const std::string & | inOriginalName = std::string() | |||
) | throw (Error) [virtual] |
Create a net bundle.
[in] | inName | Name of the net bundle to be created. |
[in] | inViewPtr | Pointer to parented(View) object. |
[in] | inParentCollection | Pointer to parent bundle. |
[in] | inOriginalName | Original name of the net bundle [optional]. |
[in] | inName | Name of the net bundle to be created. |
[in] | inViewPtr | Pointer to parented(View) object. |
[in] | inOriginalName | Original name of the vector net [optional]. |
Definition at line 52 of file NetBundle.cpp.