Home | History | Annotate | Download | only in dom

Lines Matching defs:domLine_width

6980 	class domLine_width;
6982 typedef daeSmartRef<domLine_width> domLine_widthRef;
6985 class domLine_width : public daeElement
7023 domLine_width(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
7027 virtual ~domLine_width() {}
7031 virtual domLine_width &operator=( const domLine_width &cpy ) { (void)cpy; return *this; }