DXF table entry for block record table. More...
#include <mydxftables.hpp>
Public Member Functions | |
| MyDXFTableEntryBlockRecord (class MyDXFFile *dxf) | |
| Construct entry by reading from DXF file. | |
| virtual | ~MyDXFTableEntryBlockRecord () |
| Virtual destructor. | |
| virtual void | write (class MyDXFFile *dxf, std::ofstream &ostr) |
| Write dxf file to stream. | |
| virtual void | debug_print (std::ostream &os) const |
| Print debugging information to os. | |
Public Member Functions inherited from MyDXFTableEntry | |
| virtual | ~MyDXFTableEntry () |
| Virtual destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from MyDXFTableEntry | |
| MyDXFTableEntry () | |
| Constructor. | |
| void | process_group (class MyDXFFile *dxf) |
| Process group not belonging to the child entry. | |
| void | write_common (class MyDXFFile *dxf, std::ofstream &ostr) |
| Write common groups. | |
| void | debug_print_common (std::ostream &os) const |
| Debug print common groups. | |
DXF table entry for block record table.
| MyDXFTableEntryBlockRecord::MyDXFTableEntryBlockRecord | ( | class MyDXFFile * | dxf | ) |
Construct entry by reading from DXF file.
|
virtual |
Virtual destructor.
|
virtual |
Print debugging information to os.
Implements MyDXFTableEntry.
|
virtual |
Write dxf file to stream.
Implements MyDXFTableEntry.