Brief Introduction to Some Simple Classes: DSL nodeInfo
From DSL
Contains some useful information about the node. Among other things, it contains a DSL_header instance that contains the id, name, and comment of the node. See DSL_header class for more details
public member :
DSL_nodeInfo(void) {CheckReadiness();};
DSL_nodeInfo(DSL_nodeInfo &likeThisOne);
int operator =(DSL_nodeInfo &likeThisOne);
DSL_header &Header(void) {return(header);};
DSL_screenInfo &Screen(void) {return(screen);};
DSL_userProperties &UserProperties(void) {return(userProperties);};
DSL_documentation &Documentation(void) {return(documentation);};