----------------------------------------------------------------------------- Create the values managed by this command class -----------------------------------------------------------------------------
| 1046 | // Create the values managed by this command class |
| 1047 | //----------------------------------------------------------------------------- |
| 1048 | void Color::CreateVars |
| 1049 | ( |
| 1050 | uint8 const _instance |
| 1051 | ) |
| 1052 | { |
| 1053 | if( Node* node = GetNodeUnsafe() ) |
| 1054 | { |
| 1055 | /* XXX TODO convert this to a bitset when we implement */ |
| 1056 | node->CreateValueInt( ValueID::ValueGenre_System, GetCommandClassId(), _instance, Value_Color_Channels_Capabilities, "Color Channels", "", false, false, m_dom.GetFlagShort(STATE_FLAG_COLOR_CHANNELS), 0 ); |
| 1057 | } |
| 1058 | |
| 1059 | |
| 1060 | } |
| 1061 | |
| 1062 | //----------------------------------------------------------------------------- |
| 1063 | // <Color::SetValueBasic> |
nothing calls this directly
no test coverage detected