43 #ifndef MY_DXF_TABLES_HPP
44 #define MY_DXF_TABLES_HPP 1
59 std::string _handle_to_owner;
87 virtual void write(
class MyDXFFile *dxf, std::ofstream &ostr ) = 0;
91 virtual void debug_print( std::ostream &os )
const = 0;
105 int8_t _explodability;
107 std::string _handle_to_layout;
125 virtual void debug_print( std::ostream &os )
const;
136 std::string _linetype;
142 std::string _handle_to_plot_style_name;
143 std::string _handle_to_material;
157 const std::string &
name(
void )
const {
return( _name ); }
169 virtual void debug_print( std::ostream &os )
const;
180 std::string _handle_to_owner;
182 std::vector<MyDXFTableEntry *> _entries;
191 uint32_t
size()
const {
return( _entries.size() ); }