#include <BONImpl.h>
Public Member Functions | |
COLORREF | getBorderColor () const |
void | setBorderColor (COLORREF color) |
COLORREF | getBackgroundColor () const |
void | setBackgroundColor (COLORREF color) |
COLORREF | getPortNameColor () const |
void | setPortNameColor (COLORREF color) |
Friends | |
class | RegistryNodeImpl |
Definition at line 1523 of file BONImpl.h.
COLORREF BON::ModelRegistryNodeImpl::getBackgroundColor | ( | ) | const |
Definition at line 7275 of file BONImpl.cpp.
COLORREF BON::ModelRegistryNodeImpl::getBorderColor | ( | ) | const |
Definition at line 7264 of file BONImpl.cpp.
COLORREF BON::ModelRegistryNodeImpl::getPortNameColor | ( | ) | const |
Definition at line 7286 of file BONImpl.cpp.
void BON::ModelRegistryNodeImpl::setBackgroundColor | ( | COLORREF | color | ) |
Definition at line 7281 of file BONImpl.cpp.
void BON::ModelRegistryNodeImpl::setBorderColor | ( | COLORREF | color | ) |
Definition at line 7270 of file BONImpl.cpp.
void BON::ModelRegistryNodeImpl::setPortNameColor | ( | COLORREF | color | ) |
Definition at line 7292 of file BONImpl.cpp.
friend class RegistryNodeImpl [friend] |
Reimplemented from BON::FCOExRegistryNodeImpl.