#include <BONImpl.h>
Public Member Functions | |
LineType | getLineType () const |
void | setLineType (LineType eType) |
LineEndType | getSrcLineEndType () const |
void | setSrcLineEndType (LineEndType eType) |
LineEndType | getDstLineEndType () const |
void | setDstLineEndType (LineEndType eType) |
std::string | getLabel () const |
void | setLabel (const std::string &strFormat) |
std::string | getSrcLabel1 () const |
void | setSrcLabel1 (const std::string &strFormat) |
std::string | getSrcLabel2 () const |
void | setSrcLabel2 (const std::string &strFormat) |
std::string | getDstLabel1 () const |
void | setDstLabel1 (const std::string &strFormat) |
std::string | getDstLabel2 () const |
void | setDstLabel2 (const std::string &strFormat) |
bool | getConnectionAutoRoutingEnabled () const |
void | setConnectionAutoRoutingEnabled (bool bEnabled) |
Friends | |
class | RegistryNodeImpl |
Definition at line 1551 of file BONImpl.h.
bool BON::ConnectionRegistryNodeImpl::getConnectionAutoRoutingEnabled | ( | ) | const |
Definition at line 7391 of file BONImpl.cpp.
std::string BON::ConnectionRegistryNodeImpl::getDstLabel1 | ( | ) | const |
Definition at line 7371 of file BONImpl.cpp.
std::string BON::ConnectionRegistryNodeImpl::getDstLabel2 | ( | ) | const |
Definition at line 7381 of file BONImpl.cpp.
LineEndType BON::ConnectionRegistryNodeImpl::getDstLineEndType | ( | ) | const |
Definition at line 7330 of file BONImpl.cpp.
std::string BON::ConnectionRegistryNodeImpl::getLabel | ( | ) | const |
Definition at line 7341 of file BONImpl.cpp.
LineType BON::ConnectionRegistryNodeImpl::getLineType | ( | ) | const |
Definition at line 7308 of file BONImpl.cpp.
std::string BON::ConnectionRegistryNodeImpl::getSrcLabel1 | ( | ) | const |
Definition at line 7351 of file BONImpl.cpp.
std::string BON::ConnectionRegistryNodeImpl::getSrcLabel2 | ( | ) | const |
Definition at line 7361 of file BONImpl.cpp.
LineEndType BON::ConnectionRegistryNodeImpl::getSrcLineEndType | ( | ) | const |
Definition at line 7319 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setConnectionAutoRoutingEnabled | ( | bool | bEnabled | ) |
Definition at line 7397 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setDstLabel1 | ( | const std::string & | strFormat | ) |
Definition at line 7376 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setDstLabel2 | ( | const std::string & | strFormat | ) |
Definition at line 7386 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setDstLineEndType | ( | LineEndType | eType | ) |
Definition at line 7336 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setLabel | ( | const std::string & | strFormat | ) |
Definition at line 7346 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setLineType | ( | LineType | eType | ) |
Definition at line 7314 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setSrcLabel1 | ( | const std::string & | strFormat | ) |
Definition at line 7356 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setSrcLabel2 | ( | const std::string & | strFormat | ) |
Definition at line 7366 of file BONImpl.cpp.
void BON::ConnectionRegistryNodeImpl::setSrcLineEndType | ( | LineEndType | eType | ) |
Definition at line 7325 of file BONImpl.cpp.
friend class RegistryNodeImpl [friend] |
Reimplemented from BON::FCORegistryNodeImpl.