14 #include "msdevstudio/MSconfig.h"
29 using namespace hippodraw;
32 :
BaseXML (
"ViewBase", controller ),
67 const void * addr = reinterpret_cast <
const void * > ( & view );
110 list < XmlElement * > nodelist;
113 std::list < XmlElement * > ::const_iterator first = nodelist.begin ();
114 while ( first != nodelist.end () ) {
117 bool ok = element -> attribute (
"ref", ref );
119 int id = element -> getID ();
122 source -> setParentPlotter ( target );