- Fixed possible deadlock when executing server script
- Fixed area charts on dashboards
- "Interactive" option for line chart dashboard elements
-- Fixed issues: #1018, #1039, #1239, #1250
+- Fixed issues: #1018, #1039, #1239, #1250, #1255
*
setModified();
unlockProperties();
}
+
+/**
+ * Create NXSL object for this object
+ */
+NXSL_Value *Interface::createNXSLObject()
+{
+ return new NXSL_Value(new NXSL_Object(&g_nxslInterfaceClass, this));
+}
virtual bool deleteFromDatabase(DB_HANDLE hdb);
virtual bool loadFromDatabase(DB_HANDLE hdb, UINT32 id);
+ virtual NXSL_Value *createNXSLObject();
+
Node *getParentNode();
UINT32 getParentNodeId();