#include <NodeFactory.h>
Definition at line 97 of file NodeFactory.h.
◆ NodeFactory() [1/2]
dyno::NodeFactory::NodeFactory |
( |
| ) |
|
|
privatedefault |
◆ ~NodeFactory()
dyno::NodeFactory::~NodeFactory |
( |
| ) |
|
|
privatedefault |
◆ NodeFactory() [2/2]
◆ addPage()
std::shared_ptr< NodePage > dyno::NodeFactory::addPage |
( |
std::string | name, |
|
|
std::string | icon ) |
◆ hasPage()
bool dyno::NodeFactory::hasPage |
( |
std::string | name | ) |
|
◆ instance()
◆ nodePages()
std::map< std::string, std::shared_ptr< NodePage > > & dyno::NodeFactory::nodePages |
( |
| ) |
|
|
inline |
◆ operator=()
◆ mMutex
std::mutex dyno::NodeFactory::mMutex |
|
staticprivate |
◆ mPages
std::map<std::string, std::shared_ptr<NodePage> > dyno::NodeFactory::mPages |
|
private |
◆ pInstance
std::atomic< NodeFactory * > dyno::NodeFactory::pInstance |
|
staticprivate |
The documentation for this class was generated from the following files: