Subversion Repositories HomeAutomation

Rev

Rev 1657 | Rev 1887 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1657 Rev 1665
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_GetNodeInformation(const v8::Arguments& args);
56
};
57
};
57
 
58
 
58
}; // namespace plugin
59
}; // namespace plugin
59
}; // namespace vm
60
}; // namespace vm
60
}; // namespace atom
61
}; // namespace atom