#include <BONImpl.h>


Public Member Functions | |
| COLORREF | getColor () const |
| void | setColor (COLORREF color) |
| COLORREF | getNameColor () const |
| void | setNameColor (COLORREF color) |
| bool | getNameEnabled () const |
| void | setNameEnabled (bool bEnabled) |
| std::string | getHelpURL () const |
| void | setHelpURL (const std::string &strURL) |
| std::set< AutoRouterPref > | getInAutoRouterPref () const |
| void | setInAutoRouterPref (const std::set< AutoRouterPref > &setPrefs) |
| std::set< AutoRouterPref > | getOutAutoRouterPref () const |
| void | setOutAutoRouterPref (const std::set< AutoRouterPref > &setPrefs) |
Friends | |
| class | RegistryNodeImpl |
| class | FCOExRegistryNodeImpl |
| class | ConnectionRegistryNodeImpl |
Definition at line 1426 of file BONImpl.h.
| COLORREF BON::FCORegistryNodeImpl::getColor | ( | ) | const |
Definition at line 6980 of file BONImpl.cpp.
| std::string BON::FCORegistryNodeImpl::getHelpURL | ( | ) | const |
Definition at line 7013 of file BONImpl.cpp.
| std::set< AutoRouterPref > BON::FCORegistryNodeImpl::getInAutoRouterPref | ( | ) | const |
Definition at line 7023 of file BONImpl.cpp.
| COLORREF BON::FCORegistryNodeImpl::getNameColor | ( | ) | const |
Definition at line 6991 of file BONImpl.cpp.
| bool BON::FCORegistryNodeImpl::getNameEnabled | ( | ) | const |
Definition at line 7002 of file BONImpl.cpp.
| std::set< AutoRouterPref > BON::FCORegistryNodeImpl::getOutAutoRouterPref | ( | ) | const |
Definition at line 7032 of file BONImpl.cpp.
| void BON::FCORegistryNodeImpl::setColor | ( | COLORREF | color | ) |
Definition at line 6986 of file BONImpl.cpp.
| void BON::FCORegistryNodeImpl::setHelpURL | ( | const std::string & | strURL | ) |
Definition at line 7018 of file BONImpl.cpp.
| void BON::FCORegistryNodeImpl::setInAutoRouterPref | ( | const std::set< AutoRouterPref > & | setPrefs | ) |
Definition at line 7028 of file BONImpl.cpp.
| void BON::FCORegistryNodeImpl::setNameColor | ( | COLORREF | color | ) |
Definition at line 6997 of file BONImpl.cpp.
| void BON::FCORegistryNodeImpl::setNameEnabled | ( | bool | bEnabled | ) |
Definition at line 7008 of file BONImpl.cpp.
| void BON::FCORegistryNodeImpl::setOutAutoRouterPref | ( | const std::set< AutoRouterPref > & | setPrefs | ) |
Definition at line 7037 of file BONImpl.cpp.
friend class ConnectionRegistryNodeImpl [friend] |
friend class FCOExRegistryNodeImpl [friend] |
friend class RegistryNodeImpl [friend] |
Reimplemented in BON::FCOExRegistryNodeImpl, BON::ModelRegistryNodeImpl, and BON::ConnectionRegistryNodeImpl.
1.6.3