Rev 1647 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1647 | Rev 1657 | ||
|---|---|---|---|
| Line 45... | Line 45... | ||
| 45 | void CallOutput(unsigned int request_id, std::string output); |
45 | void CallOutput(unsigned int request_id, std::string output); |
| 46 | 46 | ||
| 47 | private: |
47 | private: |
| 48 | static logging::Logger LOG; |
48 | static logging::Logger LOG; |
| 49 | 49 | ||
| 50 | void SlotOnNodeChange(unsigned int node_id, bool available); |
- | |
| 51 | void SlotOnModuleChange(std::string full_id, bool available); |
50 | void SlotOnModuleChange(std::string full_id, bool available); |
| 52 | void SlotOnModuleMessage(std::string full_id, std::string command, common::StringMap variables); |
51 | void SlotOnModuleMessage(std::string full_id, std::string command, common::StringMap variables); |
| 53 | 52 | ||
| 54 | void SlotOnNodeChangeHandler(unsigned int node_id, bool available); |
- | |
| 55 | void SlotOnModuleChangeHandler(std::string full_id, bool available); |
53 | void SlotOnModuleChangeHandler(std::string full_id, bool available); |
| 56 | void SlotOnModuleMessageHandler(std::string full_id, std::string command, common::StringMap variables); |
54 | void SlotOnModuleMessageHandler(std::string full_id, std::string command, common::StringMap variables); |
| 57 | 55 | ||
| 58 | static Value Export_SendModuleMessage(const v8::Arguments& args); |
56 | static Value Export_SendModuleMessage(const v8::Arguments& args); |
| 59 | static Value Export_GetAvailableModules(const v8::Arguments& args); |
57 | static Value Export_GetAvailableModules(const v8::Arguments& args); |
| 60 | static Value Export_ProgramNode(const v8::Arguments& args); |
- | |
| 61 | }; |
58 | }; |
| 62 | 59 | ||
| 63 | }; // namespace plugin |
60 | }; // namespace plugin |
| 64 | }; // namespace vm |
61 | }; // namespace vm |
| 65 | }; // namespace atom |
62 | }; // namespace atom |