|
|
@ -169,6 +169,7 @@ namespace NLGUI
|
|
|
|
std::string getProperty( const std::string &name ) const;
|
|
|
|
std::string getProperty( const std::string &name ) const;
|
|
|
|
void setProperty( const std::string &name, const std::string &value );
|
|
|
|
void setProperty( const std::string &name, const std::string &value );
|
|
|
|
xmlNodePtr serialize( xmlNodePtr parentNode, const char *type ) const;
|
|
|
|
xmlNodePtr serialize( xmlNodePtr parentNode, const char *type ) const;
|
|
|
|
|
|
|
|
xmlNodePtr serializeTreeData( xmlNodePtr parentNode ) const;
|
|
|
|
|
|
|
|
|
|
|
|
virtual bool parse (xmlNodePtr cur, CInterfaceGroup *parentGroup);
|
|
|
|
virtual bool parse (xmlNodePtr cur, CInterfaceGroup *parentGroup);
|
|
|
|
|
|
|
|
|
|
|
|