Rev 1665 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1665 | Rev 1887 | ||
|---|---|---|---|
| Line 51... | Line 51... | ||
| 51 | void SlotOnNodeChangeHandler(control::Node::Id node_id, bool available); |
51 | void SlotOnNodeChangeHandler(control::Node::Id node_id, bool available); |
| 52 | 52 | ||
| 53 | static Value Export_ResetNode(const v8::Arguments& args); |
53 | static Value Export_ResetNode(const v8::Arguments& args); |
| 54 | static Value Export_GetAvailableNodes(const v8::Arguments& args); |
54 | static Value Export_GetAvailableNodes(const v8::Arguments& args); |
| 55 | static Value Export_ProgramNode(const v8::Arguments& args); |
55 | static Value Export_ProgramNode(const v8::Arguments& args); |
| - | 56 | static Value Export_ProgramNodeHex(const v8::Arguments& args); |
|
| 56 | static Value Export_GetNodeInformation(const v8::Arguments& args); |
57 | static Value Export_GetNodeInformation(const v8::Arguments& args); |
| 57 | }; |
58 | }; |
| 58 | 59 | ||
| 59 | }; // namespace plugin |
60 | }; // namespace plugin |
| 60 | }; // namespace vm |
61 | }; // namespace vm |