refactoring getters and setters to avoid signature madness, typeinfo is carrying string conversion info now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-08-18 09:53:09 +00:00
parent 3f2c383971
commit 208fd16ca7
2 changed files with 327 additions and 364 deletions

View File

@@ -252,9 +252,9 @@ public:
private :
int ReadComponent(wxXmlNode *parent, wxDepersister *callbacks);
// accessor is only used as a temporary measure
// read the content of this node (simple type) and return the corresponding value
wxxVariant ReadValue(wxXmlNode *Node,
wxPropertyAccessor *accessor );
const wxTypeInfo *type );
wxXmlNode * m_parent ;
};