Home | History | Annotate | Download | only in dom

Lines Matching defs:domLine_width

2469 	class domLine_width;
2471 typedef daeSmartRef<domLine_width> domLine_widthRef;
2474 class domLine_width : public daeElement
2512 domLine_width(DAE& dae) : daeElement(dae), attrValue(), attrParam() {}
2516 virtual ~domLine_width() {}
2520 virtual domLine_width &operator=( const domLine_width &cpy ) { (void)cpy; return *this; }